wasmtime (MCP Server)

GitHub

A lightweight WebAssembly runtime that is fast, secure, and standards-compliant

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "wasmtime": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wasmtime"
      ]
    }
  }
}