Back to directory
conarti/mattermost-mcp

conarti/mattermost-mcp

@conarti

Mattermost MCP server to enable Claude to interact with Mattermost Workspaces

mattermostmcpteam-collaborationmessagingworkspaceclaudeapitool

Installation & Configuration

{
  "mcpServers": {
    "mattermost": {
      "command": "npx",
      "args": [
        "-y",
        "@conarti/mattermost-mcp@latest"
      ],
      "env": {
        "MATTERMOST_URL": "https://your-mattermost.com/api/v4",
        "MATTERMOST_TOKEN": "your-token",
        "MATTERMOST_TEAM_ID": "your-team-id"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12