conarti/mattermost-mcp
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.
Quick Start
Clone the repository:
git clone https://github.com/conarti/mattermost-mcpClaude Desktop configuration example:
{
"mcpServers": {
"mattermost-mcp": {
"command": "npx",
"args": [
"-y",
"conarti/mattermost-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.