walkerOS Source Browser

walkerOS Source Browser

Local
@walkeros344TypeScriptMITUpdated Today

Generate, parse, and validate walkerOS data-elb HTML tagging attributes

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@walkeros/mcp-source-browserv4.5.0

Run

npx -y @walkeros/mcp-source-browser

MCP client config

{
  "mcpServers": {
    "walkeros-source-browser": {
      "command": "npx",
      "args": [
        "-y",
        "@walkeros/mcp-source-browser"
      ]
    }
  }
}