Skip to content
Claude Desktop

Pixel Agent for Claude Desktop

io.github.absharma9796/pixel-agent

Convert images to PNG, JPEG, WebP, or AVIF through one public remote MCP tool.

client:Claude Desktop transport:streamable-http

Install Pixel Agent in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "pixel-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://pixel-agent.for-ai-agents.workers.dev/mcp/official-registry"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Pixel Agent in other clients