CLIO Web
Rank #41,515io.github.iowarp/web-mcp
Provider-fixed web search plus transparent URL, DOI, and document fetching
CLIO Web is a Model Context Protocol (MCP) server published by iowarp. It ranks #41,515 of 115,460 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. CLIO Web is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 13, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 73,945 of 115,460 servers on MCP Toplist.
Use CLIO Web
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add web-mcp -- uvx clio-kit mcp-server web[mcp_servers.web-mcp]
command = "uvx"
args = ["clio-kit", "mcp-server", "web"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"web-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"web"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"web-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"web"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"web-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"web"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"web-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"web"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"web-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"web"
]
}
}
}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.iowarp%2Fweb-mcp)<a href="https://mcptoplist.com/server/io.github.iowarp%2Fweb-mcp"><img src="https://mcptoplist.com/badge/io.github.iowarp%2Fweb-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
iowarp
Available versions (2)
| Version | Published |
|---|---|
| 2.1.0 | Aug 18, 2026 |
| 2.0.0 | Aug 13, 2026 |
Frequently asked questions
- Who maintains CLIO Web?
- CLIO Web is maintained by iowarp, which publishes 25 MCP servers (79 total versions) tracked on MCP Toplist.
- Is CLIO Web listed on the Official MCP Registry?
- Yes — CLIO Web is listed on the Official MCP Registry.
- How many versions does CLIO Web have?
- MCP Toplist tracks 2 versions of CLIO Web, most recently published on Aug 18, 2026.
- Where can I find the source code for CLIO Web?
- The source code for CLIO Web is hosted at github.com/iowarp/clio-kit.