jagan-shanmugam/mattermost-mcp-host
A MCP server along with MCP host that provides access to Mattermost teams, channels and messages. MCP host is integrated as a bot in Mattermost with access to MCP servers that can be configured.
Quick Start
Clone the repository:
git clone https://github.com/jagan-shanmugam/mattermost-mcp-hostClaude Desktop configuration example:
{
"mcpServers": {
"mattermost-mcp-host": {
"command": "npx",
"args": [
"-y",
"jagan-shanmugam/mattermost-mcp-host"
]
}
}
}Check the repository README for specific installation and configuration instructions.