Back to MCP Servers
DevDocs
DevDocs-MCP is a MCP server that provides version-pinned, deterministic documentation sourced from [DevDocs.io](https://devdocs.io) in offline mode
developer-tools
By madhan-g-p
Installation
npx -y DevDocs-MCPConfiguration
{
"mcpServers": {
"DevDocs-MCP": {
"command": "npx",
"args": ["-y", "DevDocs-MCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes