Skip to main content
Connect to Encord’s documentation directly from your IDE or AI tool.

Setup

URL: https://encord-docs.mcp.kapa.ai Set up connection with the following supported AI assistants:
  • VS Code
  • Cursor
  • Claude
  • ChatGPT Desktop
  • Claude Desktop
  • Other
Prerequisites: VS Code 1.102+ with GitHub Copilot enabled.Create an mcp.json file in your workspace .vscode folder:
{
  "servers": {
    "encord": {
      "type": "http",
      "url": "https://encord-docs.mcp.kapa.ai"
    }
  }
}

Using Encord Docs with MCP

After connecting, you can ask questions about Encord from within your editor. For example: “How do I export labels using the SDK?” “How do I import data?” “How do I set up a GCP integration?”