Use this page to quickly connect Reply MCP in your client.

1) Copy your MCP connection URL

Get your URL from Reply and keep it private:
https://mcp.reply.io/?api_key=YOUR_REPLY_API_KEY
Where to find it in Reply:
  • Go to Reply dashboard
  • Open Execution -> Integrations
  • Open Reply MCP Server -> Configure
  • Copy MCP Connection URL

2) Paste into your client config

Claude Code (and other local MCP clients)

{
  "mcpServers": {
    "reply": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "<MCP_CONNECTION_URL>"]
    }
  }
}
Replace <MCP_CONNECTION_URL> with your real Reply MCP URL.

Clients with direct remote MCP support

If the client accepts a remote MCP URL directly, use your MCP Connection URL as-is.

Security

  • Treat your MCP connection URL like a secret token.
  • Never post it in public repos, screenshots, or shared chats.
  • Regenerate your API key in Reply if you think it was exposed.