Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"webmcp-local-relay": {
"command": "node",
"args": [
"./packages/webmcp-local-relay/dist/cli.mjs"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub webmcp-org/npm-packages