kirimi-mcp
Allows sending WhatsApp messages to individuals or broadcasts, managing devices, saving contacts, and retrieving account info through the Kirimi WhatsApp API.
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., "@kirimi-mcpsend a WhatsApp message to Alice saying 'see you at 5pm'"
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.
kirimi-mcp
MCP server for Kirimi WhatsApp API. Exposes Kirimi API tools to AI agents via the Model Context Protocol.
Tools
Tool | Description |
| Send a WhatsApp message to a single recipient |
| Broadcast to multiple recipients (max 1000) |
| List all connected WhatsApp devices |
| Get status of a specific device |
| Save a single contact |
| Bulk import contacts (max 1000) |
| Get account info, saldo, and stats |
Related MCP server: WAHA MCP
Setup
Get an API key from dash.kirimi.id/settings?tab=api
Find your device ID in the Kirimi dashboard
With Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"kirimi": {
"command": "npx",
"args": ["-y", "kirimi-mcp"],
"env": {
"KIRIMI_API_KEY": "your_api_key_here",
"KIRIMI_DEVICE_ID": "D-XXXXX"
}
}
}
}With Claude Code
claude mcp add kirimi npx kirimi-mcp \
-e KIRIMI_API_KEY=your_api_key_here \
-e KIRIMI_DEVICE_ID=D-XXXXXEnvironment Variables
Variable | Required | Description |
| ✅ | API key from Kirimi dashboard |
| ✅ | Default device ID for sending messages |
| ❌ | Override API base URL (default: |
Development
bun install
bun run devLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/kiriminow/kirimi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server