Back to MCP Servers
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.
communication
Installation
npx -y mattermost-mcp-hostConfiguration
{
"mcpServers": {
"mattermost-mcp-host": {
"command": "npx",
"args": ["-y", "mattermost-mcp-host"]
}
}
}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