Apollo MCP Plugin Server
Rank #39,272io.github.apolloio/mcp
Official Apollo.io MCP server for lead enrichment, prospecting, sequences, and analytics.
Apollo MCP Plugin Server is a Model Context Protocol (MCP) server published by apolloio. It ranks #39,272 of 115,460 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. Apollo MCP Plugin Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 1, 2026 and most recently updated on Jul 1, 2026.
Ranks ahead of 76,188 of 115,460 servers on MCP Toplist.
Use Apollo MCP Plugin Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add apolloio -- npx -y @apolloio/mcp[mcp_servers.apolloio]
command = "npx"
args = ["-y", "@apolloio/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"apolloio": {
"command": "npx",
"args": [
"-y",
"@apolloio/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"apolloio": {
"command": "npx",
"args": [
"-y",
"@apolloio/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"apolloio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apolloio/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"apolloio": {
"command": "npx",
"args": [
"-y",
"@apolloio/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"apolloio": {
"command": "npx",
"args": [
"-y",
"@apolloio/mcp"
]
}
}
}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.apolloio%2Fmcp)<a href="https://mcptoplist.com/server/io.github.apolloio%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.apolloio%2Fmcp.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
apolloio
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 1, 2026 |
Frequently asked questions
- Who maintains Apollo MCP Plugin Server?
- Apollo MCP Plugin Server is maintained by apolloio, which publishes 5 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Apollo MCP Plugin Server listed on the Official MCP Registry?
- Yes — Apollo MCP Plugin Server is listed on the Official MCP Registry.
- How many versions does Apollo MCP Plugin Server have?
- MCP Toplist tracks 1 version of Apollo MCP Plugin Server, most recently published on Jul 1, 2026.
- Where can I find the source code for Apollo MCP Plugin Server?
- The source code for Apollo MCP Plugin Server is hosted at github.com/apolloio/apollo-mcp-plugin.