302AI Image
A Model Context Protocol server for generating images using the 302AI API.
302AI Image MCP Server
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
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
{
"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:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
相关服务器
Scout Monitoring MCP
赞助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
赞助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Proxy
A proxy server for MCP requests, supporting SSE and stdio transports.
Django MCP Server
A Django extension to enable AI agents to interact with Django apps through the Model Context Protocol.
Agile Team MCP Server
An MCP server providing model wrapper tools for agile development teams, requiring external API keys.
Fal.ai OpenAI Image
A server for the Fal.ai text-to-image API, powered by OpenAI's image model. Requires Fal.ai and OpenAI API keys.
BaseMcpServer
A minimal, containerized base for building MCP servers with the Python SDK, featuring a standardized Docker image and local development setup.
MCP to SLOP Adapter
A lightweight adapter connecting MCP clients with any SLOP compatible server.
McpDocServer
An MCP-based server for searching and retrieving development framework documentation, supporting crawling and local file loading.
return0
Debug your remote Node.js and Next.js applications directly from your AI IDE like Cursor.
ADB MCP Server
Interact with Android devices using the Android Debug Bridge (ADB).
OpenAPI Invoker
Invokes any OpenAPI specification through a Model Context Protocol (MCP) server.