mcp-server-mattermost
Related Servers
Alternatives to mcp-server-mattermost
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceThis server enables interaction with Mattermost workspaces to manage channels, messages, threads, and user profiles via the Mattermost REST API. It provides a comprehensive suite of tools for reading channel history, posting messages, and managing reactions within a trusted environment.-
- FlicenseNot gradedqualityCmaintenanceEnables interaction with Mattermost workspaces to manage channels, messages, threads, reactions, and user profiles via the REST API. This server allows AI models to perform both read and write operations, such as posting messages and retrieving channel history, within a trusted environment.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Mattermost workspaces for messaging, channel management, user operations, and file handling via the Model Context Protocol.MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Slack workspaces through comprehensive channel management, messaging, direct messages, search functionality, and user management capabilities.306 npm2MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to interact with Slack workspaces, including listing channels, posting messages, replying to threads, adding reactions, and retrieving user information.1011 npmMIT
- FlicenseBqualityDmaintenanceEnables Claude to interact with Mattermost through search functionality, user management, channel operations, and team information retrieval. Supports message search by keywords/users/dates, thread viewing, and displays all timestamps in Korean Standard Time (KST).9-
TDQS
Scored across 39 tools
Every tool targets a distinct resource and action, and the descriptions actively cross-reference related tools to prevent confusion. Even similar lookup pairs like get_user/get_user_by_username and get_channel/get_channel_by_name are clearly separated by what identifier they accept.
Tool names mostly follow a clear verb_noun pattern with consistent prefixes like get_, create_, delete_, update_, and list_. Minor inconsistencies exist, such as mixing get_channel_messages with list_my_channels, and special names like get_me and update_bookmark_sort_order break the strict pattern.
At 39 tools, this exceeds the 25-tool threshold and feels heavy even for a broad Mattermost integration. Each tool is individually useful, but the count makes the surface harder for an agent to navigate effectively.
The set covers messaging, files, reactions, bookmarks, users, teams, and channels well, but there are notable lifecycle gaps: create_channel has no update/archive/delete counterpart, and add_user_to_channel has no remove_user_from_channel. These missing operations could cause dead ends in admin workflows.