crx-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extension_loadB | Load a Chrome extension and launch the browser. Returns extension ID. |
| navigateA | Navigate to a URL in the browser. |
| snapshotA | Get an accessibility snapshot of the page, popup, or side panel. |
| storage_getB | Read from chrome.storage (local/sync/session). |
| storage_setA | Write to chrome.storage (local/sync/session). |
| eval_service_workerA | Execute JavaScript in the extension Service Worker context. |
| console_logsA | Get console logs from all extension contexts (page, SW, popup, sidepanel). |
| clickB | Click an element by CSS selector. |
| typeB | Type text into an input element by CSS selector. |
| wait_forB | Wait for an element to appear, disappear, or change visibility. |
| manifest_validateA | Validate manifest.json against MV3 requirements (no browser needed). |
| open_popupA | Open the extension popup in a new tab and return accessibility snapshot. |
| open_sidepanelA | Open the extension side panel in a new tab and return accessibility snapshot. |
| dnr_rulesB | List declarativeNetRequest rules (dynamic/session/static). |
| permissions_checkA | Check declared vs granted extension permissions. |
| dnr_matched_rulesA | Get declarativeNetRequest matched rules (which rules fired). Requires declarativeNetRequestFeedback permission. |
| extension_errorsA | Get extension errors from chrome://extensions and recent SW crash logs. |
| send_messageB | Send a message via chrome.runtime.sendMessage() and capture the response. |
| eval_extension_pageA | Execute JavaScript in an extension popup or side panel page context (has access to chrome.* APIs). |
| screenshotA | Take a screenshot of the page, popup, or side panel. Returns base64 PNG. |
| network_requestsB | List captured network requests with optional URL filter. |
| content_script_evalB | Execute JavaScript in the page context (ISOLATED or MAIN world). |
| reload_extensionA | Reload the extension and re-attach to the Service Worker. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/youichi-uda/crx-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server