momentum100/octobrowser-mcp-server
If you are the rightful owner of octobrowser-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The OctoBrowser MCP Server is designed to facilitate browser automation by enabling Claude Desktop to interact with OctoBrowser through a standardized protocol interface.
Tools
Functions exposed to the LLM to take actions
octobrowser_get_profiles
Get list of profiles with optional filtering.
octobrowser_get_profile
Get detailed profile information.
octobrowser_create_profile
Create a new browser profile.
octobrowser_update_profile
Update existing profile.
octobrowser_delete_profiles
Delete one or more profiles.
octobrowser_import_cookies
Import cookies into a profile.
octobrowser_get_tags
Get all available tags.
octobrowser_create_tag
Create a new tag.
octobrowser_update_tag
Update tag name.
octobrowser_delete_tag
Delete a tag.
octobrowser_get_proxies
Get all configured proxies.
octobrowser_create_proxy
Add a new proxy configuration.
octobrowser_update_proxy
Update proxy settings.
octobrowser_delete_proxy
Remove a proxy.
octobrowser_get_active_profiles
List currently running profiles.
octobrowser_start_profile
Start a profile (GUI or headless).
octobrowser_stop_profile
Stop a running profile.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client