ChatWoot MCP Server for Cloudflare Workers. Integrate ChatWoot with Claude Code or your custom AI Agent.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chatwoot-mcp": {
"command": "npx",
"args": [
"-y",
"Neuralyn-AI/chatwoot-mcp"
]
}
}
}
Run in terminal:
claude mcp add chatwoot-mcp npx -y Neuralyn-AI/chatwoot-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"chatwoot-mcp": {
"command": "npx",
"args": [
"-y",
"Neuralyn-AI/chatwoot-mcp"
]
}
}
}