Mob
Rank #20,104io.github.benkaiser/mob
An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.
Mob is a Model Context Protocol (MCP) server published by benkaiser. It ranks #20,104 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Mob 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,487 of 115,591 servers on MCP Toplist.
Use Mob
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mob https://mobcrm.au/mcp[mcp_servers.mob]
url = "https://mobcrm.au/mcp"Add to ~/.codex/config.toml.
https://mobcrm.au/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mob": {
"url": "https://mobcrm.au/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mob": {
"type": "http",
"url": "https://mobcrm.au/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mob": {
"serverUrl": "https://mobcrm.au/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mob": {
"url": "https://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)<a href="https://mcptoplist.com/server/io.github.benkaiser%2Fmob"><img src="https://mcptoplist.com/badge/io.github.benkaiser%2Fmob.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?
- Mob is maintained by benkaiser, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Mob listed on the Official MCP Registry?
- Yes — Mob is listed on the Official MCP Registry.
- How many versions does Mob have?
- MCP Toplist tracks 1 version of Mob, most recently published on Aug 3, 2026.
- Where can I find the source code for Mob?
- The source code for Mob is hosted at github.com/benkaiser/mob-mcp-crm.