M
Mobbin MCP Server
by @mobbin
Repository of the official Mobbin MCP server
Created 5/20/2026
Updated about 7 hours ago
README
Repository documentation and setup instructions
Official Mobbin MCP server
Mobbin's official MCP server is available at https://api.mobbin.com/mcp via Streamable HTTP transport. For setup instructions and usage, see the documentation. To learn more about what you can do with the Mobbin MCP server, visit mobbin.com/mcp.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/mobbin/mobbin-mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"mobbin-mobbin-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/mobbin/mobbin-mcp-server"
]
}
}
}