Serpex MCP
Serpex MCP
Model Context Protocol(MCP)サーバーで、Serpex API を通じてマルチエンジンのウェブ検索機能を提供します。Google、Bing、DuckDuckGo、Brave、Yahoo、Yandex を、自動エンジンルーティングと構造化された JSON 結果で検索できます。
機能
✅ マルチエンジン対応: 6つの検索エンジン(Google、Bing、DuckDuckGo、Brave、Yahoo、Yandex)にアクセス
✅ 自動ルーティング: 利用可能な最適な検索エンジンを自動選択
✅ 期間フィルタリング: 日、週、月、年の単位で結果をフィルタリング
✅ 構造化結果: クリーンで一貫性のあるJSONレスポンス
✅ 高速&信頼性: 組み込みのCAPTCHA処理とプロキシローテーション
✅ 簡単な統合: Claude Desktop、Jan AI、およびMCP互換のクライアントで動作
Related MCP server: Serper Search and Scrape MCP Server
インストール
クイックスタート(npx - 推奨)
インストールは不要です!npx で直接実行できます:
npx serpex-mcpグローバルインストール
npm install -g serpex-mcpローカルインストール
npm install serpex-mcp使用方法
Claude Desktopを使用する
Claude Desktopの設定(macOSでは ~/Library/Application Support/Claude/claude_desktop_config.json)に追加します:
{
"mcpServers": {
"serpex": {
"command": "npx",
"args": ["-y", "serpex-mcp"],
"env": {
"SERPEX_API_KEY": "your-api-key-here"
}
}
}
}他のMCPクライアントの場合
MCP互換のクライアントであれば、このサーバーを使用できます。次のように設定します:
コマンド:
npx引数:
-y serpex-mcp環境変数:
SERPEX_API_KEY=your-key
スタンドアロン
export SERPEX_API_KEY="your-api-key-here"
serpex-mcp利用可能なツール
serpex_search
Serpex マルチエンジン API を使用してウェブを検索します。オプションで、検索とインラインで上位結果のページ全体のコンテンツ(Markdown)を取得します。ベストエフォートのため、各結果の content と content_error を確認してください。
パラメータ:
q(必須): 検索クエリ文字列(最大500文字)include_content(オプション、boolean): 上位結果のページ全体のコンテンツ(Markdown)も取得します。ベストエフォートです。約79%の結果URLでコンテンツが返されますが、ブロックされたページやrobots.txtで許可されていないページでは代わりにcontent_errorが返されます。デフォルト:false。content_results(オプション、5 | 10):include_contentがtrueの場合にコンテンツを取得する上位結果の数。5または10のいずれかでなければなりません。デフォルトは5です。
例:
{
"q": "artificial intelligence trends 2025",
"include_content": true,
"content_results": 5
}レスポンス(JSON、ツール出力テキストとして)には、content_requested / content_delivered のカウントと、各結果ごとに成功時は content、失敗時は content_error が含まれます。コンテンツが要求されなかった場合は、両方のキーが省略されます。
APIキーの取得
serpex.dev にアクセスします
無料アカウントに登録します
ダッシュボードからAPIキーを取得します
それを
SERPEX_API_KEY環境変数で使用します
API情報
ベースURL:
https://api.serpex.devドキュメント: https://serpex.dev/docs
料金: 無料枠あり、手頃な価格の有料プラン
開発
ソースからビルド
git clone https://github.com/divyeshradadiya/serpex-mcp.git
cd serpex-mcp
pnpm install
pnpm buildテストを実行
export SERPEX_API_KEY="your-key-here"
pnpm testライセンス
MIT
リンク
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables web search across multiple search engines (DuckDuckGo, Bing, Startpage) with parallel execution and result deduplication. Also provides web page content extraction capabilities.2
- AlicenseBqualityDmaintenanceEnables web search via Serper API with advanced search operators and webpage scraping capabilities to extract content in plain text or markdown format.824,645MIT
- AlicenseAqualityDmaintenanceEnables advanced web search across multiple search engines (Brave, DuckDuckGo, Google, Bing, Yandex) with intelligent backend selection, full content extraction, and advanced filtering by time, language, geography, and content type.3MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables searching across multiple search engines (Google, Bing, YouTube, DuckDuckGo, etc.) and retrieving parsed search results via SerpApi integration.
Related MCP Connectors
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/divyeshradadiya/serpex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server