MCP server for Mattermost — let Claude, Cursor, and other AI assistants work with channels, messages, and files
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mattermost": {
"env": {
"MATTERMOST_URL": "https://your-server.com",
"MATTERMOST_TOKEN": "your-token"
},
"args": [
"mcp-server-mattermost"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Let AI assistants read, search, and post in your Mattermost workspace
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-server-mattermost against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Mattermost and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Let AI assistants read, search, and post in your Mattermost workspace
38 tools · Channels · Messages · Reactions · Threads · Files · Users
Channels — list, create, join, manage channels and DMs
Messages — send, search, edit, delete with rich attachments
Reactions & Threads — emoji reactions, pins, full thread history
Users & Teams — lookup, search, status
Files — upload, metadata, download links
Bookmarks — save links and files in channels (Entry+ edition)
Once configured, you can ask your AI assistant:
| Tool | Description | Key Parameters |
|---|---|---|
list_public_channels | List public channels in a team | team_id ✓ |
list_my_channels | List your channels with unread counts | team_id ✓, only_unread |
get_channel | Get channel details by ID | channel_id ✓ |
get_channel_by_name | Get channel by name | team_id, channel_name ✓ |
create_channel | Create a new channel | team_id, name, display_name ✓ |
join_channel | Join a public channel | channel_id ✓ |
leave_channel | Leave a channel | channel_id ✓ |
mark_channel_viewed | Mark a channel as viewed (reset unread counters) | channel_id ✓ |
get_channel_members | List channel members | channel_id ✓ |
add_user_to_channel | Add user to channel | channel_id, user_id ✓ |
create_direct_channel | Create DM channel | user_id_1, user_id_2 ✓ |
| Tool | Description | Key Parameters |
|---|---|---|
post_message | Send a message to a channel | channel_id, message ✓, attachments |
get_channel_messages | Get messages: recent, unread window, or since timestamp | channel_id ✓, unread_only, since |
search_messages | Search messages by term | team_id, terms ✓ |
update_message | Edit a message | post_id, message ✓, attachments |
delete_message | Delete a message | post_id ✓ |
| Tool | Description | Key Parameters |
|---|---|---|
add_reaction | Add emoji reaction | post_id, emoji_name ✓ |
remove_reaction | Remove emoji reaction | post_id, emoji_name ✓ |
get_reactions | Get all reacti |