
Meko integrates via the Model Context Protocol (MCP). Each Datapack exposes an MCP server that your AI coding tools, agent frameworks, or consumer chat applications connect to.

You follow the same basic pattern with all tools and frameworks:

1. **Create a datapack** using either the Meko web portal or the Meko CLI.
2. **Register the Meko MCP server** with your AI agent or with your application's MCP Client.
3. **Start using Meko** through natural language prompts.

To register the hosted MCP server (using the URL and API key from the portal or CLI) with multiple coding agents in a single command, see [Connect your AI client](../../quick-start/#connect-your-ai-client).

## Connect to an AI agent

{{< card-group variant="third" >}}
  {{< card
    href="integrations/connect-to-ai-agent/#cursor-desktop"
    title="Cursor Desktop"
    logo="logos/integrations/cursor.svg"
  >}}
  {{< card
    href="integrations/connect-to-ai-agent/#cursor-web"
    title="Cursor Web"
    logo="logos/integrations/cursor.svg"
  >}}
  {{< card
    href="integrations/connect-to-ai-agent/#claude-desktop"
    title="Claude Desktop"
    logo="logos/integrations/claude.svg"
  >}}
  {{< card
    href="integrations/connect-to-ai-agent/#claude-code"
    title="Claude Code"
    logo="logos/integrations/claude.svg"
  >}}
  {{< card
    href="integrations/connect-to-ai-agent/#open-ai-codex-desktop"
    title="Codex Desktop"
    logo="logos/integrations/codex.svg"
  >}}
  {{< card
    href="integrations/connect-to-ai-agent/#vs-code"
    title="VS Code"
    logo="logos/integrations/vscode.svg"
  >}}
{{< /card-group >}}

## Connect programmatically

> [!NOTE] Coming soon
>