doc2mcp
Rank #40,963io.github.doc2mcp/doc2mcp
Remote MCP server that turns docs, GitHub repos, and OpenAPI specs into AI-ready tools.
doc2mcp is a Model Context Protocol (MCP) server published by doc2mcp. It ranks #40,963 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. doc2mcp is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 31, 2026 and most recently updated on May 31, 2026.
Ranks ahead of 74,497 of 115,460 servers on MCP Toplist.
Use doc2mcp
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http doc2mcp https://doc2mcp.site/api/mcp/%7Bproject_id%7D/mcp[mcp_servers.doc2mcp]
url = "https://doc2mcp.site/api/mcp/%7Bproject_id%7D/mcp"Add to ~/.codex/config.toml.
https://doc2mcp.site/api/mcp/%7Bproject_id%7D/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"doc2mcp": {
"url": "https://doc2mcp.site/api/mcp/%7Bproject_id%7D/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"doc2mcp": {
"type": "http",
"url": "https://doc2mcp.site/api/mcp/%7Bproject_id%7D/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"doc2mcp": {
"serverUrl": "https://doc2mcp.site/api/mcp/%7Bproject_id%7D/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"doc2mcp": {
"url": "https://doc2mcp.site/api/mcp/%7Bproject_id%7D/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.doc2mcp%2Fdoc2mcp)<a href="https://mcptoplist.com/server/io.github.doc2mcp%2Fdoc2mcp"><img src="https://mcptoplist.com/badge/io.github.doc2mcp%2Fdoc2mcp.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 (1 delisted)
doc2mcp
Other servers by doc2mcp
View all doc2mcp servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 31, 2026 |
Frequently asked questions
- Who maintains doc2mcp?
- doc2mcp is maintained by doc2mcp, which publishes 18 MCP servers (18 total versions) tracked on MCP Toplist.
- Is doc2mcp listed on the Official MCP Registry?
- Yes — doc2mcp is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does doc2mcp have?
- MCP Toplist tracks 1 version of doc2mcp, most recently published on May 31, 2026.
- Where can I find the source code for doc2mcp?
- The source code for doc2mcp is hosted at github.com/doc2mcp/doc2mcp.