ai-image-gen-mcp

Scalable MCP backend optimized for Claude Code and Claude Desktop — secure, low-latency, plug-and-play.

GitHub Stars

2

User Rating

Not Rated

Favorites

0

Views

177

Forks

1

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 16 or higher
Replicate API token
TypeScript SDK for MCP

Installation Steps

1. Clone Repository

bash
git clone https://github.com/mikeyny/ai-image-gen-mcp
cd ai-image-gen-mcp

2. Install Dependencies

bash
npm install

3. Add Replicate API Token

Update the apiToken constant in src/imageService.ts:
typescript
const apiToken = "your-replicate-api-token-here";
> Note: If using with Claude, create a .env file in the root directory and set your API token there:
bash
REPLICATE_API_TOKEN=your-replicate-api-token-here
Then build the project:
bash
npm run build

Additional Resources