runjs

CharlieDigital/runjs
★ 31 stars C# 🤖 AI/LLM Updated 1mo ago
The only MCP server you need: let your LLM generate and safely execute JavaScript -- including fetch API calls, JSONPath ETL, built-in resiliencey, and secrets management
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": {
    "runjs": {
      "command": "npx",
      "args": [
        "-y",
        "CharlieDigital/runjs"
      ]
    }
  }
}

Topics

aillmmcpmcp-server