Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y domshellAgent-CoreX intelligently routes which tools from apireno/DOMShell your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"domshell": {
"command": "npx",
"args": [
"-y",
"domshell"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add domshellAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use apireno/DOMShell directly without routing
npx -y domshellNew to Agent-CoreX? View setup guide →