Devdocs MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 5 Apr 2026.
Local DevDocs MCP Server (Developer Docs with project specific context awareness)
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add devdocs-mcp -- npx -y @madhan-g-p/devdocs-mcp-server
{
"mcpServers": {
"devdocs-mcp": {
"args": [
"-y",
"@madhan-g-p/devdocs-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.devdocs-mcp]
command = "npx"
args = ["-y", "@madhan-g-p/devdocs-mcp-server"]
{
"mcpServers": {
"devdocs-mcp": {
"args": [
"-y",
"@madhan-g-p/devdocs-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"devdocs-mcp": {
"args": [
"-y",
"@madhan-g-p/devdocs-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.