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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mattermost-mcp-hostAgent-CoreX intelligently routes which tools from jagan-shanmugam/mattermost-mcp-host your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mattermost-mcp-host": {
"command": "npx",
"args": [
"-y",
"mattermost-mcp-host"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mattermost-mcp-hostAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use jagan-shanmugam/mattermost-mcp-host directly without routing
npx -y mattermost-mcp-hostNew to Agent-CoreX? View setup guide →