Connect Pixshop's AI creative tools to your favorite AI assistants via Model Context Protocol
Model Context Protocol (MCP) is an open standard that allows AI assistants like Claude Desktop and Cursor to connect to external tools and services. With Pixshop's MCP support, you can use 28+ AI creative tools directly from your AI assistant.
Pixshop provides 28+ AI skills accessible via MCP, organized into categories:
Generate images with multiple AI models including Nano Banana Pro, FLUX, GPT Image, and more
Inpainting, background removal, style transfer, outpainting, texture transfer, and more
Create AI videos from images with motion control
Upscale and enhance image quality
Inflate, melt, explode, cakeify, and other creative transformations
Product placement, showcase templates for e-commerce
Publish posts, start remix chains
Search and discover prompts from the community library
Get started in 3 simple steps:
Sign up at pixshop.app and get your API token from your profile settings.
Add Pixshop to your MCP client configuration file.
Ask your AI assistant to generate images, edit photos, create videos, and more using Pixshop tools.
Add to your Claude Desktop configuration file:
Config location: ~/.claude/settings.json
{
"mcpServers": {
"pixshop": {
"url": "https://pixshop.app/mcp/sse",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}Add to your Cursor MCP settings:
{
"mcpServers": {
"pixshop": {
"url": "https://pixshop.app/mcp/sse",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}Any MCP-compatible client can connect to Pixshop. Use the SSE transport URL:
https://pixshop.app/mcp/sseProgrammatically discover all available tools and their schemas:
GET https://pixshop.app/api/agent/discoverAll API calls require a Bearer token. Get your token by logging in to Pixshop:
curl -X POST https://pixshop.app/api/auth/login \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com", "password": "your-password"}'
# Response includes access_token for Bearer authOnce connected, you can ask your AI assistant things like:
"Generate an image of a sunset over mountains in watercolor style"
"Remove the background from this photo"
"Upscale this image to 4K quality"
"Create a video from this image with slow zoom"
"Search for anime-style prompts in the library"
Each tool operation costs credits. Free accounts get a monthly allocation. Upgrade to Premium for more credits and priority processing.
View PricingSign up for free and start using Pixshop's AI tools via MCP today.