Search1API
Rank #1,162io.github.superagents-lab/search1api
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
Search1API is a Model Context Protocol (MCP) server published by superagents-lab. It ranks #1,162 of 115,460 servers tracked on MCP Toplist, and its repository has 173 GitHub stars. Search1API is listed across 4 registries — Official MCP, Glama, mcp.so and PulseMCP, with 5 tracked versions. It was first listed on Nov 26, 2024 and most recently updated on Aug 27, 2026.
Ranks ahead of 114,298 of 115,460 servers on MCP Toplist.
Use Search1API
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http search1api https://mcp.search1api.com/mcpclaude mcp add search1api -e "SEARCH1API_KEY=<your SEARCH1API_KEY>" -- npx -y search1api-mcpReplace each placeholder with your own value before saving.
[mcp_servers.search1api]
url = "https://mcp.search1api.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.search1api]
command = "npx"
args = ["-y", "search1api-mcp"]
[mcp_servers.search1api.env]
SEARCH1API_KEY = "<your SEARCH1API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.search1api.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"search1api": {
"command": "npx",
"args": [
"-y",
"search1api-mcp"
],
"env": {
"SEARCH1API_KEY": "<your SEARCH1API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"search1api": {
"url": "https://mcp.search1api.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"search1api": {
"command": "npx",
"args": [
"-y",
"search1api-mcp"
],
"env": {
"SEARCH1API_KEY": "<your SEARCH1API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"search1api": {
"type": "http",
"url": "https://mcp.search1api.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"search1api": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"search1api-mcp"
],
"env": {
"SEARCH1API_KEY": "<your SEARCH1API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"search1api": {
"serverUrl": "https://mcp.search1api.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"search1api": {
"command": "npx",
"args": [
"-y",
"search1api-mcp"
],
"env": {
"SEARCH1API_KEY": "<your SEARCH1API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"search1api": {
"url": "https://mcp.search1api.com/mcp"
}
}
}{
"mcpServers": {
"search1api": {
"command": "npx",
"args": [
"-y",
"search1api-mcp"
],
"env": {
"SEARCH1API_KEY": "<your SEARCH1API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.superagents-lab%2Fsearch1api)<a href="https://mcptoplist.com/server/io.github.superagents-lab%2Fsearch1api"><img src="https://mcptoplist.com/badge/io.github.superagents-lab%2Fsearch1api.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
superagents-lab
Available versions (5)
| Version | Published |
|---|---|
| 0.6.0 | Aug 27, 2026 |
| 0.5.3 | Aug 2, 2026 |
| 0.5.2 | Jul 30, 2026 |
| 0.5.1 | Jul 29, 2026 |
| 0.4.0 | Jul 28, 2026 |
Frequently asked questions
- Who maintains Search1API?
- Search1API is maintained by superagents-lab, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Search1API listed on the Official MCP Registry?
- Yes — Search1API is listed on the Official MCP Registry, alongside Glama, mcp.so and PulseMCP.
- How many versions does Search1API have?
- MCP Toplist tracks 5 versions of Search1API, most recently published on Aug 27, 2026.
- Where can I find the source code for Search1API?
- The source code for Search1API is hosted at github.com/superagents-lab/search1api-mcp.