Skip to main content
Glama

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-mcp

Cursor / 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

webcmd_setup

Once per machine: install/update webcmd, run doctor, return the usage skill.

webcmd_skill

Read a bundled skill (webcmd-usage, webcmd-browser, webcmd-adapter-author, webcmd-autofix, …). No name → list them.

webcmd_run

Run any webcmd argv, e.g. ["list"], ["web","fetch-browser","https://news.ycombinator.com"].

Skills are read from ~/.webcmd/skills (override with WEBCMD_SKILLS_DIR).

Test

npm install && npm test

Covers the exec helper (exit codes, stderr, missing binary, timeout), output clipping, and a real stdio round-trip against the live webcmd CLI.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    Enables 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.
  • A
    license
    -
    quality
    D
    maintenance
    Enables real browser automation as tools in Cursor, Claude Desktop, Windsurf, and any MCP-compatible client, allowing AI agents to interact with web pages through natural language.
    10
    MIT

View all related MCP servers

Related MCP Connectors

  • AI-powered browser automation — navigate, click, fill forms, and extract data from any website.

  • Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.

  • Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…

View all MCP Connectors

Latest Blog Posts

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