6 months ago
communicationMCP Server for Mattermost API. Enables Claude and other MCP clients to interact with Mattermost workspaces - list channels, read/post messages, manage threads, reactions, and monitor topics. Supports flexible configuration via CLI args, environment variables, or config files.
工具
mattermost_list_channels
mattermost_get_channel_history
mattermost_post_message
mattermost_reply_to_thread
mattermost_add_reaction
mattermost_get_thread_replies
mattermost_get_users
mattermost_get_user_profile
mattermost_run_monitoring
服务器配置
{
"mcpServers": {
"mattermost": {
"command": "npx",
"args": [
"-y",
"@conarti/mattermost-mcp"
],
"env": {
"MATTERMOST_URL": "https://your-mattermost.com/api/v4",
"MATTERMOST_TOKEN": "your-token",
"MATTERMOST_TEAM_ID": "your-team-id"
}
}
}
}