mcp-wasm

beekmarks/mcp-wasm
★ 35 stars TypeScript 🌐 Browser/Web Updated 15d ago
A proof-of-concept implementation of a Model Context Protocol (MCP) server that runs in WebAssembly (WASM) within a web browser. This project demonstrates the integration of MCP tools and resources in a browser environment.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-wasm": {
      "command": "npx",
      "args": [
        "-y",
        "beekmarks/mcp-wasm"
      ]
    }
  }
}