MCP Documentation Server
Rank #1,793io.github.andrea9293/mcp-documentation-server
Local-first document management and semantic search for AI coding agents
MCP Documentation Server is a Model Context Protocol (MCP) server published by andrea9293. It ranks #1,793 of 132,046 servers tracked on MCP Toplist, and its repository has 344 GitHub stars. MCP Documentation Server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Mar 3, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 130,253 of 132,046 servers on MCP Toplist.
Use MCP Documentation Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-documentation-server -- npx -y @andrea9293/mcp-documentation-server[mcp_servers.mcp-documentation-server]
command = "npx"
args = ["-y", "@andrea9293/mcp-documentation-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-documentation-server": {
"command": "npx",
"args": [
"-y",
"@andrea9293/mcp-documentation-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-documentation-server": {
"command": "npx",
"args": [
"-y",
"@andrea9293/mcp-documentation-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-documentation-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@andrea9293/mcp-documentation-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-documentation-server": {
"command": "npx",
"args": [
"-y",
"@andrea9293/mcp-documentation-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-documentation-server": {
"command": "npx",
"args": [
"-y",
"@andrea9293/mcp-documentation-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.andrea9293%2Fmcp-documentation-server)<a href="https://mcptoplist.com/server/io.github.andrea9293%2Fmcp-documentation-server"><img src="https://mcptoplist.com/badge/io.github.andrea9293%2Fmcp-documentation-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
andrea9293
Available versions (3)
| Version | Published |
|---|---|
| 1.15.3 | Aug 27, 2026 |
| 1.15.2 | Jul 15, 2026 |
| 1.15.1 | Jun 23, 2026 |
Frequently asked questions
- Who maintains MCP Documentation Server?
- MCP Documentation Server is maintained by andrea9293, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is MCP Documentation Server listed on the Official MCP Registry?
- Yes — MCP Documentation Server is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MCP Documentation Server have?
- MCP Toplist tracks 3 versions of MCP Documentation Server, most recently published on Aug 27, 2026.
- Where can I find the source code for MCP Documentation Server?
- The source code for MCP Documentation Server is hosted at github.com/andrea9293/mcp-documentation-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.