api-docs-mcp
IMAGIN.studio API Docs
Documentation
IMAGIN.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/
How It Works
1. Install — `uvx imagin-studio-api-docs-mcp` (no cloning, no venv, no config)
2. Index — On first run, clones the docs and builds a local vector index (~30 sec)
3. Search — Your AI assistant calls `search_docs` to find relevant documentation
4. Stay 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 | `.mcp.json` in project root |
| Claude Desktop | `claude_desktop_config.json` |
| Cursor | Settings > Tools & MCP |
| Windsurf | `~/.codeium/windsurf/mcp_config.json` |
| VS Code + Copilot | `.vscode/mcp.json` |
| Cline | MCP servers panel |
| Zed | `~/.config/zed/settings.json` |
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 | `imagin-studio-api-docs-mcp` | `uvx imagin-studio-api-docs-mcp` |
| npm | `@imagin.studio/api-docs-mcp` | `npx -y @imagin.studio/api-docs-mcp` |
License
Apache License 2.0 — see LICENSE.
Frequently asked questions
What is api-docs-mcp?
api-docs-mcp is IMAGIN.studio API Docs
How do I install api-docs-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is api-docs-mcp open source?
Yes — it is hosted on GitHub at https://github.com/IMAGIN-studio/api-docs-mcp and has 1 stars.
Related MCP tools
Give your AI agents persistent, collective memory — with deduplicating absorb, supersession lineage, semantic search, and a graph UI. Speaks MCP.
Fast and Accurate Code Search for Agents. Uses 99% fewer tokens than grep+read
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.
AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP