Odel
dear claude

dear claude

Local
@sns45TypeScriptMITUpdated 1w ago

Spawn Claude Code instances from 6 platforms when 'Dear Claude' is mentioned.

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).

npmdear-claudev1.2.0

Run

npx -y dear-claude

MCP client config

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