Chatwoot MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHATWOOT_EMAIL | No | Email for JWT auth (alternative method) | |
| CHATWOOT_BASE_URL | Yes | Your Chatwoot instance URL (no trailing slash) | |
| CHATWOOT_PASSWORD | No | Password for JWT auth (needed for token refresh) | |
| CHATWOOT_API_TOKEN | No | API access token (recommended method) | |
| CHATWOOT_ACCOUNT_ID | Yes | Your Chatwoot account ID (numeric) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| chatwoot_list_conversationsA | List conversations from a Chatwoot account with filtering options. This tool retrieves conversations from Chatwoot, allowing you to filter by status, assignee, and inbox. Supports pagination for large result sets. Args:
Returns: A list of conversations with details including:
Examples:
|
| chatwoot_get_conversationA | Get detailed information about a specific Chatwoot conversation. This tool retrieves full details for a single conversation including contact info, assignee, labels, and custom attributes. Args:
Returns: Full conversation details including:
Examples:
|
| chatwoot_list_messagesA | List all messages in a Chatwoot conversation. This tool retrieves all messages from a specific conversation, including message content, sender information, timestamps, and attachments. Args:
Returns: List of messages with:
Examples:
|
| chatwoot_create_messageA | Create a new message in a Chatwoot conversation. This tool sends a message in an existing conversation. Can be used for outgoing messages to customers or private internal notes. Args:
Returns: Created message details including ID and confirmation Examples:
|
| chatwoot_filter_conversationsA | Filter conversations using advanced criteria including date ranges, status, assignee, and labels. This tool uses Chatwoot's filter API to find conversations by creation date, last activity date, status, and more. Supports pagination (25 results per page) or auto-pagination to fetch all results at once. IMPORTANT - Date format must be YYYY-MM-DD only (no time component). Date filters use exclusive boundaries: date_from='2026-02-20' means conversations created AFTER Feb 20 (i.e., Feb 21+). For a single day like Feb 21: use date_from='2026-02-20' and date_to='2026-02-22'. Args:
Returns: Filtered conversations with meta counts (all_count, mine_count, unassigned_count, assigned_count). Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/mohnori/chatwoot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server