nimbus-mcp
Rank #10,781io.github.nimbus-agent/nimbus
Search your local Nimbus index and run its built-in agents from any MCP client.
nimbus-mcp is a Model Context Protocol (MCP) server published by nimbus-agent. It ranks #10,781 of 132,113 servers tracked on MCP Toplist. nimbus-mcp is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 20, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 121,332 of 132,113 servers on MCP Toplist.
Use nimbus-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nimbus -e "NIMBUS_BIN=<your NIMBUS_BIN>" -e "NIMBUS_MCP_TIMEOUT_MS=<your NIMBUS_MCP_TIMEOUT_MS>" -- npx -y @nimbus-dev/mcpReplace each placeholder with your own value before saving.
[mcp_servers.nimbus]
command = "npx"
args = ["-y", "@nimbus-dev/mcp"]
[mcp_servers.nimbus.env]
NIMBUS_BIN = "<your NIMBUS_BIN>"
NIMBUS_MCP_TIMEOUT_MS = "<your NIMBUS_MCP_TIMEOUT_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nimbus": {
"command": "npx",
"args": [
"-y",
"@nimbus-dev/mcp"
],
"env": {
"NIMBUS_BIN": "<your NIMBUS_BIN>",
"NIMBUS_MCP_TIMEOUT_MS": "<your NIMBUS_MCP_TIMEOUT_MS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nimbus": {
"command": "npx",
"args": [
"-y",
"@nimbus-dev/mcp"
],
"env": {
"NIMBUS_BIN": "<your NIMBUS_BIN>",
"NIMBUS_MCP_TIMEOUT_MS": "<your NIMBUS_MCP_TIMEOUT_MS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nimbus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nimbus-dev/mcp"
],
"env": {
"NIMBUS_BIN": "<your NIMBUS_BIN>",
"NIMBUS_MCP_TIMEOUT_MS": "<your NIMBUS_MCP_TIMEOUT_MS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nimbus": {
"command": "npx",
"args": [
"-y",
"@nimbus-dev/mcp"
],
"env": {
"NIMBUS_BIN": "<your NIMBUS_BIN>",
"NIMBUS_MCP_TIMEOUT_MS": "<your NIMBUS_MCP_TIMEOUT_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nimbus": {
"command": "npx",
"args": [
"-y",
"@nimbus-dev/mcp"
],
"env": {
"NIMBUS_BIN": "<your NIMBUS_BIN>",
"NIMBUS_MCP_TIMEOUT_MS": "<your NIMBUS_MCP_TIMEOUT_MS>"
}
}
}
}Replace each placeholder with your own value before saving.
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.nimbus-agent%2Fnimbus)<a href="https://mcptoplist.com/server/io.github.nimbus-agent%2Fnimbus"><img src="https://mcptoplist.com/badge/io.github.nimbus-agent%2Fnimbus.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nimbus-agent
Other servers by nimbus-agent
View all nimbus-agent servers →Available versions (4)
| Version | Published |
|---|---|
| 0.4.1 | Aug 25, 2026 |
| 0.4.0 | Aug 22, 2026 |
| 0.3.0 | Aug 22, 2026 |
| 0.2.0 | Aug 20, 2026 |
Frequently asked questions
- Who maintains nimbus-mcp?
- nimbus-mcp is maintained by nimbus-agent, which publishes 2 MCP servers (50 total versions) tracked on MCP Toplist.
- Is nimbus-mcp listed on the Official MCP Registry?
- Yes — nimbus-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does nimbus-mcp have?
- MCP Toplist tracks 4 versions of nimbus-mcp, most recently published on Aug 25, 2026.
- Where can I find the source code for nimbus-mcp?
- The source code for nimbus-mcp is hosted at github.com/nimbus-agent/nimbus-mcp.
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.