Skip to content
VS Code

Pixel Agent for VS Code

io.github.absharma9796/pixel-agent

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

client:VS Code transport:streamable-http

Install Pixel Agent in VS Code

.vscode/mcp.json

{
  "servers": {
    "pixel-agent": {
      "type": "http",
      "url": "https://pixel-agent.for-ai-agents.workers.dev/mcp/official-registry"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Pixel Agent in other clients