Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ฌ Communication
  3. Mattermost MCP
Mattermost MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 10:17:38 AM

Mattermost MCP

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
mattermostcommunicationmessagingmonitoring

Connects MCP clients to Mattermost for channel access, messaging, threads, reactions, user lookup, and topic monitoring.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "conarti-mattermost-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conarti/mattermost-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ฌ More in Communication

Overview

The conarti/mattermost-mcp MCP server exposes Mattermost workspace operations to Claude and other MCP clients. It connects to the Mattermost API with a personal access token, URL, and team ID, configured through CLI arguments, environment variables, or JSON files. Available operations cover channel listing, message history, posting, threaded replies, reactions, user profiles, and topic monitoring. Reach for it when an agent needs to read or update Mattermost conversations or run scheduled checks for selected topics.

Use cases

โ€ขList Mattermost channels and inspect recent history
โ€ขPost updates and reply to conversation threads
โ€ขAdd reactions to Mattermost messages
โ€ขMonitor selected channels for configured topics

Key features

โ€ขMattermost channel listing and history retrieval
โ€ขMessage posting and threaded replies
โ€ขMessage reactions and thread inspection
โ€ขWorkspace user lookup
โ€ขScheduled and on-demand topic monitoring

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Mattermost MCP.

Extracted Tool Capabilities
Mattermost channel listing and history retrieval
Message posting and threaded replies
Message reactions and thread inspection
Workspace user lookup
Scheduled and on-demand topic monitoring

How Mattermost MCP works

What conarti/mattermost-mcp MCP server does

The conarti/mattermost-mcp MCP server connects an MCP client to a Mattermost workspace through the Mattermost API. It supports both read and write workflows: an agent can discover channels, retrieve messages, publish new messages, respond in threads, add reactions, and inspect users.

The server also includes topic monitoring. Monitoring can inspect configured channels for messages containing configured topics, run on a cron-style schedule, and send notifications when matching discussions are found. A monitoring run can be triggered manually through an MCP tool or at process startup.

How it works

The process requires three pieces of Mattermost configuration: the API URL, a personal access token, and a team ID. Configuration can be supplied as command-line options, environment variables, or JSON files. Command-line values take precedence over environment variables, which take precedence over config.local.json and then config.json.

For channel history, the client can request a fixed number of messages, all messages, date-bounded results, or cursor-based results using post IDs. Channel listing supports pagination and can optionally include private channels and direct messages.

Setup and configuration

The published npm package can be run with npx:

Terminal
npx -y @conarti/mattermost-mcp

The required environment variables are MATTERMOST_URL, MATTERMOST_TOKEN, and MATTERMOST_TEAM_ID. Equivalent command-line options are --url, --token, and --team-id. The API URL normally ends with /api/v4.

A JSON configuration can also define monitoring settings, including whether monitoring is enabled, its cron schedule, channels, topics, message limit, and optional notification or user identifiers. The --run-monitoring option starts a monitoring pass immediately; adding --exit-after-monitoring makes the process stop afterward, which supports scheduled command-line use.

Tools and capabilities

The conarti/mattermost-mcp MCP server provides tools for:

  • Listing channels and retrieving channel history
  • Posting messages and replying to threads
  • Adding reactions and reading thread replies
  • Listing workspace users and retrieving user profiles
  • Triggering topic monitoring on demand

History queries accept channel IDs and can use limits, pages, date filters, or before/after post IDs. Monitoring uses configured channels and topic strings rather than an unrestricted workspace search.

Limitations and notes

The server needs a valid Mattermost personal access token with sufficient permissions, along with a correct API URL and team ID. Private channels and direct messages are not included in channel results by default; the caller must request them through the relevant option. When no history limit is provided, the history tool returns all messages, so callers should choose a limit or other filters when handling large channels. Monitoring configuration is separate from basic channel and messaging access and may require notification settings to be specified.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Communication View all alternatives
  • Mattermost MCP Host logoMattermost 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.

    ๐Ÿ’ฌ Communication2 views
    Compare vs Mattermost MCP Host โ†’
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    ๐Ÿ’ฌ Communication3 views
    Compare vs Line Bot MCP Server โ†’
  • Discord MCP logoDiscord MCP

    A MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.

    ๐Ÿ’ฌ Communication3 views
    Compare vs Discord MCP โ†’
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    ๐Ÿ’ฌ Communication1 views
    Compare vs Slack MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
3
Stargazers on the source repository.
npm downloads
154
Package downloads in the last 30 days.
Last commit
8mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Mattermost MCP

Run `npx -y @conarti/mattermost-mcp`, or install it globally with `npm install -g @conarti/mattermost-mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMattermost MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/conarti-mattermost-mcp?style=directory)](https://allmcps.com/mcp/conarti-mattermost-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/conarti-mattermost-mcp"><img src="https://allmcps.com/api/badge/conarti-mattermost-mcp?style=directory" alt="Mattermost MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ฌCommunication
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 5, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit8mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Dec 20, 2025
npm downloads154/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
51Quality signal: Good ยท 51/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท @conarti/mattermost-mcp (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ฌ Communication โ†’Best MCP servers for Slack & Communication โ†’Alternatives to Mattermost MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code