Skip to main content
The Meow MCP server speaks HTTP, the recommended transport for remote MCP servers. Pick your client below for copy-paste configuration. For how authentication and permissions work once you connect, see Authentication & scopes.

Choose a server URL

Server URLUse it for
https://mcp.meow.comOAuth. Interactive assistants where you sign in with your Meow login.
https://mcp.meow.com/cliCLI / API key. Coding agents and automation, plus agent-led signup for new accounts.
Most people want OAuth: use https://mcp.meow.com and sign in with your Meow account. Reach for https://mcp.meow.com/cli when you’re building a coding agent or automation, or when you don’t have an account yet and want agent-led signup.

Client setup

To open Cursor and add the Meow MCP automatically, click install. Or add the following to ~/.cursor/mcp.json. See the Cursor documentation.Install in Cursor
{
  "mcpServers": {
    "meow": {
      "url": "https://mcp.meow.com"
    }
  }
}
Building a coding agent, or don’t have a Meow account yet? Use the CLI surface https://mcp.meow.com/cli instead.
{
  "mcpServers": {
    "meow": {
      "url": "https://mcp.meow.com/cli"
    }
  }
}

Client support matrix

ClientRecommended URLAuthInstall method
Cursormcp.meow.comOAuthDeeplink or mcp.json
VS Codemcp.meow.comOAuthDeeplink or mcp.json
Claude Codemcp.meow.comOAuth via /mcpclaude mcp add
Claude.aimcp.meow.comOAuthCustom connector
ChatGPTmcp.meow.comOAuthCustom connector
Goose / othermcp.meow.comOAuthClient config
The CLI surface (mcp.meow.com/cli) is the alternative for coding agents, automation, and agent-led signup.

Agent-led signup

Don’t have a Meow account yet? Connect to https://mcp.meow.com/cli and ask your assistant to open one. The assistant walks you through the entire flow:
  • Call the start tool first. It returns step-by-step instructions, and each response tells the assistant what to do next.
  • Add, update, or remove owners and signers from the conversation.
  • Upload required documents through the assistant.
After each tool call, the assistant follows the step_instructions.directive field in the response. This keeps the guided signup on track without you leaving the chat.

Next steps

Authentication & scopes

Understand the OAuth flow and what each permission grants.

Tool reference

See every tool and example prompts to try.