Search
Rank #27,082io.github.KazKozDev/search
MCP server providing search capabilities
Search is a Model Context Protocol (MCP) server published by KazKozDev. It ranks #27,082 of 129,956 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Search is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Dec 16, 2025 and most recently updated on Dec 16, 2025.
Ranks ahead of 102,874 of 129,956 servers on MCP Toplist.
Use Search
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add search -- uvx mcp-search-server[mcp_servers.search]
command = "uvx"
args = ["mcp-search-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"search": {
"command": "uvx",
"args": [
"mcp-search-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"search": {
"command": "uvx",
"args": [
"mcp-search-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"search": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-search-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"search": {
"command": "uvx",
"args": [
"mcp-search-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"search": {
"command": "uvx",
"args": [
"mcp-search-server"
]
}
}
}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.KazKozDev%2Fsearch)<a href="https://mcptoplist.com/server/io.github.KazKozDev%2Fsearch"><img src="https://mcptoplist.com/badge/io.github.KazKozDev%2Fsearch.svg" alt="MCP Toplist: Top 25% of 129,956" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
KazKozDev
Other servers by KazKozDev
- WebOperator MCP Server#6,599 · 1 ver
- footnote-mcp#8,952 · 3 vers
- Abscissa#18,254 · 2 vers
- Markdown Editor MCP Server#91,492
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Dec 16, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Search?
- Search is maintained by KazKozDev, which publishes 5 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Search listed on the Official MCP Registry?
- Yes — Search is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Search have?
- MCP Toplist tracks 2 versions of Search, most recently published on Dec 16, 2025.
- Where can I find the source code for Search?
- The source code for Search is hosted at github.com/kazkozdev/mcp-search-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.