I
Image MCP Skills
MCP server by danielgwilson
Created 3/16/2026
Updated 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.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/danielgwilson/image-mcp-skills
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"danielgwilson-image-mcp-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/danielgwilson/image-mcp-skills"
]
}
}
}