webcmd-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@webcmd-mcpFetch the Hacker News homepage using webcmd"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
webcmd-mcp
MCP server for Webcmd. Drop one entry into any agent's
MCP config and it can drive websites locally — no start.md fetch, no skill files copied into
the repo, no per-harness onboarding.
Install
Nothing to install ahead of time. webcmd_setup installs and doctors the CLI on first call.
Claude Code
claude mcp add webcmd -- npx -y @agentrhq/webcmd-mcpCursor / Windsurf / VS Code / anything using mcpServers
{
"mcpServers": {
"webcmd": { "command": "npx", "args": ["-y", "@agentrhq/webcmd-mcp"] }
}
}Codex CLI (~/.codex/config.toml)
[mcp_servers.webcmd]
command = "npx"
args = ["-y", "@agentrhq/webcmd-mcp"]OpenCode (opencode.json)
{
"mcp": {
"webcmd": { "type": "local", "command": ["npx", "-y", "@agentrhq/webcmd-mcp"], "enabled": true }
}
}Related MCP server: Cloudflare Playwright MCP
Tools
Tool | Use |
| Once per machine: install/update webcmd, run |
| Read a bundled skill ( |
| Run any |
Skills are read from ~/.webcmd/skills (override with WEBCMD_SKILLS_DIR).
Test
npm install && npm testCovers the exec helper (exit codes, stderr, missing binary, timeout), output clipping, and a real
stdio round-trip against the live webcmd CLI.
This server cannot be deployed
Maintenance
Related MCP Connectors
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
AI-powered web automation. Navigate websites using AI agents for one page or a thousand
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.-
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to automate browser interactions using Selenium WebDriver, supporting multiple browsers and tools for navigation, clicking, typing, screenshots, and more.558 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.-