Pixola / Docs / MCP Server / Windsurf
Pixola for Windsurf
Connect Pixola to Windsurf with a config file update. Generate AI images 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 ~/.codeium/windsurf/mcp_config.json (create the file if it doesn't exist):
{
"mcpServers": {
"pixola": {
"serverUrl": "https://www.pixola.ai/mcp",
"headers": {
"Authorization": "Bearer pxk_YOUR_API_KEY"
}
}
}
}Note: Windsurf uses serverUrl (not url). Restart Windsurf after saving.
Test it
In Windsurf Cascade, try:
“Generate a blog post header image — clean, modern, tech theme”
“What styles can I apply when generating images?”
“Check my Pixola credit balance”