Apollo
Rank #27,306io.github.wmarceau/apollo
MCP server providing apollo capabilities
Apollo is a Model Context Protocol (MCP) server published by MarceauSolutions. It ranks #27,306 of 115,460 servers tracked on MCP Toplist. Apollo is listed on Official MCP, with 3 tracked versions. It was first listed on Jan 21, 2026 and most recently updated on Jan 27, 2026.
Ranks ahead of 88,154 of 115,460 servers on MCP Toplist.
Use Apollo
claude mcp add apollo -e "APOLLO_API_KEY=<your APOLLO_API_KEY>" -- uvx apollo-mcpReplace each placeholder with your own value before saving.
[mcp_servers.apollo]
command = "uvx"
args = ["apollo-mcp"]
[mcp_servers.apollo.env]
APOLLO_API_KEY = "<your APOLLO_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apollo": {
"command": "uvx",
"args": [
"apollo-mcp"
],
"env": {
"APOLLO_API_KEY": "<your APOLLO_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apollo": {
"command": "uvx",
"args": [
"apollo-mcp"
],
"env": {
"APOLLO_API_KEY": "<your APOLLO_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"apollo": {
"type": "stdio",
"command": "uvx",
"args": [
"apollo-mcp"
],
"env": {
"APOLLO_API_KEY": "<your APOLLO_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apollo": {
"command": "uvx",
"args": [
"apollo-mcp"
],
"env": {
"APOLLO_API_KEY": "<your APOLLO_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apollo": {
"command": "uvx",
"args": [
"apollo-mcp"
],
"env": {
"APOLLO_API_KEY": "<your APOLLO_API_KEY>"
}
}
}
}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.wmarceau%2Fapollo)<a href="https://mcptoplist.com/server/io.github.wmarceau%2Fapollo"><img src="https://mcptoplist.com/badge/io.github.wmarceau%2Fapollo.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
MarceauSolutions
Other servers by MarceauSolutions
View all MarceauSolutions servers →Available versions (3)
| Version | Published |
|---|---|
| 1.1.1 | Jan 27, 2026 |
| 1.1.0 | Jan 21, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Apollo?
- Apollo is maintained by MarceauSolutions, which publishes 11 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Apollo listed on the Official MCP Registry?
- Yes — Apollo is listed on the Official MCP Registry.
- How many versions does Apollo have?
- MCP Toplist tracks 3 versions of Apollo, most recently published on Jan 27, 2026.
- Where can I find the source code for Apollo?
- The source code for Apollo is hosted at github.com/MarceauSolutions/dev-sandbox.