MCP.so
Sign In

node-runtime-mcp

@zy445566

About node-runtime-mcp

the mcp server that run the code in Node.js container and obtain the result

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

zy445566

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "node-runtime-mcp": {
      "command": "npx",
      "args": [
        "node-runtime-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is node-runtime-mcp?

node-runtime-mcp is an MCP server that executes code inside a Node.js container and returns the result.

How to use node-runtime-mcp?

Run npx node-runtime-mcp in your terminal.

Key features of node-runtime-mcp

  • Runs code in a Node.js container.
  • Returns the result of execution.
  • Started with a single npx command.

Use cases of node-runtime-mcp

  • Execute arbitrary Node.js code programmatically.
  • Retrieve the output of executed code.

FAQ from node-runtime-mcp

Comments

More Other MCP servers