streamable-httpMITupdated 19d ago
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.
Was kannst du mit Mobbin machen?
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.
Setup
Mobbin is a hosted remote MCP server — there is nothing to clone, install, or run locally, and no API key to configure. Add it to your MCP client as a Streamable HTTP server:
{
"mcpServers": {
"mobbin": {
"url": "https://api.mobbin.com/mcp"
}
}
}
Some clients need the transport stated explicitly — in Cline, add "type": "streamableHttp" alongside url, otherwise it falls back to the legacy SSE transport and the connection fails.
On first use, your client opens a browser window to sign in to Mobbin and authorize access via OAuth.
Per-client, step-by-step instructions are at docs.mobbin.com/mcp/clients/overview. For the tools the server exposes, see docs.mobbin.com/mcp/features.
Installation
Mobbin zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http mobbin https://api.mobbin.com/mcpcodex mcp add mobbin --url https://api.mobbin.com/mcp{
"mcpServers": {
"mobbin": {
"url": "https://api.mobbin.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mobbin": {
"type": "http",
"url": "https://api.mobbin.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mobbin": {
"url": "https://api.mobbin.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mobbin": {
"serverUrl": "https://api.mobbin.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation19/25
- Pflege19/25
- Vertrauen16/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 12 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.1Aktuell | 3. Juni 2026 |
| 1.0.0 | 19. Mai 2026 |