Back to MCP Servers
Mattermost
MCP server for Mattermost API. List channels, read/post messages, manage threads and reactions, monitor topics. Supports flexible configuration via CLI args, environment variables, or config files.
communicationreactapi
By conarti
Installation
npx -y mattermost-mcpConfiguration
{
"mcpServers": {
"mattermost-mcp": {
"command": "npx",
"args": ["-y", "mattermost-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes