Token导航 LogoToken导航TokenDH.com
Serpex MCP logo
搜索检索stdio官方级别未说明来源级核验

Serpex MCP

MCP Server

serpex-mcp

Serpex MCP是一个模型上下文协议服务器,通过Serpex API提供多引擎网页搜索能力,支持Google、Bing、DuckDuckGo、Brave、Yahoo和Yandex等搜索引擎,自动选择最佳引擎并返回结构化JSON结果。

工具数

1

提示词数

0

GitHub Stars

0

资源数

0
JavaScriptClaude搜索Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

divyeshradadiya

提供方

divyeshradadiya

最后核验

2026/5/17 20:22

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx serpex-mcp

详细介绍

Serpex MCP

](https://www.npmjs.com/package/serpex-mcp) ![License: MIT](https://opensource.org/licenses/MIT)

A Model Context Protocol (MCP) server that provides multi-engine web search capabilities through the Serpex API. Search across Google, Bing, DuckDuckGo, Brave, Yahoo, and Yandex with automatic engine routing and structured JSON results.

Features

Multi-Engine Support: Access 6 search engines (Google, Bing, DuckDuckGo, Brave, Yahoo, Yandex) ✅ Auto Routing: Automatically selects the best available search engine ✅ Time Filtering: Filter results by day, week, month, or year ✅ Structured Results: Clean, consistent JSON responses ✅ Fast & Reliable: Built-in captcha handling and proxy rotation ✅ Easy Integration: Works with Claude Desktop, Jan AI, and any MCP-compatible client

Installation

Quick Start (npx - Recommended)

No installation needed! Use npx to run directly:

npx serpex-mcp

Global Installation

npm install -g serpex-mcp

Local Installation

npm install serpex-mcp

Usage

With Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "serpex": {
      "command": "npx",
      "args": ["-y", "serpex-mcp"],
      "env": {
        "SERPEX_API_KEY": "your-api-key-here"
      }
    }
  }
}

With Other MCP Clients

Any MCP-compatible client can use this server. Configure it with:

  • Command: npx
  • Arguments: -y serpex-mcp
  • Environment: SERPEX_API_KEY=your-key

Standalone

export SERPEX_API_KEY="your-api-key-here"
serpex-mcp

Available Tools

serpex_search

Search the web using Serpex multi-engine API.

Parameters:

  • q (required): Search query string
  • engine (optional): Choose search engine

- auto (default) - Automatically selects best engine - google, bing, duckduckgo, brave, yahoo, yandex

  • time_range (optional): Filter by time

- all (default), day, week, month, year

Example:

{
  "q": "artificial intelligence trends 2025",
  "engine": "google",
  "time_range": "month"
}

Getting Your API Key

  1. Visit serpex.dev
  2. Sign up for a free account
  3. Get your API key from the dashboard
  4. Use it in the SERPEX_API_KEY environment variable

API Information

  • Base URL: https://api.serpex.dev
  • Documentation: https://serpex.dev/docs
  • Pricing: Free tier available, affordable paid plans

Development

Build from Source

git clone https://github.com/divyeshradadiya/serpex-mcp.git
cd serpex-mcp
pnpm install
pnpm build

Run Tests

export SERPEX_API_KEY="your-key-here"
pnpm test

License

MIT

Links

目录标签

目录标签

JavaScriptClaude搜索多引擎搜索本地部署结构化结果自动路由时间过滤搜索引擎

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

serpex-mcp

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdioapi-keyremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP