Loading MCP server directory, please wait...
Send RCS & SMS campaigns: templates, audiences, surveys, inbox replies, delivery webhooks.
npx @getmcp/cli add com.rcs-campaigns/campaignsRequires Node.js 18+. Community-contributed server. Review source before installing.
RCS_GATEWAY_URLBase URL of your RCS Campaigns agent gateway. A key is tied to the environment it was minted in, so this must be the same environment that issued RCS_AGENT_KEY.
RCS_AGENT_KEYScoped agent key (rcsk_live_…) created in Settings → API keys. Grants only the scopes selected at mint time. Treat it like a password.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.rcs-campaigns/campaigns": {
"command": "npx",
"args": [
"-y",
"@rcs-campaigns/agent-toolkit",
"rcs-mcp"
],
"env": {
"RCS_GATEWAY_URL": "",
"RCS_AGENT_KEY": ""
}
}
}
}