MCP

Pixler MCP server for your AI agent

Generate sprites, edit pixel art and create animation sheets from Claude Code, Cursor or VS Code. Connect with your Pixler account token.

See the API

Connect your client

Pick your client, make a token, paste one line. One URL, one header.

1.

Get your API token in your account.

Generate token
2.

Replace pxl_live_... below, then run in your terminal:

claude mcp add --transport http pixler \
  https://mcp.pixler.dev \
  --header "Authorization: Bearer pxl_live_..."

Tools

Your agent calls these directly. Nothing else to wire up.

generateQueue a sprite, item, tile or background. Returns a job id.
editRedraw one image of a finished job from an instruction.
animateTurn one image into a sprite sheet, 2 to 16 frames.
get_jobCheck a job and read the image URLs once it is done.
list_jobsList recent jobs, newest first, so earlier art can be reused.
get_quotaCredits and animations left, and when they reset.

Common questions

How many requests can run at once?

Common and Rare allow one active request. Legendary allows two. The limit is shared with the website and API. A request counts as one even if it makes several images.

Why can’t I see the Pixler tools?

Restart your client after saving the settings. Check that your token has no extra spaces and has not expired or been revoked.

Can I open an image link in my browser?

The link needs your API token. Ask your agent to download the PNG into your project, then open the saved file.

Does MCP cost extra?

No. MCP uses your existing balance. Each image costs one credit. Free accounts get two animations a day; on paid plans, each animation costs five credits.

How long does generation take?

It depends on the asset and the queue. Animations usually take longer than images. Your agent can check the job until it is ready.

Can I limit what a token can do?

Yes. Choose whether it can generate, edit, animate or read your jobs when you create it.