★ 0 stars
Python
🔌 API Integration
Updated today
Chatwoot MCP Server - Model Context Protocol server for Chatwoot API integration. Provides 30+ tools for managing conversations, contacts, messages, inboxes, agents, and more.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"chatwoot-mcp-server": {
"command": "uvx",
"args": [
"chatwoot-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add chatwoot-mcp-server uvx chatwoot-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"chatwoot-mcp-server": {
"command": "uvx",
"args": [
"chatwoot-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install chatwoot-mcp-server