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."
Tools
BrowserController_getBrowserListNew
BrowserController_getRandomFingerprint
BrowserController_updateProfileProxyMany
BrowserController_updateChromeExtensions
BrowserController_updateProfileBookmarksMany
BrowserController_getBrowserById
BrowserController_deleteBrowser
BrowserController_updateBrowser
BrowserController_getProfileHistory
BrowserController_updateProfileHistory
BrowserController_updateUaToNewBrowserV
BrowserController_getBrowserLastArchive
BrowserController_getBrowserCookies
BrowserController_postBrowserCookies
BrowserController_addBrowser
BrowserController_deleteMultipleBrowsers
BrowserController_quickAddBrowser
BrowserController_addCustomBrowser
BrowserController_updateCustomBrowser
BrowserController_updateFingerprints
BrowserController_restorePreviousProfileVersion
BrowserController_patchBrowserNotes
BrowserController_patchBrowserNameMany
BrowserController_patchBrowserName
BrowserController_patchBrowserGeolocation
BrowserController_patchBrowserProxy
BrowserController_patchBrowserLangs
BrowserController_patchBrowserTimezone
BrowserController_patchBrowserResolution
BrowserController_patchBrowserUserAgent
BrowserController_cloneProfile
BrowserController_cloneMultipleProfile
BrowserController_runBrowserWeb
BrowserController_removeWebBrowser
BrowserController_getBrowsersCSV
BrowserController_browserImport
BrowserController_getLatestUseragent
WorkspacesMembersController_inviteMember
WorkspacesMembersController_patchMember
WorkspacesMembersController_kickMember
ShareController_share
ShareController_removeShares
ShareController_shareMultipleProfiles
ShareController_removeFolderSharing
TemplatesController_createTemplate
TemplatesController_getTemplates
TemplatesController_updateBrowserTemplate
ProxyController_getProxyById
ProxyController_editProxy
ProxyController_deleteProxy
ProxyController_getUserProxyWithPagination
ProxyController_getUserSharedProxies
ProxyController_addProxies
ProxyController_deleteProxies
UsersProxiesController_getVpnUfoProxy
UsersGeolocationProxiesController_getTrafficLeft
UserController_getUserInfo
UserController_generateDevToken
WorkspacesController_userWorkspaces
WorkspacesController_createWorkspace
WorkspacesController_getWorkspace
WorkspacesController_deleteWorkspace
WorkspacesController_renameWorkspace
WorkspacesController_getProfilesCount
WorkspacesController_getProfiles
WorkspacesController_deleteProfiles
WorkspacesController_transferProfile
DeletedProfilesController_getDeletedProfileListV2
DeletedProfilesController_restoreProfiles
OldFoldersController_getFolders
OldFoldersController_createFolder
Server Config
{
"mcpServers": {
"gologin-mcp": {
"command": "npx",
"args": [
"gologin-mcp"
],
"env": {
"API_TOKEN": "your-gologin-api-token-here"
}
}
}
}