- Home
- Developer Tools
- r33drichards/mcp-js
Rating
Votes
0
score
Downloads
0
total
Price
Free
No login needed
Works With
About
mcp-v8: V8 JavaScript MCP Server
A Rust-based Model Context Protocol (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.
- Async Execution Model:
run_jsreturns immediately with an execution ID. Poll status withget_execution, read console output withget_execution_output, and cancel running executions withcancel_execution. - Console Output: Full support for
console.log,console.info,console.warn, andconsole.error. Output is streamed to persistent storage during execution and can be read in real-time with paginated access (line-based or byte-based). - Async/Await Support: Full support for
async/awaitand Promises via the deno_core event loop. - V8 JavaScript Execution: Run arbitrary JavaScript code in a secure, isolated V8 engine.
- TypeScript Support: Run TypeScript code directly — types are stripped before execution using SWC. This is type removal only, not type checking.
- WebAssembly Support: Compile and run WASM modules using the standard
WebAssemblyJavaScript API (WebAssembly.Module,WebAssembly.Instance,WebAssembly.validate). - ES Module Imports: Import npm packages, JSR packages, and URL modules using Deno-style
importsyntax. Packages are fetched from esm.sh at runtime — nonpm installneeded. (e.g., `import { camelCase } fro
Works with Claude (desktop and mobile), Cursor, Windsurf, VS Code, and any MCP-compatible AI app.
Category: Developer Tools
Don't lose this
Three weeks from now, you'll want r33drichards/mcp-js again. Will you remember where to find it?
Save it to your library and the next time you need r33drichards/mcp-js, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
⚡ Pro tip for geeks: add a-gnt 🤵🏻♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
This plugs directly into your AI and gives it new abilities it didn't have before. r33drichards/mcp-js. Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
What's New
Imported from awesome:punkpeye/awesome-mcp-servers
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.