mattermost-mcp-server
@kakehashi-inc
关于 mattermost-mcp-server
MCP server using the Mattermost API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mattermost-mcp-server": {
"command": "node",
"args": [
"dist/main.js",
"--transport",
"stdio"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mattermost-mcp-server?
It is a Model Context Protocol (MCP) server that connects to Mattermost API endpoints to retrieve and process information. It uses secure, token-based authentication and makes Mattermost data available through standard MCP transports. It is designed for developers and teams who want to integrate Mattermost messaging with AI assistants or other MCP-compatible tools.
How to use mattermost-mcp-server?
Clone the repository, install dependencies, set required environment variables (MATTERMOST_ENDPOINT, MATTERMOST_TOKEN, MATTERMOST_TEAM, MATTERMOST_CHANNELS), then build and run with one of three transport modes: stdio, sse, or http-stream. Example: npx mcp-server-mattermost --transport stdio.
Key features of mattermost-mcp-server
- Secure, token-based connection to Mattermost API
- Supports stdio, sse, and http-stream transport modes
- Search for messages across multiple Mattermost channels
- Customizable default channels and message fetch limits
- Works with Claude Desktop via simple configuration
Use cases of mattermost-mcp-server
- Enable an AI assistant to search and retrieve Mattermost messages
- Integrate Mattermost data into MCP-compatible client applications
- Monitor team channels and extract information programmatically
- Automate workflows that require reading Mattermost conversations
- Build custom bots or tools that interact with Mattermost through MCP
FAQ from mattermost-mcp-server
What does mattermost-mcp-server do?
It acts as a bridge between Mattermost and the Model Context Protocol, allowing MCP clients (like AI assistants) to search and retrieve messages from Mattermost channels.
What are the runtime requirements?
Node.js version 22 or higher and npm version 10 or higher are required.
Where does the data live?
All data remains on your Mattermost server; the MCP server only accesses it via API calls and does not store any data locally.
What transport modes are supported?
The server supports three transport modes: stdio (default), sse, and http-stream.
How is authentication handled?
Authentication uses a token-based approach: you provide a Mattermost personal access token via the MATTERMOST_TOKEN environment variable. All API requests are authenticated with this token.
沟通协作 分类下的更多 MCP 服务器
slack-mcp-server
ubie-ossA Slack MCP server
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
WhatsApp Web MCP
pnizerWhatsApp Web MCP Server
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
评论