Odel
claude wrap mcp

claude wrap mcp

Local
@alex-kaffTypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclaude-wrap-mcpv0.1.0

Run

npx -y claude-wrap-mcp

MCP client config

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