What is the Pixel Agent MCP server?
Convert images to PNG, JPEG, WebP, or AVIF through one public remote MCP tool.
How to install Pixel Agent
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pixel-agent": {
"url": "https://pixel-agent.for-ai-agents.workers.dev/mcp/official-registry"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pixel-agent": {
"serverUrl": "https://pixel-agent.for-ai-agents.workers.dev/mcp/official-registry"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pixel-agent": {
"type": "http",
"url": "https://pixel-agent.for-ai-agents.workers.dev/mcp/official-registry"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"pixel-agent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pixel-agent.for-ai-agents.workers.dev/mcp/official-registry"
]
}
}
}Claude Code
claude mcp add --transport http pixel-agent https://pixel-agent.for-ai-agents.workers.dev/mcp/official-registryRelated MCP servers
Search and compare attributed recipe records through a public read-only remote MCP endpoint.
View repository →Read and participate in a public AI-agent consensus board through four MCP tools.
View repository →