ReadySMS MCP Server
OfficialAllows sending SMS messages, managing conversations, campaigns, and contacts using ClickUp's AI assistant.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ReadySMS MCP ServerSend 'Your order is ready' to +15551234567"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ready MCP Server
Send SMS messages from any AI assistant — Claude, ClickUp, Cursor, Windsurf, and more. One-click setup.
Setup (30 seconds)
Step 1: Get your API key
Create a free account at tryready.com
Go to Settings → API Keys → Create Key
Copy your key (starts with
rsms_)
Step 2: Add to your AI tool
Copy-paste the config for your platform:
In ClickUp, go to Apps → MCP Servers → Add Custom MCP Server
Enter:
Name: Ready
URL:
https://api.tryready.com/mcpAuth: OAuth 2.0
Click Connect — you'll be redirected to sign in to Ready and authorize ClickUp
Done! Ask ClickUp's AI to send texts, manage campaigns, check delivery rates, etc.
If you prefer local mode, add as an MCP integration in ClickUp's AI settings:
{
"mcpServers": {
"ready": {
"command": "npx",
"args": ["-y", "readysms-mcp"],
"env": {
"READY_API_KEY": "rsms_your_key_here"
}
}
}
}Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"ready": {
"command": "npx",
"args": ["-y", "readysms-mcp"],
"env": {
"READY_API_KEY": "rsms_your_key_here"
}
}
}
}claude mcp add ready -- npx -y readysms-mcpThen set the env var in your shell or .env:
export READY_API_KEY=rsms_your_key_hereAdd to .cursor/mcp.json in your project root:
{
"mcpServers": {
"ready": {
"command": "npx",
"args": ["-y", "readysms-mcp"],
"env": {
"READY_API_KEY": "rsms_your_key_here"
}
}
}
}Add to ~/.windsurf/mcp.json:
{
"mcpServers": {
"ready": {
"command": "npx",
"args": ["-y", "readysms-mcp"],
"env": {
"READY_API_KEY": "rsms_your_key_here"
}
}
}
}Step 3: Start talking
Just ask your AI assistant naturally:
"Send a text to +15551234567 saying their appointment is tomorrow at 3pm"
"Show me my unread conversations"
"Draft a campaign to remind customers about our summer sale"
"How many credits do I have left?"
"Run a deliverability audit on my phone numbers"
Related MCP server: Twilio SMS Server
What You Can Do
Messaging
Tool | What it does |
| Send an SMS to any phone number |
| AI-generate 5 message variants from a description |
| View message history with delivery status |
Inbox
Tool | What it does |
| Browse conversations with search and filters |
| Read a conversation thread |
| Mark read/unread, star, archive, close |
Contacts
Tool | What it does |
| Find contacts by name, phone, tag, stage, score |
| Add a new contact |
| Update contact info, tags, pipeline stage |
| See all tags in use |
Campaigns
Tool | What it does |
| AI-draft a campaign from plain English |
| Create a campaign (draft or scheduled) |
| View campaigns with delivery stats |
| Detailed performance analytics |
| Troubleshoot delivery issues |
Automation
Tool | What it does |
| View automated follow-up sequences |
| Enroll contacts in a drip sequence |
| View AI auto-reply agents |
| Test an AI agent's reply without sending |
Analytics & Billing
Tool | What it does |
| Check credit balance and pricing tier |
| Account-wide delivery rates by carrier |
| Per-number health metrics |
| Daily spend breakdown |
| Full billing transaction log |
| Phone numbers with health status |
Setup
Tool | What it does |
| Verify your API key works |
Built-in Workflows
These pre-built prompts guide your AI through multi-step tasks:
send_campaign— Walk through creating a campaign: check balance → AI-draft message → choose audience → save as draftinbox_summary— Summarize unread conversations, flag urgent items, show balancedeliverability_audit— Audit every phone number with red/yellow/green health status
Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your API key from Ready settings (starts with |
| No |
| API base URL (only change for self-hosted) |
The legacy
READYSMS_API_KEY/READYSMS_API_URLvariables still work — no need to change existing configs.
Reliability
Automatic retries with exponential backoff on 429/502/503/504
30-second timeout on all API calls (no hanging)
Structured errors — clear, actionable messages (not stack traces)
Phone number normalization — accepts
(555) 123-4567,5551234567,+15551234567Input validation — catches bad inputs before hitting the API
Startup validation — verifies API key format immediately
Get Started
Don't have a Ready account? Sign up free at tryready.com — takes under 2 minutes.
Need help? Email support@tryready.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI-powered SMS messaging through Twilio with automatic conversation threading, message status tracking, and webhook support for receiving inbound messages.Last updated1171MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to send SMS messages via Twilio through the Model Context Protocol or a standalone REST API. It supports standard messaging, automated greetings, and creative content generation using natural language.Last updated141MIT
- AlicenseCqualityDmaintenanceEnables AI agents to send, receive, schedule, and manage SMS and MMS messages using the Twilio Programmable Messaging API. It provides comprehensive tools for handling bulk messaging, conversation threads, and real-time inbox monitoring through a secure, production-grade architecture.Last updated161MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to send SMS, manage contacts, verify numbers, and query campaigns via SMS Masivos platform using natural language.Last updated30288MIT
Related MCP Connectors
Communication stack for AI agents: SMS, AI voice calls, phone numbers, and account events.
Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReadySMS/readysms-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server