Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

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.