Installation
Pixello is available as an extension for both Cursor and VS Code. Installation is straightforward and takes just a few minutes.
Install on Cursor (Recommended)β
Pixello works best in Cursor because it's optimized for AI-powered workflows.
Stepsβ
- Open Cursor
- Go to Extensions (β+Shift+X on Mac, Ctrl+Shift+X on Windows/Linux)
- Search for Pixello
- Click Install
Why Cursor?β
Cursor's AI-first architecture makes Pixello's design generation and editing flows more seamless. The extension integrates deeply with Cursor's AI features for a better experience.
Install on VS Codeβ
Pixello is also available on the VS Code Marketplace.
Stepsβ
- Open VS Code
- Go to Extensions (β+Shift+X on Mac, Ctrl+Shift+X on Windows/Linux)
- Search for Pixello
- Click Install
π Install from VS Code Marketplace
VS Code Supportβ
VS Code is fully supported, but AI flows are optimized for Cursor. You'll get all core features, but some advanced AI interactions work best in Cursor.
Configure MCP Serverβ
Pixello requires the MCP (Model Context Protocol) server to be configured in Cursor for AI-powered design generation to work.
Stepsβ
-
Locate your MCP configuration file:
- On macOS/Linux:
~/.cursor/mcp.json - On Windows:
%APPDATA%\Cursor\mcp.json
- On macOS/Linux:
-
Open the file in a text editor (create it if it doesn't exist)
-
Add the Pixello MCP server configuration:
{
"mcpServers": {
"pixello": {
"url": "https://mcp.pixello.tech/sse"
}
}
} -
Save the file
-
Restart Cursor for the changes to take effect
Verify MCP Serverβ
After restarting Cursor:
- Open the Command Palette (β+Shift+P / Ctrl+Shift+P)
- Type "Pixello"
- You should see Pixello commands available
- Try creating a designβif the MCP server is working, you'll see AI generation happening
Troubleshootingβ
MCP server not connecting:
- Check your internet connection
- Verify the URL is correct:
https://mcp.pixello.tech/sse - Ensure Cursor has been restarted after configuration
- Check Cursor's output logs for MCP connection errors
Note: The MCP server is required for AI-powered design generation. Without it, you can still edit existing designs, but you won't be able to generate new designs from prompts.
After Installationβ
Once installed and configured, you'll see the Pixello extension in your Extensions panel. The extension is active immediately.
Verify Installationβ
- Open the Command Palette (β+Shift+P / Ctrl+Shift+P)
- Type "Pixello"
- You should see Pixello commands available
Next Stepsβ
Now that Pixello is installed and the MCP server is configured, learn how to create your first design.