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

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

Fetch the live tool list by running this server in a temporary sandbox using the button above.

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

Basic information

Category

Other

License

MIT license

Transports

stdio

Author

zy445566

More Other MCP servers