Skip to content
Cursor

claude wrap mcp for Cursor

io.github.alex-kaff/claude-wrap-mcp

MCP server that spawns and drives Claude Code sessions via claude-wrap.

client:Cursor transport:stdio runtime:npm

Install claude wrap mcp in Cursor

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

{
  "mcpServers": {
    "claude-wrap-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "claude-wrap-mcp"
      ]
    }
  }
}

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

claude wrap mcp in other clients