Pixola / Docs / MCP Server / Cursor
Pixola for Cursor
Add Pixola to Cursor with a single config file. Generate AI images and browse models without leaving your editor.
Prerequisites
- Create a Pixola account (free tier includes 1,000 credits)
- Go to Settings → API Keys and create a key — it starts with
pxk_
Setup
Add to .cursor/mcp.json in your project root (or your global Cursor config):
{
"mcpServers": {
"pixola": {
"url": "https://www.pixola.ai/mcp",
"headers": {
"Authorization": "Bearer pxk_YOUR_API_KEY"
}
}
}
}Restart Cursor after saving. The Pixola tools will appear in Agent mode.
Test it
In Cursor Agent, try:
“Generate a hero image for my landing page — minimalist, dark background”
“What image generation models does Pixola offer?”
“How many credits do I have?”