Skip to main content
CommunicationPython

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.

communicationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jagan-shanmugam/mattermost-mcp-host

Claude 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.

Details

Category
Communication
Language
Python
Author
jagan-shanmugam