From webmcp-setup
Runs locally as a Node.js CLI-based MCP server acting as a webmcp-local-relay. Specific capabilities and services unclear from configuration alone.
npx claudepluginhub webmcp-org/npm-packagesAdd to your .mcp.json:
{
"mcpServers": {
"webmcp-local-relay": {
"command": "node",
"args": [
"./packages/webmcp-local-relay/dist/cli.mjs"
]
}
}
}node