Connect Claude, Cursor, Codex, ChatGPT, n8n, Make, Clay or Grok to the Anysite MCP server.
Goal: add the Anysite MCP server to your AI client and confirm its tools are available.
Pick your client below. The box at the top of each tab holds your personal URL, command or install button (sign in to see it); the steps under it happen inside the client. What the auth modes mean: MCP server.
ACTION FOR THE HUMAN: open https://app.anysite.io/mcp?client=claude-ai, sign in, and follow the Claude.ai instructions there. An agent cannot obtain the key or URL itself.
What tools do you have from Anysite?ACTION FOR THE HUMAN: open https://app.anysite.io/mcp?client=claude-desktop, sign in, and follow the Claude Desktop instructions there. An agent cannot obtain the key or URL itself.
What tools do you have from Anysite?ACTION FOR THE HUMAN: open https://app.anysite.io/mcp?client=claude-code, sign in, and follow the Claude Code instructions there. An agent cannot obtain the key or URL itself.
anysite, with your key in the URL.claude mcp list and check that anysite is listed as connected.What tools do you have from Anysite?ACTION FOR THE HUMAN: open https://app.anysite.io/mcp?client=cursor, sign in, and follow the Cursor instructions there. An agent cannot obtain the key or URL itself.
anysite server prefilled, authenticated with your key in an Authorization header.What tools do you have from Anysite?ACTION FOR THE HUMAN: open https://app.anysite.io/mcp?client=codex, sign in, and follow the Codex instructions there. An agent cannot obtain the key or URL itself.
What tools do you have from Anysite?ACTION FOR THE HUMAN: open https://app.anysite.io/mcp?client=chatgpt, sign in, and follow the ChatGPT instructions there. An agent cannot obtain the key or URL itself.
What tools do you have from Anysite?ACTION FOR THE HUMAN: open https://app.anysite.io/mcp?client=n8n, sign in, and follow the n8n instructions there. An agent cannot obtain the key or URL itself.
List the tools you have from Anysite and check the agent's tool calls.ACTION FOR THE HUMAN: open https://app.anysite.io/mcp?client=make, sign in, and follow the Make instructions there. An agent cannot obtain the key or URL itself.
What tools do you have from Anysite?ACTION FOR THE HUMAN: open https://app.anysite.io/mcp?client=clay, sign in, and follow the Clay instructions there. An agent cannot obtain the key or URL itself.
Use Anysite to get the LinkedIn profile for {LinkedIn URL}.Clay can also call the REST API directly from its HTTP API enrichment instead of MCP: send
POST https://api.anysite.io/api/<endpoint> with your key in the access-token header (not
Authorization: Bearer). Request format: Quickstart and Authentication;
endpoints and parameters: API reference.
ACTION FOR THE HUMAN: open https://app.anysite.io/mcp?client=grok, sign in, and follow the Grok instructions there. An agent cannot obtain the key or URL itself.
Anysite, paste the MCP URL from the box above as the server URL, and click Add Connector.What tools do you have from Anysite?The client lists discover, execute, get_page, query_cache, merge_data, export_data and
search_requests. The crm_* tools appear as well once the CRM integration is enabled
(CRM tools). Then try a real request, for example
Use Anysite to find the LinkedIn profile of the CEO of Anthropic: the client should call discover and then execute.
Use this only if your client cannot connect to an HTTP MCP server. The npm package @anysiteio/mcp runs
locally over stdio and forwards every request to https://mcp.anysite.io/mcp with your key; the tools
are the same as on the hosted server.
{
"mcpServers": {
"anysite": {
"command": "npx",
"args": ["-y", "@anysiteio/mcp"],
"env": {
"ANYSITE_ACCESS_TOKEN": "YOUR_API_KEY"
}
}
}
}
ACTION FOR THE HUMAN: copy your API key at https://app.anysite.io/billing — an agent cannot obtain it.
ANYSITE_ACCESS_TOKEN is the only required variable. ANYSITE_MCP_URL overrides the server URL and is
not needed for normal use.
The variable was renamed. A config written before the rename sets the old name and stops working —
replace that name with ANYSITE_ACCESS_TOKEN; the key value itself is unchanged.
| What you see | Cause and fix |
|---|---|
401 Authentication required. Include Authorization: Bearer <token> header. |
The client sent no key: the Direct URL was cut before ?api_key=, or the header is missing. Copy the URL or config again from the MCP page. |
Active subscription required. Please subscribe first. |
The account has no active plan. Finish setup or choose a plan, then connect again. |
429 You've reached your 5-hour usage limit… (or weekly) |
An MCP plan window is used up. Check usage on the MCP page and wait for the reset or change the plan. |
| The Direct URL or the key on the MCP page stays on "Loading…" | Not a key or billing problem: that client cannot use the Direct URL. Connect it with the OAuth URL from the same page instead. |
A tool call fails once with a 502, a proxy error or a timeout |
Transient. Ask the client to run the same request again; if every call fails, check the plan and the connection first. |
| An OAuth client that worked stops authenticating | OAuth access lasts 30 days. Reconnect the connector and allow access again. |
No crm_* tools |
The CRM integration is off. Enable it in your profile, then refresh the client's tool list; the change reaches the server within a minute. |
ACTION FOR THE HUMAN: open https://app.anysite.io/mcp (Open MCP integration).