instantKOM MCP Server

instantKOM MCP Server

Enables AI assistants to manage instantKOM messenger platform resources (channels, contacts, messages, newsletters, bots, flows, analytics) via structured type-safe tool calls.

Category
访问服务器

README

instantKOM MCP-Server

npm version License: MIT API Documentation

Model Context Protocol (MCP) server for the instantKOM REST API. Lets AI assistants like Claude Code and Claude Desktop drive your instantKOM messengerzentrale through structured, type-safe tool calls.

Features

  • 230+ tools covering full CRUD for Channels, Contacts, Messages, Newsletters, Bots, Flows, Analytics and more
  • Type-safe — written in TypeScript, runs on Node.js 18+
  • Bearer-token auth via your instantKOM API key
  • Standardized — implements the official Model Context Protocol
  • MIT-licensed — self-hosted use is welcome

Quick start

1. Get an API key

  1. Sign up at instantkom.app
  2. Settings → API Keys → create a new key
  3. Copy the key (format: ik_live_...)

2. Configure your MCP client

Add to your Claude Code / Claude Desktop config:

Claude Code: project-local .mcp.json or ~/.config/claude/claude_desktop_config.json Claude Desktop (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "instantkom": {
      "command": "npx",
      "args": ["-y", "@instantkom/mcp-server"],
      "env": {
        "INSTANTKOM_API_KEY": "ik_live_..."
      }
    }
  }
}

3. Restart your client

Claude will now see the instantkom MCP server with all available tools.

Configuration

Environment variable Description Default
INSTANTKOM_API_KEY Bearer token for the instantKOM API (required)
INSTANTKOM_API_URL Override API base URL https://api.instantkom.app
LOG_LEVEL error / warn / info / debug info

Tool overview

Tools are grouped by resource type. Each REST endpoint at api.instantkom.app/api-docs has a corresponding MCP tool.

Category Examples Tools
Channels list_channels, create_channel, update_channel 7
Contacts list_contacts, create_contact, update_contact 5
Messaging send_message, list_messages, get_message 10
Newsletters / Broadcasts list_broadcasts, create_broadcast, send_broadcast 6
Bots & Flows bot CRUD, flow nodes, flow edges 38
Templates & Tags template + tag CRUD, tag assignment 21
Analytics dashboard, broadcast, contact, message KPIs 5
Segmentation & QR segmentation CRUD, QR codes, shortlinks 13
Tickets / Webhooks / Polls / Events / Media / Custom Fields / ... full CRUD 100+

Examples

Once configured, you can prompt Claude in natural language:

> Send a newsletter to all "Premium" segment contacts.

⏺ I'll create the newsletter via WhatsApp.
   ⤷ create_broadcast(channel: "whatsapp", segment: "premium")
   ↳ 247 recipients · sending now.

⏺ Done. Sent to 247 Premium contacts. Show live analytics?

Development

git clone https://github.com/instantKOM/mcp-server.git
cd mcp-server
npm install
npm run build
INSTANTKOM_API_KEY=ik_live_... node dist/index.public.js

To wire up your local build with Claude Code instead of npm:

{
  "mcpServers": {
    "instantkom": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-server/dist/index.public.js"],
      "env": {
        "INSTANTKOM_API_KEY": "ik_live_..."
      }
    }
  }
}

Security

  • API keys are passed as Bearer tokens. Treat them as secrets.
  • All API calls go over HTTPS to api.instantkom.app by default.
  • The MCP server runs locally on your machine — no instantKOM data passes through any third-party host.
  • Audit log of every tool call is recorded server-side in your instantKOM account.

Resources

  • API Documentation: https://api.instantkom.app/api-docs
  • MCP Protocol Spec: https://modelcontextprotocol.io
  • API Code Examples: https://github.com/instantKOM/api-examples
  • Issues / Feature Requests: https://github.com/instantKOM/mcp-server/issues

License

MIT — see LICENSE.

About instantKOM

instantKOM is a multi-channel messenger platform for B2B marketing and customer communication. WhatsApp, Telegram, Signal, Threema, SMS — DSGVO-compliant, hosted in Germany. Learn more at instantkom.app.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选