Skip to main content
Glama
mobbin

Mobbin MCP Server

Official
by 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.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI services like Claude and Cursor to remotely control a Mac by executing shell commands, managing files, and running AppleScript for UI automation. Access is secured through OAuth 2.0 authentication and encrypted tunnels to protect remote interactions.
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    A Docker-ready MCP remote server that connects MCP clients like OpenCode to the Mobbin REST API using API keys, enabling access to Mobbin app design patterns and data without OAuth.
    -
  • A
    license
    B
    quality
    C
    maintenance
    Enables AI assistants to remotely drive a hosted headless browser over HTTP, supporting navigation, clicking, typing, and structured page reading through the Model Context Protocol. It also provides bearer-token authentication for secure remote MCP access.
    23
    7,739,093 npm
    Apache 2.0