Team email and customer support, accessible via AI. Manage your shared inbox with natural language.
Helpmonks is a hosted MCP server that connects any MCP-compatible AI tool to your Helpmonks shared inbox. Read conversations, send replies, assign emails, add labels, manage contacts, and triage your support queue — all via natural language.
- Conversation management — read, reply, assign, and close email threads
- Team collaboration — internal notes, assignments, and status updates
- Contact management — search and manage customer contacts
- Label & filter — organise conversations by labels and status
- 29 tools — full shared inbox operations via natural language
- Two data centers — US (
mcp.helpmonks.com) and EU (mcp.helpmonks.eu)
- Sign up at helpmonks.com to get your access token
- Add to your MCP client config:
{
"mcpServers": {
"helpmonks": {
"url": "https://mcp.helpmonks.com/sse",
"headers": {
"access-token": "YOUR_ACCESS_TOKEN"
}
}
}
}{
"mcpServers": {
"helpmonks": {
"url": "https://mcp.helpmonks.eu/sse",
"headers": {
"access-token": "YOUR_ACCESS_TOKEN"
}
}
}
}list_conversations— list inbox conversations with filtersget_conversation— get full conversation with all emails and notescreate_conversation— create a new conversationreply_to_conversation— send a reply emailupdate_conversation_status— open, close, archive, or mark as spam
update_conversation_assignee— assign to a team memberupdate_conversation_labels— add or replace labelsadd_conversation_note— add internal or public notesdelete_conversation_note— remove a note
list_contacts— search and list contactsget_contact— get contact detailslist_mailboxes— list all mailboxeslist_team_members— list team members
All requests require an access-token header. Get your token from your Helpmonks account settings.
| Region | URL |
|---|---|
| US | https://mcp.helpmonks.com/sse |
| EU | https://mcp.helpmonks.eu/sse |
AGPL-3.0 — see LICENSE