Skip to main content
Glama

GoLogin MCP

by gologinapp
188
  • Apple

GoLogin MCP Server

Manage your GoLogin browser profiles and automation directly through AI conversations. This MCP server connects to the GoLogin API, letting you create, configure, and control browser profiles using natural language.

What You Can Do

With GoLogin MCP Server, you can:

  • Manage browser profiles - Create, update, delete, and list your browser profiles
  • Configure proxies - Set up and modify proxy settings for your profiles
  • Handle fingerprints - Customize browser fingerprints and user agents
  • Manage folders - Organize your profiles into folders
  • Account information - Check your subscription status and usage

Example Use Cases

  • "Create a new browser profile with a US proxy"
  • "Show me all my browser profiles"
  • "Update the proxy settings for my profile"
  • "Delete old profiles I no longer need"
  • "Check my GoLogin account status"
  • "Create a folder to organize my profiles"

Setup for MCP Clients

Claude Desktop

  1. Add to Claude Desktop configuration:Open your Claude Desktop config file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json

    Add the server configuration:

    { "mcpServers": { "gologin-mcp": { "command": "npx", "args": ["gologin-mcp"], "env": { "API_TOKEN": "your-gologin-api-token-here" } } } }
  2. Restart Claude Desktop and the server will be available.

Cursor

  1. Configure in Cursor:Add to your Cursor MCP configuration:
    { "mcpServers": { "gologin-mcp": { "command": "npx", "args": ["gologin-mcp"], "env": { "API_TOKEN": "your-gologin-api-token-here" } } } }

Other MCP Clients

For other MCP-compatible clients, use the same configuration pattern with the appropriate config file location for your client.

Getting Your API Token

  1. Log in to your GoLogin account
  2. Go to API settings
  3. Generate or copy your API token
  4. Use this token in the configuration above

Example Workflow

  1. Check your account: "What's my GoLogin account status?"
  2. Create a profile: "Create a new browser profile with Chrome browser and a US proxy"
  3. Manage profiles: "Show me all my profiles" "Update the proxy for profile ID 123 to use a UK proxy" "Delete the profile named 'test-profile'"
  4. Organize profiles: "Create a folder called 'Social Media Accounts'" "Move profile XYZ to the Social Media Accounts folder"
  5. Control browsers: "Start a browser session for my profile" "Stop all running browser sessions"

Requirements

  • Node.js 18 or higher
  • Valid GoLogin API token
  • Active GoLogin account
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Manage your GoLogin browser profiles and automation directly through AI conversations. This MCP server connects to the GoLogin API, letting you create, configure, and control browser profiles using natural language.

  1. What You Can Do
    1. Example Use Cases
  2. Setup for MCP Clients
    1. Claude Desktop
    2. Cursor
    3. Other MCP Clients
  3. Getting Your API Token
    1. Example Workflow
      1. Requirements

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          An MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.
          Last updated -
          505
          Python
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          A MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.
          Last updated -
          5
          TypeScript
        • -
          security
          F
          license
          -
          quality
          An MCP server that enables interaction with Google Cloud Logging API, allowing users to write, read, and manage log entries and configurations through natural language.
          Last updated -
          Python

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/gologinapp/gologin-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server