MCP.so
Sign In
Servers

MCP Web Worker Demo

@weolopez

mcp demo, client and server as web workers from a web UI

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-worker": {
      "command": "npx",
      "args": [
        "http-server",
        "-p",
        "3000"
      ]
    }
  }
}

More from Cloud & Infrastructure