DirectoryJs
tools

Js

by r33drichards

55
Health
fair
48
Popularity

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.

37stars
7forks
Rust
0BSD
Updated March 11, 2026

Add to Claude Desktop

Paste this into your claude_desktop_config.json file:

{
  "mcpServers": {
    "js": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-js"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Installation

npx mcp-js

Maintenance Healthfair

Freshness32/40
Issue response15/30
Org backing5/20
Longevity3/10
Updated recently
Solo project

Server Info

Categorytools
LanguageRust
License0BSD
StatusACTIVE

Submit Your Server

Built an MCP server? Get it listed in front of thousands of developers.

List Your Server Free
Back to Directory