Skip to content

wasm-mcpStructured MCP for the WebAssembly spec

Instruction, type, section, and proposal lookup over the WebAssembly specification for any MCP-speaking AI agent โ€” SHA-pinned, deterministic, read-only. Run it locally over stdio, or hit the hosted Cloudflare Worker over HTTP.

Unofficial / community project โ€” not affiliated with, endorsed by, or maintained by the W3C WebAssembly Community Group or Working Group. It reads the publicly published WebAssembly specification.

Install + run โ€‹

json
// Wire into Claude Code via .mcp.json:
{
  "mcpServers": {
    "wasm": { "command": "npx", "args": ["wasm-mcp"] }
  }
}
sh
# Streamable-HTTP MCP endpoint โ€” no install:
https://wasm-mcp.chicoxyzzy.workers.dev/mcp

See Get started for a 5-minute walkthrough, or the Tool reference for every tool's inputs and examples.

Released under the MIT License.