Skip to main content
CommunicationTypeScript

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.

communicationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/conarti/mattermost-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
conarti