Knowledge Systems
Trust: 27/100 (Limited)io.github.praveenc/mcp-docs-server Guide
MCP server for searching MCP protocol documentation
1 starsby praveenc
Quick Start
Install
npx @praveenc/mcp-docs-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-praveenc-mcp-docs-server": {
"command": "npx",
"args": [
"@praveenc/mcp-docs-server"
]
}
}
}