RCS Campaigns
Rank #88,090com.rcs-campaigns/campaigns
Send RCS & SMS campaigns: templates, audiences, surveys, inbox replies, delivery webhooks.
RCS Campaigns is a Model Context Protocol (MCP) server published by RethinkLedgers. It ranks #88,090 of 130,833 servers tracked on MCP Toplist. RCS Campaigns is listed on Official MCP, with 1 tracked version. It was first listed on Sep 21, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 42,743 of 130,833 servers on MCP Toplist.
Use RCS Campaigns
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add campaigns -e "RCS_GATEWAY_URL=<your RCS_GATEWAY_URL>" -e "RCS_AGENT_KEY=<your RCS_AGENT_KEY>" -- npx -y @rcs-campaigns/agent-toolkit rcs-mcpReplace each placeholder with your own value before saving.
[mcp_servers.campaigns]
command = "npx"
args = ["-y", "@rcs-campaigns/agent-toolkit", "rcs-mcp"]
[mcp_servers.campaigns.env]
RCS_GATEWAY_URL = "<your RCS_GATEWAY_URL>"
RCS_AGENT_KEY = "<your RCS_AGENT_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"campaigns": {
"command": "npx",
"args": [
"-y",
"@rcs-campaigns/agent-toolkit",
"rcs-mcp"
],
"env": {
"RCS_GATEWAY_URL": "<your RCS_GATEWAY_URL>",
"RCS_AGENT_KEY": "<your RCS_AGENT_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"campaigns": {
"command": "npx",
"args": [
"-y",
"@rcs-campaigns/agent-toolkit",
"rcs-mcp"
],
"env": {
"RCS_GATEWAY_URL": "<your RCS_GATEWAY_URL>",
"RCS_AGENT_KEY": "<your RCS_AGENT_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"campaigns": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rcs-campaigns/agent-toolkit",
"rcs-mcp"
],
"env": {
"RCS_GATEWAY_URL": "<your RCS_GATEWAY_URL>",
"RCS_AGENT_KEY": "<your RCS_AGENT_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"campaigns": {
"command": "npx",
"args": [
"-y",
"@rcs-campaigns/agent-toolkit",
"rcs-mcp"
],
"env": {
"RCS_GATEWAY_URL": "<your RCS_GATEWAY_URL>",
"RCS_AGENT_KEY": "<your RCS_AGENT_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"campaigns": {
"command": "npx",
"args": [
"-y",
"@rcs-campaigns/agent-toolkit",
"rcs-mcp"
],
"env": {
"RCS_GATEWAY_URL": "<your RCS_GATEWAY_URL>",
"RCS_AGENT_KEY": "<your RCS_AGENT_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.rcs-campaigns%2Fcampaigns)<a href="https://mcptoplist.com/server/com.rcs-campaigns%2Fcampaigns"><img src="https://mcptoplist.com/badge/com.rcs-campaigns%2Fcampaigns.svg" alt="MCP Toplist: #88,090 of 130,833" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
RethinkLedgers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.6 | Sep 21, 2026 |
Frequently asked questions
- Who maintains RCS Campaigns?
- RCS Campaigns is maintained by RethinkLedgers, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is RCS Campaigns listed on the Official MCP Registry?
- Yes — RCS Campaigns is listed on the Official MCP Registry.
- How many versions does RCS Campaigns have?
- MCP Toplist tracks 1 version of RCS Campaigns, most recently published on Sep 21, 2026.
- Where can I find the source code for RCS Campaigns?
- The source code for RCS Campaigns is hosted at github.com/RethinkLedgers/rcs-templates.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.