MCP Omnisearch
Rank #852io.github.spences10/mcp-omnisearch
MCP server providing omnisearch capabilities
MCP Omnisearch is a Model Context Protocol (MCP) server published by spences10. It ranks #852 of 115,460 servers tracked on MCP Toplist, and its repository has 346 GitHub stars. MCP Omnisearch is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Mar 9, 2025 and most recently updated on Sep 10, 2025.
Ranks ahead of 114,608 of 115,460 servers on MCP Toplist.
Use MCP Omnisearch
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-omnisearch -- npx -y mcp-omnisearch[mcp_servers.mcp-omnisearch]
command = "npx"
args = ["-y", "mcp-omnisearch"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-omnisearch": {
"command": "npx",
"args": [
"-y",
"mcp-omnisearch"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-omnisearch": {
"command": "npx",
"args": [
"-y",
"mcp-omnisearch"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-omnisearch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-omnisearch"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-omnisearch": {
"command": "npx",
"args": [
"-y",
"mcp-omnisearch"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-omnisearch": {
"command": "npx",
"args": [
"-y",
"mcp-omnisearch"
]
}
}
}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.spences10%2Fmcp-omnisearch)<a href="https://mcptoplist.com/server/io.github.spences10%2Fmcp-omnisearch"><img src="https://mcptoplist.com/badge/io.github.spences10%2Fmcp-omnisearch.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
spences10
Other servers by spences10
- mcp-sequentialthinking-tools#1,730 · 1 ver
- MCP Sqlite Tools#3,114 · 2 vers
- mcp-memory-libsql#5,315 · 5 vers
- MCP Svelte Docs Server#9,665
- mcp-n8n-builder#11,262
- MCP Turso Cloud#11,433 · 2 vers
- MCP JinaAI Reader Server#16,077
- mcp-wsl-exec#18,211
- MCP Memory SQLite#22,815
- MCP Perplexity Search#26,451
- MCP Tavily Search Server#26,452
- MCP Embedding Search#36,262
Available versions (2)
| Version | Published |
|---|---|
| 0.0.15 | Sep 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Omnisearch?
- MCP Omnisearch is maintained by spences10, which publishes 17 MCP servers (12 total versions) tracked on MCP Toplist.
- Is MCP Omnisearch listed on the Official MCP Registry?
- Yes — MCP Omnisearch is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does MCP Omnisearch have?
- MCP Toplist tracks 2 versions of MCP Omnisearch, most recently published on Sep 10, 2025.
- Where can I find the source code for MCP Omnisearch?
- The source code for MCP Omnisearch is hosted at github.com/spences10/mcp-omnisearch.