Web Search
Rank #6,726io.github.hec-ovi/web-search
Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys.
Web Search is a Model Context Protocol (MCP) server published by hec-ovi. It ranks #6,726 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Web Search is listed across 3 registries — Official MCP, Glama and PulseMCP, with 4 tracked versions. It was first listed on Jun 22, 2026 and most recently updated on Jul 25, 2026.
Ranks ahead of 108,865 of 115,591 servers on MCP Toplist.
Use Web Search
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add web-search -- uvx websearch-skill mcp[mcp_servers.web-search]
command = "uvx"
args = ["websearch-skill", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"web-search": {
"command": "uvx",
"args": [
"websearch-skill",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"web-search": {
"command": "uvx",
"args": [
"websearch-skill",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"web-search": {
"type": "stdio",
"command": "uvx",
"args": [
"websearch-skill",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"web-search": {
"command": "uvx",
"args": [
"websearch-skill",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"web-search": {
"command": "uvx",
"args": [
"websearch-skill",
"mcp"
]
}
}
}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.hec-ovi%2Fweb-search)<a href="https://mcptoplist.com/server/io.github.hec-ovi%2Fweb-search"><img src="https://mcptoplist.com/badge/io.github.hec-ovi%2Fweb-search.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
hec-ovi
Other servers by hec-ovi
View all hec-ovi servers →Available versions (4)
| Version | Published |
|---|---|
| 0.2.6 | Jul 25, 2026 |
| 0.2.4 | Jul 25, 2026 |
| 0.2.3 | Jul 23, 2026 |
| 0.1.0 | Jun 22, 2026 |
Frequently asked questions
- Who maintains Web Search?
- Web Search is maintained by hec-ovi, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Web Search listed on the Official MCP Registry?
- Yes — Web Search is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Web Search have?
- MCP Toplist tracks 4 versions of Web Search, most recently published on Jul 25, 2026.
- Where can I find the source code for Web Search?
- The source code for Web Search is hosted at github.com/hec-ovi/websearch-skill.