
GoLogin
STDIOOfficialManage GoLogin browser profiles and automation through AI conversations
Manage GoLogin browser profiles and automation through AI conversations
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.
With GoLogin MCP Server, you can:
Add to Claude Desktop configuration:
Open your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json
%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" } } } }
Restart Claude Desktop and the server will be available.
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" } } } }
For other MCP-compatible clients, use the same configuration pattern with the appropriate config file location for your client.
Check your account: "What's my GoLogin account status?"
Create a profile: "Create a new browser profile with Chrome browser and a US proxy"
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'"
Organize profiles: "Create a folder called 'Social Media Accounts'" "Move profile XYZ to the Social Media Accounts folder"
Control browsers: "Start a browser session for my profile" "Stop all running browser sessions"