Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Mattermost

FreeNot checked

MCP server for Mattermost that enables AI assistants to read posts, search messages, send messages, and manage channels.

GitHubEmbed

About

MCP server for Mattermost that enables AI assistants to read posts, search messages, send messages, and manage channels.

README

MCP server for Mattermost with npx support.

Installation and Usage

Via npx

MATTERMOST_URL=https://mattermost.company.com \
MATTERMOST_TOKEN=your-token \
npx github:anton-sobolev-zhr/mattermost-mcp

MCPHub Configuration

{
  "mcpServers": {
    "mattermost": {
      "command": "npx",
      "args": ["github:anton-sobolev-zhr/mattermost-mcp"],
      "env": {
        "MATTERMOST_URL": "https://mattermost.company.com",
        "MATTERMOST_TOKEN": "your-token",
        "MATTERMOST_KEEPALIVE_MS": "86400000"
      }
    }
  }
}

MATTERMOST_KEEPALIVE_MS defaults to 24 hours. The server makes GET /api/v4/users/me requests to keep the session alive in configurations with ExtendSessionLengthWithActivity.

Available Tools

  • get_thread — get thread content by post ID
  • get_post — get single post by ID
  • get_channel_posts — get channel messages
  • search_posts — search messages
  • list_channels — list channels in team
  • get_user — get user info by ID
  • send_message — send message to channel
  • get_unread — get unread messages, threads, and channel summary
  • test_connection — test Mattermost connection

from github.com/anton-sobolev-zhr/mattermost-mcp

Installing Mattermost

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/anton-sobolev-zhr/mattermost-mcp

FAQ

Is Mattermost MCP free?

Yes, Mattermost MCP is free — one-click install via Unyly at no cost.

Does Mattermost need an API key?

No, Mattermost runs without API keys or environment variables.

Is Mattermost hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Mattermost in Claude Desktop, Claude Code or Cursor?

Open Mattermost on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Mattermost with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs