Best for
- Developers who need reliable, high-quality search capabilities
- AI applications requiring multiple search functions with easy integration
- Remote MCP scenarios where OAuth simplifies authentication
Search1API MCP server is officially maintained, feature-rich with search, news, crawl, sitemap, and trending tools. It offers both remote and local modes with flexible authentication, but users should be mindful of API key security and associated costs.
The official MCP server for Search1API, providing web search, news search, page crawling, sitemap discovery, and trending topics. Supports remote MCP via Streamable HTTP with OAuth 2.1 or API key authentication, and local stdio mode requiring a SEARCH1API_KEY.
Remote mode: configure your MCP client with URL https://mcp.search1api.com/mcp and use OAuth or Authorization: Bearer <API_KEY>. Local mode: run npx -y search1api-mcp with SEARCH1API_KEY environment variable. See README for client-specific configs.
{
"mcpServers": {
"search1api": {
"command": "npx",
"args": ["-y", "search1api-mcp"],
"env": {
"SEARCH1API_KEY": "YOUR_SEARCH1API_KEY"
}
}
}
}