MM

mobbin/mobbin-mcp-server

Developer tools
41 stars 0 forks Quality 45 Trend 45

Official Mobbin MCP server repository

Overview

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. 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: 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.

README

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.

View this README on GitHub

Install

This server does not publish a one-line install command.

Open the repository installation guide

Configuration

{ "mcpServers": { "mobbin": { "url": "https://api.mobbin.com/mcp" } } }