imagin-studio-api-docs-mcp
OfficialIMAGIN.studio API Docs MCP Server
Give your AI coding assistant instant access to the full IMAGIN.studio documentation — CDN configuration, API references, integration guides, and more.
One tool. One command. Works with every major AI coding assistant.
Quick Start
Paste this into your agent's MCP config:
{
"mcpServers": {
"imagin-docs": {
"command": "uvx",
"args": ["imagin-studio-api-docs-mcp"]
}
}
}Or just ask your AI assistant:
Install this MCP server: https://pypi.org/project/imagin-studio-api-docs-mcp/
Related MCP server: @ragrabbit/mcp
How It Works
Install —
uvx imagin-studio-api-docs-mcp(no cloning, no venv, no config)Index — On first run, clones the docs and builds a local vector index (~30 sec)
Search — Your AI assistant calls
search_docsto find relevant documentationStay fresh — The index auto-updates when the upstream docs change
Everything runs locally. No API keys. No external services.
Supported Agents
Agent | Config location |
Claude Code |
|
Claude Desktop |
|
Cursor | Settings > Tools & MCP |
Windsurf |
|
VS Code + Copilot |
|
Cline | MCP servers panel |
Zed |
|
For detailed setup instructions for each agent, see the full setup guide on PyPI.
Alternative: npx
If your agent can't find uvx (common with GUI apps like Claude Desktop and Cursor):
{
"mcpServers": {
"imagin-docs": {
"command": "npx",
"args": ["-y", "@imagin.studio/api-docs-mcp"]
}
}
}What You Can Ask
Once installed, try prompts like:
"Search the IMAGIN docs for CDN cache invalidation"
"How do I set up a custom domain with IMAGIN?"
"Find the API endpoint for image transformations"
"What image formats does IMAGIN.studio support?"
Packages
Registry | Package | Install |
PyPI |
| |
npm |
|
License
Apache License 2.0 — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.1478MIT
- Alicense-qualityDmaintenanceAccess any documentation indexed by RagRabbit Open Source AI site search11135MIT
- Flicense-qualityDmaintenanceProvides intelligent access to OPTA football API documentation with automatic authentication, allowing users to query specific endpoint documentation and get answers about soccer match data, events, fixtures, and statistics through natural language.5
- Alicense-quality-maintenanceProvides semantic search capabilities over the Plesk Extensions Guide documentation using Retrieval-Augmented Generation (RAG) and vector embeddings. It enables AI assistants to retrieve relevant technical information and answer natural language queries regarding Plesk extension development.
Related MCP Connectors
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
Car logo API and image CDN: search automotive brands, fetch brand data, and build logo CDN URLs.
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IMAGIN-studio/api-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server