SimpleTexting Connector for AI agents.
12 live capabilities
Manage your SMS marketing campaigns and customer conversations through your chat client.
Waiting for input…
Why people use SimpleTexting
SimpleTexting for automated SMS marketing campaigns
With this Connector, that entire loop disappears. You just tell your agent to add the new leads, create a segment, and send the welcome text. Your agent handles the API calls, and you just see the results in your chat window. It turns a multi-step manual process into a single conversation.
What Vinkius changes
You get a hands-free way to manage your entire SMS marketing pipeline.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Launching a flash sale
A marketing manager asks their agent to send a blast to the 'VIP' list.
- Real-world use case 02
Handling a customer complaint
A support lead asks for the history of a specific number.
- Real-world use case 03
Cleaning up a messy list
An ops lead notices a lot of dead leads.
Complete set · 12capabilities
The complete SimpleTexting capability set.
These are the exact actions your AI can choose when you ask it to work with SimpleTexting.
01—04
4 capabilities in this set.
Part of 12 available through SimpleTexting.
- 01 Capability
Update subscriber info
Changes the data for an existing contact. Use this to keep your subscriber records accurate and up to date.
- 02 Capability
Schedule sms delivery
Sets a specific time and date for a future text. Use this to plan out your marketing calendar in advance.
- 03 Capability
Remove subscriber
Delete a specific contact from your database. Use this to keep your lists clean of inactive numbers.
- 04 Capability
List audience segments
Shows all your dynamic segments. Use this to see how you've categorized your audience for targeted sends.
05—08
4 capabilities in this set.
Part of 12 available through SimpleTexting.
- 05 Capability
Get api status
Checks if your connection to SimpleTexting is active. Use this to troubleshoot your setup quickly.
- 06 Capability
Get subscriber details
Pulls the specific information for a single contact. Use this to check a customer's profile on the fly.
- 07 Capability
List subscribers
Shows all the SMS contacts in your account. Use this to get a high-level view of your current audience.
- 08 Capability
List chat conversations
Retrieves your message history with customers. Use this to stay caught up on two-way conversations.
09—12
4 capabilities in this set.
Part of 12 available through SimpleTexting.
- 09 Capability
List contact lists
Lists your static groups. Use this to see which specific lists you have available for messaging.
- 10 Capability
List active webhooks
Shows your current event configurations. Use this to monitor how your automated flows are triggered.
- 11 Capability
Send sms message
Sends a text message to a specific contact. Use this for immediate, one-to-one customer communication.
- 12 Capability
Create subscriber
Adds a new contact to your database. Use this to grow your list from new signups or leads.
Set up in minutes
One URL. Then ask SimpleTexting to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SimpleTexting from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Is8M7KqUr1yo75nP915XDGGwmSTAAdMtj5qzh8xL/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it SimpleTexting, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SimpleTexting for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Is8M7KqUr1yo75nP915XDGGwmSTAAdMtj5qzh8xL/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the SimpleTexting URL.
- Step 03
Save and start
Save the connection and enable SimpleTexting in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"simpletexting": {
"url": "https://edge.vinkius.com/vk_preview_Is8M7KqUr1yo75nP915XDGGwmSTAAdMtj5qzh8xL/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using SimpleTexting
Open Agent mode in chat and ask: "Using SimpleTexting, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"simpletexting": {
"url": "https://edge.vinkius.com/vk_preview_Is8M7KqUr1yo75nP915XDGGwmSTAAdMtj5qzh8xL/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using SimpleTexting
Ask Copilot: "Using SimpleTexting, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"simpletexting": {
"url": "https://edge.vinkius.com/vk_preview_Is8M7KqUr1yo75nP915XDGGwmSTAAdMtj5qzh8xL/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using SimpleTexting
Open Cascade and ask: "Using SimpleTexting, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"simpletexting": {
"url": "https://edge.vinkius.com/vk_preview_Is8M7KqUr1yo75nP915XDGGwmSTAAdMtj5qzh8xL/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using SimpleTexting
Ask Cline: "Using SimpleTexting, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add simpletexting --transport http "https://edge.vinkius.com/vk_preview_Is8M7KqUr1yo75nP915XDGGwmSTAAdMtj5qzh8xL/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using SimpleTexting
Ask Claude: "Using SimpleTexting, show me...". 12 tools are ready
Where the request belongs
Work SimpleTexting can move forward.
This is for marketing managers who are tired of manual list exports and customer support leads who need to see conversation history without digging through a cluttered dashboard.
Marketing Manager
Sends out promotional blasts and monitors delivery rates while focusing on high-level strategy.
Customer Support Lead
Quickly pulls interaction history to solve customer issues faster and with more context.
Operations Coordinator
Keeps contact lists clean and manages subscriber segments without manual data entry.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTexter
Send automated text messages and run SMS drip campaigns that engage leads and customers with timely follow-ups.
ProTexting
Automate SMS marketing via ProTexting. manage campaigns, contacts, and keywords directly with AI.
CallFire
Run voice broadcasts, send bulk text messages, and manage call tracking campaigns for high-volume outreach at scale.
MessageBird
Manage your global communications. send SMS and audit contacts via AI.
BulkSMS.com
Reach customers worldwide with reliable bulk SMS delivery, contact list management, and real-time message status tracking.
Brevo
Engage customers across email, SMS, and chat with marketing campaigns and transactional messaging that scale with you.
Bring your own AI
Change the model, client or framework. Keep SimpleTexting connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about SimpleTexting.
The practical details behind the request, access and result.
Can I use SimpleTexting MCP to send mass texts to my customers?
Yes. You can send broadcasts to entire lists or specific segments. Your agent can draft the content and trigger the send based on your instructions.
Does the SimpleTexting MCP help with managing my subscriber lists?
It does. You can use your agent to add new contacts, update existing info, or remove people from your lists to keep your database clean.
Can I see my past conversations with customers using this Connector?
Yes. Your agent can pull your full message history so you can quickly see what a customer said in the past without digging through your dashboard.
How do I schedule texts for later with SimpleTexting MCP?
You can tell your agent to schedule a message for a specific date and time. It will handle the timing so you don't have to remember to send it manually.
Is SimpleTexting MCP good for small businesses?
It's great for any business using SMS for marketing or support. It lets you handle high-volume messaging and list management through a simple chat interface.
Can my agent check if my SMS messages are actually being delivered?
Yes. Your agent can check your account status and monitor delivery info to make sure your campaigns are reaching your audience.
Can my AI automatically send an SMS broadcast to a specific contact list?
Yes! Use the send_message capability with the mode set to 'BROADCAST'. Provide the list name or destination, and your agent will trigger the mass SMS instantly.
How do I schedule a text message for a future date using the AI?
Simply ask the agent to run the schedule_message action. Provide the phone number, message text, and the target ISO date/time for the delivery.
How do I find my SimpleTexting API v2 Token?
Log in to your SimpleTexting account, navigate to Settings > API, and you will find your unique secret API v2 Token there.
One connection away
Give your agent a direct line to SimpleTexting.
Connect SimpleTexting once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available