Rocket Plus MCP
Rank #38,392io.github.Crypto-Goatz/rocket-plus-mcp
MCP server providing rocket-plus-mcp capabilities
Rocket Plus MCP is a Model Context Protocol (MCP) server published by Crypto-Goatz. It ranks #38,392 of 115,591 servers tracked on MCP Toplist. Rocket Plus MCP is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jan 14, 2026 and most recently updated on Jan 14, 2026.
Ranks ahead of 77,199 of 115,591 servers on MCP Toplist.
Use Rocket Plus MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add rocket-plus-mcp -e "ROCKET_API_KEY=<your ROCKET_API_KEY>" -e "ROCKET_API_URL=<your ROCKET_API_URL>" -- npx -y rocket-plus-mcpReplace each placeholder with your own value before saving.
[mcp_servers.rocket-plus-mcp]
command = "npx"
args = ["-y", "rocket-plus-mcp"]
[mcp_servers.rocket-plus-mcp.env]
ROCKET_API_KEY = "<your ROCKET_API_KEY>"
ROCKET_API_URL = "<your ROCKET_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rocket-plus-mcp": {
"command": "npx",
"args": [
"-y",
"rocket-plus-mcp"
],
"env": {
"ROCKET_API_KEY": "<your ROCKET_API_KEY>",
"ROCKET_API_URL": "<your ROCKET_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rocket-plus-mcp": {
"command": "npx",
"args": [
"-y",
"rocket-plus-mcp"
],
"env": {
"ROCKET_API_KEY": "<your ROCKET_API_KEY>",
"ROCKET_API_URL": "<your ROCKET_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"rocket-plus-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rocket-plus-mcp"
],
"env": {
"ROCKET_API_KEY": "<your ROCKET_API_KEY>",
"ROCKET_API_URL": "<your ROCKET_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rocket-plus-mcp": {
"command": "npx",
"args": [
"-y",
"rocket-plus-mcp"
],
"env": {
"ROCKET_API_KEY": "<your ROCKET_API_KEY>",
"ROCKET_API_URL": "<your ROCKET_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rocket-plus-mcp": {
"command": "npx",
"args": [
"-y",
"rocket-plus-mcp"
],
"env": {
"ROCKET_API_KEY": "<your ROCKET_API_KEY>",
"ROCKET_API_URL": "<your ROCKET_API_URL>"
}
}
}
}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.Crypto-Goatz%2Frocket-plus-mcp)<a href="https://mcptoplist.com/server/io.github.Crypto-Goatz%2Frocket-plus-mcp"><img src="https://mcptoplist.com/badge/io.github.Crypto-Goatz%2Frocket-plus-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Crypto-Goatz
Other servers by Crypto-Goatz
View all Crypto-Goatz servers →Available versions (3)
| Version | Published |
|---|---|
| 2.1.0 | Jan 14, 2026 |
| 2.0.1 | Jan 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Rocket Plus MCP?
- Rocket Plus MCP is maintained by Crypto-Goatz, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Rocket Plus MCP listed on the Official MCP Registry?
- Yes — Rocket Plus MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Rocket Plus MCP have?
- MCP Toplist tracks 3 versions of Rocket Plus MCP, most recently published on Jan 14, 2026.
- Where can I find the source code for Rocket Plus MCP?
- The source code for Rocket Plus MCP is hosted at github.com/Crypto-Goatz/rocket-plus-mcp.git.