webcmd-mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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 gradedqualityCmaintenanceEnables AI agents to automate browser interactions using Selenium WebDriver, supporting multiple browsers and tools for navigation, clicking, typing, screenshots, and more.907MIT
- 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.
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/rajarshidattapy/webcmd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server