trackmcp
Back to directory
302ai

302_image_mcp

View on GitHub

302 Image MCP

0 stars JavaScriptOthers Updated Jun 17, 2025

Documentation

302AI Image MCP Server

Development

Install dependencies:

bash
npm install

Build the server:

bash
npm run build

For development with auto-rebuild:

bash
npm run watch

Installation

To use with Claude Desktop, add the server config:

On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`

On Windows: `%APPDATA%/Claude/claude_desktop_config.json`

json
{
  "mcpServers": {
    "302ai-image-mcp": {
      "command": "npx",
      "args": ["-y", "@302ai/image-mcp"],
      "env": {
        "302AI_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Find Your 302AI_API_KEY here

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

bash
npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

Frequently asked questions

What is 302_image_mcp?

302_image_mcp is 302 Image MCP

How do I install 302_image_mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is 302_image_mcp open source?

Yes — it is hosted on GitHub at https://github.com/302ai/302_image_mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP