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.
O que dá para fazer com Mobbin?
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.
Instalação
Adicione Mobbin ao seu cliente. Escolha o que você usa.
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`.
Pontuação
39 / 100
Incompleta
- Documentação19/25
- Manutenção19/25
- Confiança16/20
- Capacidade0/15
- Instalação12/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
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.1Mais recente | 3 de jun. de 2026 |
| 1.0.0 | 19 de mai. de 2026 |