PluginBench
MCP Server
Active

Mob (Demo) MCP Server

io.github.benkaiser/mob-demo

What is the Mob (Demo) MCP server?

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

How to install Mob (Demo)

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-demo": {
      "url": "https://demo.mobcrm.au/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mob-demo": {
      "serverUrl": "https://demo.mobcrm.au/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mob-demo": {
      "type": "http",
      "url": "https://demo.mobcrm.au/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mob-demo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://demo.mobcrm.au/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mob-demo https://demo.mobcrm.au/mcp

Related MCP servers

Mob

Active

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

5
TypeScript
View repository →