mattermost-mcp-server
@kakehashi-inc
About mattermost-mcp-server
MCP server using the Mattermost API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-mattermost": {
"command": "node",
"args": [
"dist/main.js",
"--transport",
"stdio"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mattermost-mcp-server?
Mattermost-mcp-server is an MCP (Model Context Protocol) server that connects to the Mattermost API to retrieve and process messages, making them available to MCP clients via standard transports. It is designed for developers and teams who want to integrate Mattermost with AI assistants or other MCP-compatible tools.
How to use mattermost-mcp-server?
Clone the repository, install dependencies with npm install, and set the required environment variables (MATTERMOST_ENDPOINT, MATTERMOST_TOKEN, MATTERMOST_TEAM, MATTERMOST_CHANNELS). Build with npm run build, then run the server using node dist/main.js --transport <mode> where mode is stdio, sse, or http-stream. You can also use npx mcp-server-mattermost with the appropriate arguments. For Claude Desktop, add a configuration entry with the command, transport, endpoint, token, team, and channels.
Key features of mattermost-mcp-server
- Secure, token‑based connection to Mattermost API endpoints
- Supports three transport modes: stdio, http‑stream, and sse
- Search for messages across multiple Mattermost channels
- Customizable default channels and message fetch limits
Use cases of mattermost-mcp-server
- Integrate Mattermost with Claude Desktop to query channel messages
- Build AI‑powered search tools that look across team conversations
- Enable automated retrieval of recent messages from selected channels
FAQ from mattermost-mcp-server
What are the runtime requirements?
Node.js version 22 or higher and npm version 10 or higher.
Which transport modes are supported?
The server supports stdio, http-stream, and sse transports.
How do I authenticate with the Mattermost API?
Set the MATTERMOST_TOKEN environment variable to your personal access token.
Can I configure which channels are monitored?
Yes, set the MATTERMOST_CHANNELS environment variable with a comma‑separated list of channel names.
How do I integrate this server with Claude Desktop?
Add a configuration entry under mcpServers in your Claude Desktop settings, specifying the command npx, the server package, and arguments for transport, endpoint, token, team, and channels.
More Communication MCP servers
slack-mcp-server
ubie-ossA Slack MCP server
Discord Mcp
SaseQA MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.
飞书MCP服务器
sdd330MCP server provides feishu related operations
Teams Mcp
floriscornelMCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Comments