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:
- 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."
Server Config
{
"mcpServers": {
"gologin-mcp": {
"command": "npx",
"args": [
"gologin-mcp"
],
"env": {
"API_TOKEN": "your-gologin-api-token-here"
}
}
}
}