{ "comment": "Example configuration for Claude Desktop", "comment2": "Copy this to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)", "comment3": "or %APPDATA%\\Claude\\claude_desktop_config.json (Windows)", "mcpServers": { "enhanced-tools": { "command": "enhanced-mcp", "cwd": "/home/rpm/claude/enhanced-mcp-tools" }, "enhanced-tools-uv": { "comment": "Alternative using uv (if enhanced-mcp not in PATH)", "command": "uv", "args": ["run", "enhanced-mcp"], "cwd": "/home/rpm/claude/enhanced-mcp-tools" } } }