mcp-js

r33drichards/mcp-js
★ 43 stars Rust 📁 File System Updated 27d ago
MCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
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-js": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-js"
      ]
    }
  }
}