Photo AI Studio MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PHOTOAI_API_KEY | Yes | Your API key from photoaistudio.com/api-keys | |
| PHOTOAI_BASE_URL | No | API base URL (default: https://photoaistudio.com) | https://photoaistudio.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_accountA | Get your Photo AI Studio account info: credit balance, total predictions, and membership date. Use this to check available credits before generating photos. |
| browse_themesA | Browse available photo themes/categories for AI photo generation. Filter by gender or search by tag. Returns theme slugs needed for the generate_photo tool. |
| upload_imageA | Upload an image to Photo AI Studio CDN. Returns a CDN URL needed by generate_photo, edit_image, and create_video tools. Accepts a public image URL or base64-encoded image data. Max 10MB. |
| generate_photoA | Generate AI photos from face images using 150+ themed styles or custom prompts. Costs 100 credits per photo. Requires uploading face images first via upload_image. Use browse_themes to discover available categories. |
| edit_imageA | Edit a photo using one of 19 AI operations. Credit costs: remove_background (10), replace_background (3), all others (100). Operations:
All image URLs must be CDN URLs from upload_image. |
| create_videoA | Create AI videos. Costs 500 credits (video) or 100 credits (product_holder image). Types:
|
| get_predictionA | Check the status of an async operation (generation, edit, or video). Returns the current state and result URL when complete. |
| list_predictionsA | List past predictions (generations, edits, videos) with pagination and optional state filter. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Photo AI Studio Capabilities | Complete list of operations, credit costs, pricing, and usage guide |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/photo-ai-studio/photo-ai-studio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server