# Quick Start (https://docs.docfork.com/get-started/quick-start) To ensure the highest rate limits (1,000 reqs/mo) and access to Cabinets Cabinets, [get a free API Key](https://app.docfork.com) before installing. Choose your Client [#choose-your-client] Get set up in under 60 seconds with Cursor, Claude Code, or Opencode (and others). One-click install: [ Install MCP Server](https://cursor.com/en/install-mcp?name=docfork\&config=eyJ1cmwiOiJodHRwczovL21jcC5kb2Nmb3JrLmNvbS9tY3AifQ%3D%3D) Or add manually to `~/.cursor/mcp.json`: ```json { "mcpServers": { "docfork": { "url": "https://mcp.docfork.com/mcp", "headers": { "DOCFORK_API_KEY": "YOUR_API_KEY" } } } } ``` ````bash claude mcp add --transport http docfork https://mcp.docfork.com/mcp --header "DOCFORK_API_KEY: YOUR_API_KEY" ``` Add this to your Opencode configuration file: ```json { "mcp": { "docfork": { "type": "remote", "url": "https://mcp.docfork.com/mcp", "headers": { "DOCFORK_API_KEY": "YOUR_API_KEY" }, "enabled": true } } } ```` Verify Installation [#verify-installation] Once installed, open a chat with your AI assistant and type: ``` Check if Docfork is working by searching for the latest Next.js documentation. ``` If the AI responds with current information about Next.js (and you see a "Used docfork" indicator), you are ready to build.