Install the AnyTrack Docs MCP
Connect the AnyTrack documentation MCP server to Claude and ChatGPT so your AI assistant can search the knowledge base, look up setup steps, and troubleshoot tracking from the real docs. Covers the Claude app, Claude Code, and ChatGPT developer mode.
The AnyTrack documentation MCP server lets Claude and ChatGPT read the AnyTrack knowledge base directly. Once it is connected, you can ask your AI assistant how to set up an integration, fix a tracking issue, or find the right event name, and it answers from the live docs and links back to the source. This guide connects the server in the Claude app, in Claude Code, and in ChatGPT.
The AnyTrack docs MCP server
Section titled “The AnyTrack docs MCP server”The server is public and read-only. Point your AI assistant at this address:
https://docs.anytrack.ai/mcpIt exposes two tools:
- search_docs: searches the AnyTrack documentation and returns ranked snippets with links.
- get_doc_context: pulls focused context for a specific question or documentation page.
No login, API key, or AnyTrack account is required to connect.
Add the docs MCP to Claude
Section titled “Add the docs MCP to Claude”Custom connectors work in the Claude web app and desktop app on the Free, Pro, Max, Team, and Enterprise plans. Free accounts can add one custom connector.
- Open Claude and go to Settings → Connectors. On Team and Enterprise plans, a workspace Owner adds connectors under Organization settings → Connectors.
- Click the + next to Connectors (Add custom connector).
- Enter a name, for example AnyTrack Docs.
- Paste the server address:
https://docs.anytrack.ai/mcp - Leave the authentication fields empty (the server is public) and save.
Claude connects to the server from Anthropic’s cloud, so the address has to be reachable on the public internet. docs.anytrack.ai is, so nothing else is needed.
Add the docs MCP to Claude Code
Section titled “Add the docs MCP to Claude Code”If you work in the terminal, add the server with one command:
claude mcp add --transport http anytrack-docs https://docs.anytrack.ai/mcpAdd --scope user to make it available across all your projects, or --scope project to share it with your team through a checked-in .mcp.json file. Confirm it registered with claude mcp list.
Add the docs MCP to ChatGPT
Section titled “Add the docs MCP to ChatGPT”ChatGPT reaches custom MCP servers through Developer mode, available on the Plus, Pro, Business, Enterprise, and Education plans on the web.
- Open ChatGPT and go to Settings → Apps & Connectors → Advanced settings.
- Turn on Developer mode.
- Back in Apps & Connectors, click Create (or Create app).
- Enter a name such as AnyTrack Docs and a short description such as Search the AnyTrack knowledge base.
- Paste the server address:
https://docs.anytrack.ai/mcp - Set the authentication type to No authentication and click Create.
When the connection succeeds, ChatGPT lists the two tools the server provides. Enable the connector from the tools menu in a chat before you ask a question.
Verify it works
Section titled “Verify it works”- Start a new chat in Claude or ChatGPT.
- Make sure the AnyTrack Docs connector is enabled for the conversation.
- Ask a question that only the docs would answer, for example: how do I install the AnyTrack Tag?
- Confirm the reply cites AnyTrack documentation and links back to pages on readme.anytrack.io.
If the assistant answers from the docs and includes knowledge base links, the connection is working. For a refresher on installation itself, see Install the AnyTrack Tag.
Prompts that work well
Section titled “Prompts that work well”The assistant decides on its own when to call the docs, so name the connector in your prompt and ask for sources. These prompts get good results:
- Using the AnyTrack Docs connector, walk me through connecting Shopify step by step.
- Search the AnyTrack docs: which event fires on a purchase, and how do I send it to Meta?
- My Facebook conversions are missing in AnyTrack. Use the AnyTrack docs to help me troubleshoot.
- From the AnyTrack docs, what is the difference between the Tracking Tag and the Conversion API, and which should I use?
Two habits that help:
- Name the connector (for example, use the AnyTrack docs) so the assistant searches instead of answering from memory.
- Ask for the links so you can open the full guide, then drill into one step at a time.
Troubleshooting
Section titled “Troubleshooting”- The connector will not add: Check the address is exactly
https://docs.anytrack.ai/mcp, with no trailing slash or spaces. Openinghttps://docs.anytrack.ai/healthin a browser returns a short ok response when the server is up. - Claude cannot reach the server: Custom connectors run from Anthropic’s cloud, not your device, so a local VPN does not block them. A corporate proxy that rewrites the AI provider’s outbound traffic can. Test with a personal account to isolate the cause.
- ChatGPT does not show the Create option: Developer mode is off, or your plan does not include it. Re-open Settings → Apps & Connectors → Advanced settings and turn Developer mode on.
- The assistant ignores the docs: Models decide when to call a tool. Name the connector in your prompt, such as search the AnyTrack docs, so the model knows to use it.
If you are still stuck, contact support with the platform and the exact error you see.
Related articles
Section titled “Related articles”AnyTrack Docs MCP FAQ
FAQ was last reviewed on 2026-08-15
Do I need a paid AnyTrack plan to use the docs MCP?
Is the AnyTrack docs MCP safe to connect?
What can I ask once it is connected?
search_docs and answers with links to the relevant pages.