Choose a server URL
| Server URL | Use it for |
|---|---|
https://mcp.meow.com | OAuth. Interactive assistants where you sign in with your Meow login. |
https://mcp.meow.com/cli | CLI / API key. Coding agents and automation, plus agent-led signup for new accounts. |
Client setup
- Cursor
- VS Code
- Claude Code
- Claude.ai
- ChatGPT
- Goose / Other
To open Cursor and add the Meow MCP automatically, click install. Or add the following to
Building a coding agent, or don’t have a Meow account yet? Use the CLI surface
~/.cursor/mcp.json. See the Cursor documentation.https://mcp.meow.com/cli instead.Client support matrix
| Client | Recommended URL | Auth | Install method |
|---|---|---|---|
| Cursor | mcp.meow.com | OAuth | Deeplink or mcp.json |
| VS Code | mcp.meow.com | OAuth | Deeplink or mcp.json |
| Claude Code | mcp.meow.com | OAuth via /mcp | claude mcp add |
| Claude.ai | mcp.meow.com | OAuth | Custom connector |
| ChatGPT | mcp.meow.com | OAuth | Custom connector |
| Goose / other | mcp.meow.com | OAuth | Client config |
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 tohttps://mcp.meow.com/cli and ask your assistant to open one. The assistant walks you through the entire flow:
- Call the
starttool 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.