docs-ai-search is a Search MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent use docs-ai-search's tools remotely over a hosted MCP endpoint — no local install. Connect it via its hosted endpoint https://docs.mcp.cloudflare.com/sse.
Search
use docs-ai-search's tools remotely over a hosted MCP endpoint — no local install. 2 tools, http transport. Audited by CheckMCP: 81/100 (B).
Official homepagehttps://docs.mcp.cloudflare.com/sseHTTP / SSEWorks identically across clients. Only the config file path differs.
~/.claude.json{
"mcpServers": {
"hosted-docs-mcp-cloudflare-com": {
"transport": "http",
"url": "https://docs.mcp.cloudflare.com/sse",
"type": "hosted",
"added_by": "checkmcp"
}
}
}.cursor/mcp.json{
"mcpServers": {
"hosted-docs-mcp-cloudflare-com": {
"transport": "http",
"url": "https://docs.mcp.cloudflare.com/sse",
"type": "hosted",
"added_by": "checkmcp"
}
}
}Google Search API for structured results
Privacy-first web search engine
Full-text and semantic search engine. Lightning fast, typo-tolerant search with filtering and faceting.
Search the web using Kagi's premium, ad-free search API. High-quality results without tracking.
If docs-ai-search doesn't fit your stack, these Search MCP servers solve similar problems.
The docs-ai-search MCP server is an Search Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents use docs-ai-search's tools remotely over a hosted MCP endpoint — no local install. It exposes docs-ai-search's capabilities as tools the AI can call directly from your editor or CLI.
docs-ai-search is a hosted MCP server — no local install. Add its remote endpoint `https://docs.mcp.cloudflare.com/sse` to your client config under `mcpServers` (HTTP/SSE transport) and restart your client.
Yes. The docs-ai-search MCP server is free and open source. You may still need a docs-ai-search account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.
Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"hosted-docs-mcp-cloudflare-com": {
"transport": "http",
"url": "https://docs.mcp.cloudflare.com/sse",
"type": "hosted",
"added_by": "checkmcp"
}
}
}Once installed, your AI agent can use docs-ai-search's tools remotely over a hosted MCP endpoint — no local install directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run docs-ai-search operations, inspect results, chain docs-ai-search with other MCP servers (see our Workflow Recipes), and automate repetitive search tasks without leaving your editor.