https://docs.xquik.com/mcp. AI tools can search the full docs site and retrieve indexed public pages - API reference, guides, examples, and type definitions - during conversations.
This is separate from the Xquik API MCP server at xquik.com/mcp, which interacts with your Xquik account (monitors, extractions, draws, X data lookups). The docs MCP server is read-only and requires no authentication.
Docs MCP Server
Search docs and read indexed public pages at
https://docs.xquik.com/mcp. No auth required. Free.API MCP Server
Interact with X data at
https://xquik.com/mcp. Use an API key or OAuth 2.1.
Prefer OAuth for clients that support browser authorization.
Full credentials search 118 operations. Guest paid_reads keys search 33
eligible GET routes. API MCP v2.5.3 uses Streamable HTTP.Agent route checklist
Read docs first
Use Docs MCP at
https://docs.xquik.com/mcp for public docs, API
parameters, examples, error codes, SDK guidance, and no-auth page
retrieval.Run account actions
Use API MCP at
https://xquik.com/mcp for live X reads, writes, monitors,
webhooks, draws, or extraction jobs. Authenticate with an API key or OAuth
2.1. Prefer OAuth when the client supports browser authorization.Persist outside chat
Use REST or generated SDKs when a backend must own retries, cursor storage,
file downloads, queues, or batch orchestration.
Hand off results
Store the endpoint path, request parameters, returned IDs,
has_more,
next_cursor, export route, or webhook replay route before ending the
agent run.Quick connect
Use the contextual menu at the top of any docs page to connect instantly:- Copy MCP Server URL - copies
https://docs.xquik.com/mcpto your clipboard - Copy MCP Install Command - copies the
npx add-mcpinstall command - Connect to Cursor - installs the docs MCP server in Cursor
- Connect to VS Code - installs the docs MCP server in VS Code
Setup
- Claude.ai (Web)
- Claude Code
- Codex
- Cursor
- VS Code
- Windsurf
- OpenCode
- Gemini CLI
- Go to Settings > Connectors in Claude.
- Select Add custom connector.
- Enter:
- Name:
Xquik Docs - URL:
https://docs.xquik.com/mcp
- Name:
- Select Add.
- In any chat, click the attachments button (plus icon) and select Xquik Docs.
Using both MCP servers
For the best experience, connect both:- Docs MCP (
docs.xquik.com/mcp) - the AI searches documentation to understand API parameters, error codes, and usage patterns. - API MCP (
xquik.com/mcp) - the AI executes actions: searches tweets, runs extractions, sets up monitors.
has_more, and next_cursor. Docs MCP returns indexed documentation text and never executes account actions.
- Claude Code
- Codex
- Cursor
- VS Code
/mcp and authenticate xquik. The docs server needs no login.What gets searched
The docs MCP server indexes all public pages:- API reference (126 documented operations)
- Guides (workflows, error handling, rate limits, billing, extraction workflow, trends, webhook testing)
- Webhook documentation (overview, signature verification)
- MCP server setup and tools reference
- OAuth 2.1 documentation
- Architecture, troubleshooting, and type definitions
llms.txt(complete API technical reference)