mcp-asset-gen
@jbrower95
关于 mcp-asset-gen
An MCP Server for generating images via OpenAI's `gpt-image-1`
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-asset-gen": {
"command": "npx",
"args": [
"mcp-asset-gen"
],
"env": {
"API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-asset-gen?
MCP server that lets Claude use OpenAI’s gpt-image-1 model to generate image assets. It is intended for game or web development workflows where individual, on-demand images are needed.
How to use mcp-asset-gen?
Install Node.js, obtain an OpenAI API key, export it as API_KEY in the shell, then run a provided jq command to add the server configuration to ~/.claude.json. Once set up, ask Claude to generate an image and the server will produce a PNG file at the specified local path.
Key features of mcp-asset-gen
- Generates image assets via OpenAI’s
gpt-image-1model - Returns the output image as a local file
- Accepts custom prompts, quality, and size parameters
- Integrated directly into Claude’s MCP tool system
Use cases of mcp-asset-gen
- Creating game sprites or logos on demand
- Prototyping web UI elements without leaving the chat
- Generating individual art assets for small projects or mockups
FAQ from mcp-asset-gen
What dependencies does mcp-asset-gen require?
Node.js and an OpenAI API key from an organization with ID verification.
How do I provide my API key?
Export it as the API_KEY environment variable in your shell before starting Claude.
Where are generated images saved?
They are written to the local filesystem at the absolute path returned by the server, as shown in the server’s output.
What transport does mcp-asset-gen use?
It uses stdio transport, configured as a stdio MCP server in the Claude config file.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论