Provides MCP server integrations for ImageKit public API for docs search, transformations, and resource management
Apply AI-powered analysis to images for business-specific tagging, metadata extraction, and quality checks using controlled vocabularies. Use when user wants to analyze images and apply structured metadata in ImageKit.
MANDATORY PRE-STEP: You MUST read this skill BEFORE calling ANY ImageKit MCP tool (mcp_imagekit_api_* or mcp_imagekit_devtools_*). This skill tells you which MCP server owns which capability, how to route requests, and critical rules like never using mcp_imagekit_api_upload_files. Covers: file management, folder ops, cache purge, metadata, search_docs, transformation_builder, upload routing.
MANDATORY PRE-STEP: You MUST read and follow this skill BEFORE calling the `search_docs` tool. This skill teaches you how to craft effective queries, select the right sources, and handle results when searching ImageKit documentation. Never call the search_docs MCP tool without first consulting this skill.
MANDATORY PRE-STEP: You MUST read and follow this skill BEFORE calling the `transformation_builder` tool. This skill teaches you how to identify the correct ImageKit capability, craft precise queries, and handle multi-step transformations. Covers AI editing (change objects, colors, styles), background removal/replacement, generative fill, upscaling, retouching, resize, crop, overlays, text overlays, blur, sharpen, rotate, borders, shadows, color replace, and all visual modifications. Never call the transformation_builder MCP tool without first consulting this skill.
Upload files to ImageKit using the upload CLI script. Use when: uploading images, videos, or files to ImageKit media library; specifying folder paths; setting file names, tags, or metadata during upload.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reusable AI agent skills for ImageKit.io — install them with the skills CLI to enhance your coding agent's capabilities.
| Skill | Description |
|---|---|
| mcp-preflight | Mandatory routing guide — tells the agent which MCP server to call for what, before every ImageKit tool invocation |
| search-docs | Search ImageKit documentation with optimized queries and source selection |
| transformation-builder | Build ImageKit image/video transformations — AI editing, background removal, resize, crop, overlays, and more |
| upload-files | Upload files to ImageKit media library with folder paths, tags, and metadata |
| ai-tasks | Apply AI-powered analysis to images for business-specific tagging, metadata extraction, and quality checks using controlled vocabularies |
You can install skills and MCP servers using either method:
Choose the method that works best for your workflow. Below, each platform shows both options.
Follow these steps to install the ImageKit plugin in Claude Code:
Open Plugin Settings — Click on Customize in the left sidebar

Add Marketplace — Click the "+" button and select Create Plugin → Add Marketplace

Enter Plugin URL — Add imagekit-developer/skills in the marketplace URL field

Install Plugin — Find and install the ImageKit Skills plugin

Install MCP Servers — Click on Connectors in the installed plugin and install the MCP servers (imagekit_devtools and imagekit_api)

Complete Authentication — Complete authentication for the imagekit_api server when prompted

Once complete, all ImageKit skills and MCP servers are ready to use in Claude Code.
Install Skills
npx skills add imagekit-developer/skills --all
Run the following command in your terminal:
claude mcp add imagekit_devtools --transport http https://devtools-mcp.imagekit.io/mcp
claude mcp add imagekit_api --transport http https://api-mcp.imagekit.in/mcp
Or edit your Claude Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"imagekit_devtools": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://devtools-mcp.imagekit.io/mcp"]
},
"imagekit_api": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://api-mcp.imagekit.in/mcp"]
}
}
}
Note: Restart Claude Desktop / ClaudeCode after making changes for the MCP servers to take effect.
Install Skills
npx skills add imagekit-developer/skills --all
Add MCP servers via CLI:
codex mcp add imagekit_devtools --url https://devtools-mcp.imagekit.io/mcp
codex mcp add imagekit_api --url https://api-mcp.imagekit.in/mcp
Or edit ~/.codex/config.toml directly:
[mcp_servers.imagekit_devtools]
url = "https://devtools-mcp.imagekit.io/mcp"
[mcp_servers.imagekit_api]
url = "https://api-mcp.imagekit.in/mcp"
Note: Restart Codex after adding MCP servers for them to take effect.
Follow these steps to install the ImageKit plugin in VS Code:
Open Command Palette — Press ⇧⌘P and run Install Plugin from Source

Add Plugin Repository — Enter imagekit-developer/skills in the plugin source field

Complete Installation — Continue with the installation process as prompted
Restart VS Code — Restart VS Code for all skills and MCP servers to take effect
Once complete, all ImageKit skills and MCP servers are ready to use in VS Code.
Install Skills
npx skills add imagekit-developer/skills --all
Install MCP servers via the command line:
code --add-mcp "{\"name\":\"imagekit_devtools\",\"type\":\"http\",\"url\":\"https://devtools-mcp.imagekit.io/mcp\"}"
code --add-mcp "{\"name\":\"imagekit_api\",\"type\":\"http\",\"url\":\"https://api-mcp.imagekit.in/mcp\"}"
Or install via the VS Code UI:
npx claudepluginhub imagekit-developer/skills --plugin imagekit-pluginAccess official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.
Make your AI agent code with your project's architecture, rules, and decisions.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
Streamline engineering workflows — standups, code review, architecture decisions, incident response, and technical documentation. Works with your existing tools or standalone.
Optimize business operations — vendor management, process documentation, change management, capacity planning, and compliance tracking. Keep your organization running efficiently.