Pixel Agent
io.github.absharma9796/pixel-agentConvert images to PNG, JPEG, WebP, or AVIF through one public remote MCP tool.
Tools · 3
Request a capability that is not provided by the currently available tools. Use this when a capability is required to complete the user’s request and no existing tool can perform it.
Convert one base64-encoded image to PNG, JPEG, WebP, or AVIF. Use input_mime_type with a real image MIME such as image/png or image/jpeg; common aliases like image/jpg, jpg, png, svg, and application/…
Check for additional tools whenever your task might benefit from specialized capabilities - even if existing tools could work as a fallback.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pixel_agent": {
"url": "https://pixel-agent.for-ai-agents.workers.dev/mcp/official-registry",
"transport": "streamable-http"
}
}
}