MCP Integration

MCP Integration Guide

Connect Pixshop's AI creative tools to your favorite AI assistants via Model Context Protocol

What is MCP?

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.

Available Tools

Pixshop provides 28+ AI skills accessible via MCP, organized into categories:

🎨

Image Generation

Generate images with multiple AI models including Nano Banana Pro, FLUX, GPT Image, and more

image-generateflux-generate
🖌️

Image Editing

Inpainting, background removal, style transfer, outpainting, texture transfer, and more

image-editimage-inpaintbackground-removestyle-transferoutpainttexture-transfervirtual-tryonid-photo
🎬

Video Generation

Create AI videos from images with motion control

video-generate
📐

Enhancement

Upscale and enhance image quality

image-upscale

Creative Effects

Inflate, melt, explode, cakeify, and other creative transformations

inflatemeltexplodecakeify
🛍️

Commercial

Product placement, showcase templates for e-commerce

product-placementproduct-showcaseecommerce-template
📱

Social

Publish posts, start remix chains

post-publishremix-start
💡

Prompt Tools

Search and discover prompts from the community library

prompt-searchprompt-recommend

Quick Setup

Get started in 3 simple steps:

1

Get Your API Key

Sign up at pixshop.app and get your API token from your profile settings.

2

Configure MCP Client

Add Pixshop to your MCP client configuration file.

3

Start Creating

Ask your AI assistant to generate images, edit photos, create videos, and more using Pixshop tools.

Claude Desktop

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"
      }
    }
  }
}

Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "pixshop": {
      "url": "https://pixshop.app/mcp/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Other MCP Clients

Any MCP-compatible client can connect to Pixshop. Use the SSE transport URL:

https://pixshop.app/mcp/sse

Discovery Endpoint

Programmatically discover all available tools and their schemas:

GET https://pixshop.app/api/agent/discover

Authentication

All 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 auth

Example Usage

Once 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"

Credits & Pricing

Each tool operation costs credits. Free accounts get a monthly allocation. Upgrade to Premium for more credits and priority processing.

View Pricing

Get Started Now

Sign up for free and start using Pixshop's AI tools via MCP today.

MCP Integration Guide - Pixshop AI Creative Platform | Pixshop AI