I
Image MCP Skills
MCP server by danielgwilson
创建于 3/16/2026
更新于 about 3 hours ago
README
Repository documentation and setup instructions
Image MCP Skills
Public distribution repo for Image MCP skills and future recipes.
This repo intentionally contains only the install-safe skill artifact, not the private Image MCP application source.
Current Contents
image-mcp/SKILL.mdimage-mcp/references/image-mcp/agents/
The core Image MCP skill lives in image-mcp/.
This repo can also grow to include:
- additional Image MCP skills
- use-case recipes
- target-specific install metadata
- small public helper assets
Recommended Workflow
For most agent workflows, install the CLI and use the bundled installer:
npm install -g @image-mcp/cli
image-mcp skill install --agent all
The flagship skill lives in the image-mcp/ directory for direct repo-based installs and skills.sh style listings.
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/danielgwilson/image-mcp-skills
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"danielgwilson-image-mcp-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/danielgwilson/image-mcp-skills"
]
}
}
}