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-host

Configuration

{
  "mcpServers": {
    "mattermost-mcp-host": {
      "command": "npx",
      "args": ["-y", "mattermost-mcp-host"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub