MCP Docs Server
Rank #38,131io.github.praveenc/mcp-docs-server
MCP server providing docs-server capabilities
MCP Docs Server is a Model Context Protocol (MCP) server published by praveenc. It ranks #38,131 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Docs Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Dec 26, 2025 and most recently updated on Dec 26, 2025.
Ranks ahead of 77,329 of 115,460 servers on MCP Toplist.
Use MCP Docs Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-docs-server -- npx -y @praveenc/mcp-docs-server[mcp_servers.mcp-docs-server]
command = "npx"
args = ["-y", "@praveenc/mcp-docs-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"-y",
"@praveenc/mcp-docs-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"-y",
"@praveenc/mcp-docs-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-docs-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@praveenc/mcp-docs-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"-y",
"@praveenc/mcp-docs-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"-y",
"@praveenc/mcp-docs-server"
]
}
}
}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.praveenc%2Fmcp-docs-server)<a href="https://mcptoplist.com/server/io.github.praveenc%2Fmcp-docs-server"><img src="https://mcptoplist.com/badge/io.github.praveenc%2Fmcp-docs-server.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
praveenc
Other servers by praveenc
- FetchV2 MCP Server#23,958 · 3 vers
- MCP Server Builder#23,959 · 3 vers
- llmstxt-doc-search#33,314 · 1 ver
- Cloudscape Docs MCP Server#50,515
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Dec 26, 2025 |
Frequently asked questions
- Who maintains MCP Docs Server?
- MCP Docs Server is maintained by praveenc, which publishes 5 MCP servers (8 total versions) tracked on MCP Toplist.
- Is MCP Docs Server listed on the Official MCP Registry?
- Yes — MCP Docs Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Docs Server have?
- MCP Toplist tracks 1 version of MCP Docs Server, most recently published on Dec 26, 2025.
- Where can I find the source code for MCP Docs Server?
- The source code for MCP Docs Server is hosted at github.com/praveenc/mcp-docs-server.