PluginBench
MCP Server
Active

Mob MCP Server

io.github.benkaiser/mob

What is the Mob MCP server?

An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.

How to install Mob

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mob": {
      "url": "https://mobcrm.au/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mob": {
      "serverUrl": "https://mobcrm.au/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mob": {
      "type": "http",
      "url": "https://mobcrm.au/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mob": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mobcrm.au/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mob https://mobcrm.au/mcp

Related MCP servers

Ephemeral no-signup demo of Mob, an AI-first personal CRM you run in natural language.

5
TypeScript
View repository →