communication

Mattermost 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.

python
local
communication
0
View on GitHub

Installation

npx -y jagan-shanmugam/mattermost-mcp-host

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mattermost-mcp-host",
  "command": "npx",
  "args": [
    "-y",
    "jagan-shanmugam/mattermost-mcp-host"
  ]
}

About This MCP Server

jagan-shanmugam/mattermost-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.

GitHub: https://github.com/jagan-shanmugam/mattermost-mcp-host

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub