Mob for Claude Desktop
io.github.benkaiser/mob
An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.
client:Claude Desktop
transport:streamable-http
Install Mob in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mob": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mobcrm.au/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs