customaise
OfficialRelated Servers
Alternatives to customaise
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceConnects AI agents to your Chrome browser via MCP, enabling real-time control of existing tabs, sessions, and application state for development workflows.MIT
- AlicenseNot gradedqualityCmaintenanceLets AI coding agents control and inspect a live Chrome browser via MCP, providing Chrome DevTools capabilities for automation, debugging, and performance analysis.9 npmApache 2.0
- AlicenseNot gradedqualityDmaintenanceLets AI coding assistants control and inspect a live Chrome browser through MCP, enabling reliable automation, debugging, and performance analysis using Chrome DevTools.1,026,016 npmApache 2.0
- AlicenseNot gradedqualityDmaintenanceBridges a browser extension with an AI agent via MCP, enabling the agent to capture and act on UI elements, styles, and accessibility data from web pages.153 npmISC
- AlicenseNot gradedqualityBmaintenanceEnables remote AI agents to control a local, authenticated desktop browser over MCP through an outbound WebSocket bridge and Chrome extension, supporting tab management, navigation, page reading, clicking, typing, scrolling, screenshots, and JavaScript evaluation.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to programmatically control and automate VSCode by interacting with its UI, executing commands, and inspecting the DOM structure. It supports advanced workflows like UI testing, extension development, and debugging through a standalone VSCode instance.5 npm8MIT
TDQS
Scored across 19 tools
Most tools have distinct purposes (script lifecycle vs browser tab control vs context inspection), but get_page_context, get_selected_elements, and get_console_context all provide page/browser context and could be confused by an agent deciding which one to call. The descriptions are detailed enough to mostly disambiguate, but the overlap in 'get context' naming creates some ambiguity.
The naming is predominantly verb_noun (export_script, import_script, list_scripts, delete_script, toggle_script, open_tab, close_tab, reload_tab, focus_tab, list_tabs, take_screenshot, get_bridge_status, get_page_context, get_console_context, get_selected_elements). Minor deviations: call_webmcp_tool and list_webmcp_tools use a different verb style, and sync_scripts is a verb_noun but with a different verb. Overall consistent and predictable.
19 tools is on the higher end but appropriate for a server that covers both script management and browser automation. Each tool serves a distinct function, though a few could be consolidated (e.g., context getters). The count is justified by the dual domain (Customaise scripts + browser tab control).
The script lifecycle is well covered: list, import, export, delete, toggle, sync. Browser tab control is covered: open, close, focus, reload, list, screenshot. Missing operations include script publishing/sharing and direct script execution control, but the core workflows (edit scripts, test on pages, manage tabs) are complete. The bridge status and WebMCP tool listing fill important gaps.