Mob (Demo)
Rank #20,105io.github.benkaiser/mob-demo
Ephemeral no-signup demo of Mob, an AI-first personal CRM you run in natural language.
Mob (Demo) is a Model Context Protocol (MCP) server published by benkaiser. It ranks #20,105 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Mob (Demo) is listed on Official MCP, with 1 tracked version. It was first listed on Aug 3, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 95,486 of 115,591 servers on MCP Toplist.
Use Mob (Demo)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mob-demo https://demo.mobcrm.au/mcp[mcp_servers.mob-demo]
url = "https://demo.mobcrm.au/mcp"Add to ~/.codex/config.toml.
https://demo.mobcrm.au/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mob-demo": {
"url": "https://demo.mobcrm.au/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mob-demo": {
"type": "http",
"url": "https://demo.mobcrm.au/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mob-demo": {
"serverUrl": "https://demo.mobcrm.au/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mob-demo": {
"url": "https://demo.mobcrm.au/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.benkaiser%2Fmob-demo)<a href="https://mcptoplist.com/server/io.github.benkaiser%2Fmob-demo"><img src="https://mcptoplist.com/badge/io.github.benkaiser%2Fmob-demo.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
benkaiser
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 3, 2026 |
Frequently asked questions
- Who maintains Mob (Demo)?
- Mob (Demo) is maintained by benkaiser, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Mob (Demo) listed on the Official MCP Registry?
- Yes — Mob (Demo) is listed on the Official MCP Registry.
- How many versions does Mob (Demo) have?
- MCP Toplist tracks 1 version of Mob (Demo), most recently published on Aug 3, 2026.
- Where can I find the source code for Mob (Demo)?
- The source code for Mob (Demo) is hosted at github.com/benkaiser/mob-mcp-crm.