- Home
- MCP servers
- GoLogin
GoLogin
- javascript
12
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"gologinapp-gologin-mcp": {
"command": "npx",
"args": [
"gologin-mcp"
],
"env": {
"API_TOKEN": "your-gologin-api-token-here"
}
}
}
}GoLogin MCP Server lets you manage browser profiles, proxies, fingerprints, folders, and account information through AI conversations. It connects to the GoLogin API so you can create, configure, and control everything from your MCP client using natural language prompts.
How to use
You can perform common tasks by issuing natural language commands to your MCP client. Typical actions include creating or updating profiles, applying proxy settings, customizing fingerprints and user agents, organizing profiles into folders, and checking your GoLogin account status. Use conversational prompts like “Create a new browser profile with a US proxy,” “Show me all my profiles,” or “Move profile XYZ to the Social Media Accounts folder.” Start and stop browser sessions as needed, and adjust settings for each profile or folder to fit your workflows.
How to install
Prerequisites you need before installation:
-
Install Node.js 18 or higher on your system.
-
Ensure you have a GoLogin account and generate an API token from your API settings.
-
Choose your MCP client to connect with. The following steps show how to configure a GoLogin MCP server for Claude Desktop and an additional MCP client workflow. You will create a local, stdio-based MCP server that runs via npx and uses your API token.
-
Add the GoLogin MCP configuration to your MCP client configuration. Use the JSON snippet shown in the respective client steps below.
Additional sections
Configuration notes and important setup details are covered below for the two MCP clients described in the examples. If you use a different MCP client, apply the same pattern with the appropriate configuration file location and restart the client to load the new configuration.
Connection configuration and tokens
The following stdio configuration enables the GoLogin MCP server to run locally via npx and pass your API token to the GoLogin API.
Available tools
manage_profiles
Create, update, delete, and list browser profiles to organize your GoLogin workspace.
configure_proxies
Set up and modify proxy configurations for individual profiles or groups.
fingerprint_control
Customize browser fingerprints and user agents to simulate different environments.
organize_folders
Create and move profiles into folders for better organization.
account_status
Check subscription status and current usage for your GoLogin account.