11 hours ago
GPT Image 2 AI Image Editor MCP is a remote MCP server that lets AI agents and MCP-compatible clients generate and edit images through GPT Image 2. It supports text-to-image, image-to-image, model listing, and generation status queries via a Streamable HTTP JSON-RPC endpoint. Users can connect with an API key and call image generation tools directly from Claude, Cursor, ChatGPT, or other agent workflows.
服务器配置
{
"mcpServers": {
"aigptimage": {
"command": "npx",
"args": [
"mcp-remote",
"https://aigptimage.com/api/mcp",
"--header",
"Authorization: Bearer sk_xxxxxxxxxxxxxxxxxxxx"
]
}
}
}