Skip to main content
Glama
kiriminow
by kiriminow

kirimi-mcp

MCP server for Kirimi WhatsApp API. Exposes Kirimi API tools to AI agents via the Model Context Protocol.

Tools

Tool

Description

send_message

Send a WhatsApp message to a single recipient

broadcast_message

Broadcast to multiple recipients (max 1000)

list_devices

List all connected WhatsApp devices

device_status

Get status of a specific device

save_contact

Save a single contact

save_contacts_bulk

Bulk import contacts (max 1000)

get_user_info

Get account info, saldo, and stats

Related MCP server: WAHA MCP

Setup

  1. Get an API key from dash.kirimi.id/settings?tab=api

  2. 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-XXXXX

Environment Variables

Variable

Required

Description

KIRIMI_API_KEY

API key from Kirimi dashboard

KIRIMI_DEVICE_ID

Default device ID for sending messages

KIRIMI_API_BASE_URL

Override API base URL (default: https://api.kirimi.id)

Development

bun install
bun run dev

License

MIT

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    An MCP (Multi-Agent Conversation Protocol) Server that enables interaction with the WhatsApp Business API, allowing agents to send messages, manage media, and perform other WhatsApp business operations through natural language.
    Last updated
    1
  • F
    license
    -
    quality
    -
    maintenance
    A self-hosted MCP server that connects AI clients to WhatsApp via the WAHA HTTP API. It enables users to manage sessions, search contacts, and send or receive messages and media directly through natural language interfaces.
    Last updated
    16
  • A
    license
    -
    quality
    F
    maintenance
    MCP server for interacting with the official Meta WhatsApp Business Platform/Cloud API, enabling sending messages, managing contacts, templates, and handling webhook callbacks.
    Last updated
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

  • Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.

  • MCP Server for agents to onboard, pay, and provision services autonomously with InFlow

View all MCP Connectors

Latest Blog Posts

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