Skip to main content
Glama

GoLogin MCP

Official
by gologinapp

patch_profile_chrome_extensions_many

Update Chrome extensions for multiple browser profiles in GoLogin. Add official or custom extensions and remove unnecessary ones in bulk, ensuring consistent profile configurations.

Instructions

Update chrome extensions for multiple profiles

Input Schema

NameRequiredDescriptionDefault
chromeExtensionIdsYesList of chrome extension IDs (oficial ID from chrome store) that you want to add to the profiles.
customExtensionIdsYesGologin allows you to add custom chrome extensions (not published in chrome store) to the profiles. If you want to upload your custome extension - you need to upload it in out application. Should be empty if you dont want to add any custom extensions.
extensionsToRemoveYesList of chrome extension IDs that you want to remove from the profiles.
profileIdsYesList of profile IDs to update.

Input Schema (JSON Schema)

{ "properties": { "chromeExtensionIds": { "description": "List of chrome extension IDs (oficial ID from chrome store) that you want to add to the profiles.", "items": { "type": "string" }, "type": "array" }, "customExtensionIds": { "description": "Gologin allows you to add custom chrome extensions (not published in chrome store) to the profiles. If you want to upload your custome extension - you need to upload it in out application. Should be empty if you dont want to add any custom extensions.", "items": { "type": "string" }, "type": "array" }, "extensionsToRemove": { "description": "List of chrome extension IDs that you want to remove from the profiles.", "items": { "type": "string" }, "type": "array" }, "profileIds": { "description": "List of profile IDs to update.", "items": { "type": "string" }, "type": "array" } }, "required": [ "profileIds", "chromeExtensionIds", "customExtensionIds", "extensionsToRemove" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gologinapp/gologin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server