Communication
Mattermost MCP
Mattermost MCP provides full integration with Mattermost, the open-source team communication platform. List channels, read and post messages, manage threads and reactions, monitor topics, and automate team workflows. Supports flexible configuration via CLI args, environment variables, or config files.
Stars
420
Installs
22.0k
License
MIT
Kind
MCP
Trust evidence
Catalogued
Catalogued MCP with public repository metadata. Not a verified endorsement.
- Stars: 420 · catalog
- Freshness: Updated 2026-01-10
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: MATTERMOST_URL
- · Environment: MATTERMOST_TOKEN
- · Node.js 18+
Reference command
{
"mcpServers": {
"mattermost": {
"command": "npx",
"args": ["-y", "@conarti/mattermost-mcp"],
"env": {
"MATTERMOST_URL": "<your-mattermost-url>",
"MATTERMOST_TOKEN": "<your-token>"
}
}
}
}