Serpex MCP
Serpex MCP
Serpex API를 통해 다중 엔진 웹 검색 기능을 제공하는 Model Context Protocol(MCP) 서버입니다. 자동 엔진 라우팅과 구조화된 JSON 결과로 Google, Bing, DuckDuckGo, Brave, Yahoo, Yandex에서 검색할 수 있습니다.
기능
✅ 다중 엔진 지원: 6개 검색 엔진(Google, Bing, DuckDuckGo, Brave, Yahoo, Yandex) 지원
✅ 자동 라우팅: 사용 가능한 최상의 검색 엔진을 자동 선택
✅ 시간 필터링: 일, 주, 월, 연도별로 결과 필터링
✅ 구조화된 결과: 깔끔하고 일관된 JSON 응답
✅ 빠르고 안정적: 내장된 캡차 처리 및 프록시 순환
✅ 간편한 통합: 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에서 사용
macOS의 경우 Claude Desktop 구성 파일(~/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)를 검색 결과와 함께 가져옵니다. 최선 노력(best-effort) 방식이므로 각 결과에서 content와 content_error를 확인하세요.
매개변수:
q(필수): 검색 쿼리 문자열 (최대 500자)include_content(선택, boolean): 상위 결과에 대해 전체 페이지 콘텐츠(markdown)도 함께 가져옵니다. 최선 노력 방식으로, 결과 URL의 약 79%가 콘텐츠를 반환하며 차단되거나 robots가 금지한 페이지는 대신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요금제: 무료 티어 이용 가능, 합리적인 유료 플랜
개발
소스에서 빌드
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