MCP ExplorerExplorer

Youraiphotographer Mcp

@MaikoCodeon a year ago
1 MIT
FreeCommunity
AI Systems
YourAIPhotographer MCP Server enables custom image generation via trained models.

Overview

What is Youraiphotographer Mcp

YourAIPhotographer-MCP is a server that integrates with YourAIPhotographer to allow MCP clients, such as Claude Desktop, to generate custom images using trained models.

Use cases

Use cases include generating personalized images for social media, creating unique visuals for marketing campaigns, and producing custom artwork for digital platforms.

How to use

To use YourAIPhotographer-MCP, install it via npm with the command ‘npm install -g youraiphotographer-mcp’. Obtain an API key from the YourAIPhotographer website and configure it in ‘claude_desktop_config.json’. After setup, use the ‘generate-custom-image’ tool in Claude with specified parameters.

Key features

Key features include the ability to generate custom images based on user-defined prompts and models, support for multiple output formats (PNG and JPG), and adjustable aspect ratios.

Where to use

YourAIPhotographer-MCP can be used in various fields such as digital art creation, marketing, content generation, and any area requiring custom imagery.

Content

YourAIPhotographer MCP Server

Integrates with YourAIPhotographer to enable MCP clients (e.g., Claude Desktop) to generate custom images using your trained models.

Installation

npm install -g youraiphotographer-mcp

Requires Node.js 16.x+.

Configuration

  1. Obtain an API key from YourAIPhotographer API Keys.
  2. Add to claude_desktop_config.json:
{
  "mcpServers": {
    "YourAIPhotographer": {
      "command": "youraiphotographer-mcp",
      "env": {
        "YOURAIPHOTOGRAPHER_API_KEY": "<API-KEY>"
      }
    }
  }
}

Replace <API-KEY> with your key. Restart Claude Desktop.

Usage

Using with Claude

Once running, use the generate-custom-image tool in Claude with these parameters:

  • modelName: Name of the model for image generation.
  • prompt: Description of the desired image.
  • output_format (optional): 'png' or 'jpg' (defaults to 'png').
  • aspect_ratio (optional): '1:1', '16:9', '4:3', '9:16', etc. (defaults to '1:1').

Example Prompt:
“Generate me a custom image with the model <name-of-your-model> with the prompt: headshot of model, sitting at a desk, at a (office), shirt and tie and suit pants”

License

MIT

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers