Setup
Thesixtyfour-docs server requires no authentication. The sixtyfour-intelligence server requires either an API key or OAuth for authentication.
Cursor
~/.cursor/mcp.json (global) or .cursor/mcp.json (project) manually. Replace YOUR_API_KEY with your key.
VS Code
.vscode/mcp.json in your project root manually. Replace YOUR_API_KEY with your key.
Windsurf
Add to~/.codeium/windsurf/mcp_config.json. Replace YOUR_API_KEY with your key.
Claude Code
Run these commands in your terminal. Add--scope user to make a server available across all projects.
Docs MCP
Codex
Install via the Sixtyfour Codex plugin, or add the servers to~/.codex/config.toml manually.
Plugin install
Register the marketplace, then install the plugin. Start a new Codex session after installing — plugins load at session start. Codex CLI:codex plugin list.
ChatGPT desktop app:
- Run the marketplace command above from a terminal.
- Open the Plugins Directory (Work mode or Codex → Plugins), select the Sixtyfour marketplace, and install the plugin. If the marketplace is not listed, restart the app and try again.
- Restart the ChatGPT desktop app if prompted after installing.
Plugins require ChatGPT Work mode or Codex — they aren’t available in standard Chat, the IDE extension, or mobile. Work mode currently requires a Pro, Pro Lite, Enterprise, or Edu plan. On Enterprise, Edu, and Business workspaces, an admin must allow installing marketplace plugins under Workspace Settings → Plugins before it appears for members.
Manual config
Add the servers to~/.codex/config.toml, then restart Codex and sign in when prompted.
Docs MCP:
Claude Desktop
In Claude Desktop, add two custom connectors:
Claude Desktop handles authentication for the intelligence server via OAuth on first connection.
Smithery
Install thesixtyfour-intelligence server through Smithery, which handles configuration for Claude Desktop and other supported clients.
- Open the Sixtyfour Intelligence listing on Smithery.
- Select your client (for example, Claude Desktop) and follow the install command Smithery provides.
- On first use, authenticate via OAuth or paste your Sixtyfour API key when prompted.
Documentation MCP reference
Thesixtyfour-docs server gives your AI assistant direct access to Sixtyfour API references, guides, and code examples.
Example prompts
- “How do I use the company-intelligence endpoint?”
- “What parameters does find-email accept?”
- “Show me an example of using webhooks with Sixtyfour.”
Intelligence MCP reference
Thesixtyfour-intelligence server exposes tools across four categories.
Account
Company search
People search
Async enrichment and contact lookup
Tools ending in
_start submit a job and return a task_id. Poll sixtyfour_enrichment_job_status with that task_id until the response shows completed. The completed response includes result, charge_amount, and task_type.
sixtyfour_enrich_linkedin is synchronous — it returns the result directly.
Example prompts
- “Search for US SaaS companies with 100–5000 employees.”
- “Research Sixtyfour — return headquarters, headcount, funding stage, and key executives.”
- “Enrich this person: Saarth Shah, CEO & Co-Founder at Sixtyfour.”
- “Find the CTO and VP of Engineering at Sixtyfour.”
- “Find the work email for Saarth Shah at Sixtyfour.”
- “Find a phone number for Jane Doe, VP of Sales at Acme Corp.”
- “Who owns the email jane@acme.com?”
- “How many Sixtyfour credits do I have left?”