CLIO Jarvis
Rank #17,100io.github.iowarp/jarvis-mcp
JARVIS-CD MCP with a compact user pipeline contract and explicit admin compatibility profiles
CLIO Jarvis is a Model Context Protocol (MCP) server published by iowarp. It ranks #17,100 of 115,460 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. CLIO Jarvis is listed on Official MCP, with 11 tracked versions. It was first listed on Nov 16, 2025 and most recently updated on Aug 6, 2026.
Ranks ahead of 98,360 of 115,460 servers on MCP Toplist.
Use CLIO Jarvis
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add jarvis-mcp -- uvx clio-kit mcp-server jarvis[mcp_servers.jarvis-mcp]
command = "uvx"
args = ["clio-kit", "mcp-server", "jarvis"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"jarvis-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"jarvis"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"jarvis-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"jarvis"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"jarvis-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"jarvis"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"jarvis-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"jarvis"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"jarvis-mcp": {
"command": "uvx",
"args": [
"clio-kit",
"mcp-server",
"jarvis"
]
}
}
}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%2Fjarvis-mcp)<a href="https://mcptoplist.com/server/io.github.iowarp%2Fjarvis-mcp"><img src="https://mcptoplist.com/badge/io.github.iowarp%2Fjarvis-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
iowarp
Available versions (11)
| Version | Published |
|---|---|
| 3.6.2 | Aug 6, 2026 |
| 3.6.1 | Jul 24, 2026 |
| 3.5.4 | Jul 21, 2026 |
| 3.5.3 | Jul 19, 2026 |
| 3.4.1 | Jul 19, 2026 |
| 3.3.0 | Jul 18, 2026 |
| 3.2.1 | Jul 17, 2026 |
| 2.2.1 | Jun 8, 2026 |
| 2.0.1 | Feb 23, 2026 |
| 1.0.0 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains CLIO Jarvis?
- CLIO Jarvis is maintained by iowarp, which publishes 25 MCP servers (79 total versions) tracked on MCP Toplist.
- Is CLIO Jarvis listed on the Official MCP Registry?
- Yes — CLIO Jarvis is listed on the Official MCP Registry.
- How many versions does CLIO Jarvis have?
- MCP Toplist tracks 11 versions of CLIO Jarvis, most recently published on Aug 6, 2026.
- Where can I find the source code for CLIO Jarvis?
- The source code for CLIO Jarvis is hosted at github.com/iowarp/clio-kit.