Quickstart
Get CCPEDIA into your AI tool in under two minutes. No auth, no signup.
CCPEDIA serves its MCP at https://ccpedia.xyz/mcp. No auth. Rate limit is 60 calls per 15 minutes per IP. The same URL works for every supported AI client.
Step 1. Pick your tool
Claude Desktop
Easiest path. Recommended first time.
Cursor
Native streamable HTTP, no bridge.
Windsurf
Codeium's AI IDE.
Claude Code
Anthropic's CLI.
Zed
High-performance editor.
Any MCP client
Streamable HTTP, JSON-RPC 2.0.
Step 2. Verify the connection
After adding CCPEDIA, your client should see 78 tools. Sanity-check from the terminal:
curl -s -X POST https://ccpedia.xyz/mcp \
-H 'content-type: application/json' \
-H 'accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'You should see roughly 78 tools entries in the response.
Step 3. Ask a useful question
Pick any of these. Just ask in plain language. Tool routing happens automatically.
Step 4. Pin the URL
Once it works, save CCPEDIA in your client's persistent MCP config. Each integration guide shows the exact snippet to copy.
More
- Interactive setup wizard with auto-detect and copy buttons: ccpedia.xyz/for-ai.
- Live ping:
POST /api/onboarding/ping. Returns reachability and live tool count. - Source freshness for every sync: ccpedia.xyz/status.