Skip to content
Cursor

code executor mcp for Cursor

io.github.csoai-org/code-executor-mcp

Code Executor MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install code executor mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "code-executor-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "code-executor-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

code executor mcp in other clients