Back to Apps

Search1API MCP
by superagents-lab
Comprehensive web search, news, crawling, and sitemap tools powered by Search1API.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
Search1API MCP connects your AI assistant to the web via the Search1API service, enabling real-time web search, news retrieval, page crawling, and sitemap extraction.
Tools
search: Search the web using various services (Google, Bing, DuckDuckGo, etc.).news: Search for the latest news articles from top sources.crawl: Extract full content from a specific URL for deep analysis.sitemap: Retrieve all related links from a given URL.trending: Get current trending topics from GitHub and Hacker News.
Installation
{
"mcpServers": {
"search1api": {
"url": "https://mcp.search1api.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_SEARCH1API_KEY"
}
}
}
}
Supported hosts
Claude Desktop, Claude.ai (Web), Cursor, VS Code, Claude Code, Windsurf
Quick install
npx -y search1api-mcpInformation
- Pricing
- freemium
- Published
- 7/25/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{
"mcpServers": {
"search1api": {
"url": "https://mcp.search1api.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_SEARCH1API_KEY"
}
}
}
}Windsurf
{
"mcpServers": {
"search1api": {
"serverUrl": "https://mcp.search1api.com/mcp?apiKey=YOUR_SEARCH1API_KEY"
}
}
}claude-ai
https://mcp.search1api.com/mcp?apiKey=YOUR_SEARCH1API_KEYClaude Desktop
{
"mcpServers": {
"search1api": {
"url": "https://mcp.search1api.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_SEARCH1API_KEY"
}
}
}
}





