Skip to content
Claude Desktop

fmsg for Claude Desktop

io.github.markmnl/fmsg-mcp

Federated messaging with your fmsg hosting provider. Connect with OAuth or an API key.

client:Claude Desktop transport:streamable-http runtime:npm

Install fmsg in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "fmsg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{oauth_mcp_endpoint}"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

fmsg in other clients