One Search MCP
Rank #2,189io.github.yokingma/one-search-mcp
Web search, URL discovery, scraping & extraction with agent-browser and search providers
One Search MCP is a Model Context Protocol (MCP) server published by yokingma. It ranks #2,189 of 115,591 servers tracked on MCP Toplist, and its repository has 139 GitHub stars. One Search MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 6 tracked versions. It was first listed on Mar 18, 2025 and most recently updated on Jul 31, 2026.
Ranks ahead of 113,402 of 115,591 servers on MCP Toplist.
Use One Search MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add one-search-mcp -e "SEARCH_PROVIDER=<your SEARCH_PROVIDER>" -e "SEARCH_API_URL=<your SEARCH_API_URL>" -e "SEARCH_API_KEY=<your SEARCH_API_KEY>" -e "YDC_API_KEY=<your YDC_API_KEY>" -e "ALLOW_PRIVATE_NETWORK=<your ALLOW_PRIVATE_NETWORK>" -- npx -y one-search-mcpReplace each placeholder with your own value before saving.
[mcp_servers.one-search-mcp]
command = "npx"
args = ["-y", "one-search-mcp"]
[mcp_servers.one-search-mcp.env]
SEARCH_PROVIDER = "<your SEARCH_PROVIDER>"
SEARCH_API_URL = "<your SEARCH_API_URL>"
SEARCH_API_KEY = "<your SEARCH_API_KEY>"
YDC_API_KEY = "<your YDC_API_KEY>"
ALLOW_PRIVATE_NETWORK = "<your ALLOW_PRIVATE_NETWORK>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"one-search-mcp": {
"command": "npx",
"args": [
"-y",
"one-search-mcp"
],
"env": {
"SEARCH_PROVIDER": "<your SEARCH_PROVIDER>",
"SEARCH_API_URL": "<your SEARCH_API_URL>",
"SEARCH_API_KEY": "<your SEARCH_API_KEY>",
"YDC_API_KEY": "<your YDC_API_KEY>",
"ALLOW_PRIVATE_NETWORK": "<your ALLOW_PRIVATE_NETWORK>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"one-search-mcp": {
"command": "npx",
"args": [
"-y",
"one-search-mcp"
],
"env": {
"SEARCH_PROVIDER": "<your SEARCH_PROVIDER>",
"SEARCH_API_URL": "<your SEARCH_API_URL>",
"SEARCH_API_KEY": "<your SEARCH_API_KEY>",
"YDC_API_KEY": "<your YDC_API_KEY>",
"ALLOW_PRIVATE_NETWORK": "<your ALLOW_PRIVATE_NETWORK>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"one-search-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"one-search-mcp"
],
"env": {
"SEARCH_PROVIDER": "<your SEARCH_PROVIDER>",
"SEARCH_API_URL": "<your SEARCH_API_URL>",
"SEARCH_API_KEY": "<your SEARCH_API_KEY>",
"YDC_API_KEY": "<your YDC_API_KEY>",
"ALLOW_PRIVATE_NETWORK": "<your ALLOW_PRIVATE_NETWORK>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"one-search-mcp": {
"command": "npx",
"args": [
"-y",
"one-search-mcp"
],
"env": {
"SEARCH_PROVIDER": "<your SEARCH_PROVIDER>",
"SEARCH_API_URL": "<your SEARCH_API_URL>",
"SEARCH_API_KEY": "<your SEARCH_API_KEY>",
"YDC_API_KEY": "<your YDC_API_KEY>",
"ALLOW_PRIVATE_NETWORK": "<your ALLOW_PRIVATE_NETWORK>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"one-search-mcp": {
"command": "npx",
"args": [
"-y",
"one-search-mcp"
],
"env": {
"SEARCH_PROVIDER": "<your SEARCH_PROVIDER>",
"SEARCH_API_URL": "<your SEARCH_API_URL>",
"SEARCH_API_KEY": "<your SEARCH_API_KEY>",
"YDC_API_KEY": "<your YDC_API_KEY>",
"ALLOW_PRIVATE_NETWORK": "<your ALLOW_PRIVATE_NETWORK>"
}
}
}
}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.yokingma%2Fone-search-mcp)<a href="https://mcptoplist.com/server/io.github.yokingma%2Fone-search-mcp"><img src="https://mcptoplist.com/badge/io.github.yokingma%2Fone-search-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
yokingma
Other servers by yokingma
View all yokingma servers →Available versions (6)
| Version | Published |
|---|---|
| 1.2.4 | Jul 31, 2026 |
| 1.2.1 | Apr 16, 2026 |
| 1.2.0 | Apr 8, 2026 |
| 1.1.2 | Feb 2, 2026 |
| 1.1.1 | Jan 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains One Search MCP?
- One Search MCP is maintained by yokingma, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is One Search MCP listed on the Official MCP Registry?
- Yes — One Search MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does One Search MCP have?
- MCP Toplist tracks 6 versions of One Search MCP, most recently published on Jul 31, 2026.
- Where can I find the source code for One Search MCP?
- The source code for One Search MCP is hosted at github.com/yokingma/one-search-mcp.