A Python-based MCP server integrated with Claude Desktop for searching and retrieving official technical documentation using FastMCP, Serper API, HTTPX, and BeautifulSoup.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"documentation-search": {
"command": "uvx",
"args": [
"documentation-search-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add documentation-search uvx documentation-search-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"documentation-search": {
"command": "uvx",
"args": [
"documentation-search-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install documentation-search-mcp-server