Docs MCP
Rank #13,374com.redpanda/docs-mcp
Get authoritative answers about Redpanda documentation and search API references.
Docs MCP is a Model Context Protocol (MCP) server published by redpanda-data. It ranks #13,374 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Docs MCP is listed across 2 registries — Official MCP and PulseMCP, with 6 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Aug 14, 2026.
Ranks ahead of 102,086 of 115,460 servers on MCP Toplist.
Use Docs MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http docs-mcp https://docs.redpanda.com/mcp[mcp_servers.docs-mcp]
url = "https://docs.redpanda.com/mcp"Add to ~/.codex/config.toml.
https://docs.redpanda.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"docs-mcp": {
"url": "https://docs.redpanda.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"docs-mcp": {
"type": "http",
"url": "https://docs.redpanda.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"docs-mcp": {
"serverUrl": "https://docs.redpanda.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"docs-mcp": {
"url": "https://docs.redpanda.com/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/com.redpanda%2Fdocs-mcp)<a href="https://mcptoplist.com/server/com.redpanda%2Fdocs-mcp"><img src="https://mcptoplist.com/badge/com.redpanda%2Fdocs-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 (1 delisted)
redpanda-data
Other servers by redpanda-data
View all redpanda-data servers →Available versions (6)
| Version | Published |
|---|---|
| 2026.814.190 | Aug 14, 2026 |
| 2026.803.133 | Aug 3, 2026 |
| 2025.11.26+pr150-394827a | Nov 26, 2025 |
| 2025.11.13+pr147-5d1f8b0 | Nov 15, 2025 |
| 1.0.0 | Sep 24, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Docs MCP?
- Docs MCP is maintained by redpanda-data, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Docs MCP listed on the Official MCP Registry?
- Yes — Docs MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Docs MCP have?
- MCP Toplist tracks 6 versions of Docs MCP, most recently published on Aug 14, 2026.
- Where can I find the source code for Docs MCP?
- The source code for Docs MCP is hosted at github.com/redpanda-data/docs-site.