GoLogin MCP Server enables AI assistants to manage browser profiles and automation through natural language. Connect to GoLogin API to create, configure, and control browser profiles with proxy and fingerprint management.
Create, update, delete, and list your browser profiles.
Set up and modify proxy settings for your profiles.
Customize browser fingerprints and user agents.
Organize your profiles into folders.
Check your subscription status and usage.
Start and stop browser sessions for your profiles.
{
"mcpServers": {
"gologin-mcp": {
"command": "npx",
"args": ["gologin-mcp"],
"env": {
"API_TOKEN": "your-gologin-api-token-here"
}
}
}
}