Connects your AI assistant to the full IMAGIN.studio documentation through local semantic search. Exposes a search_docs tool that queries CDN configuration, API references, and integration guides without needing API keys or external services. On first run it clones the docs repo and builds a local vector index in about 30 seconds, then auto-updates when upstream docs change. Useful when you're integrating IMAGIN's image transformation APIs or CDN and want your assistant to pull accurate implementation details on demand. Works with uvx or npx, runs entirely locally, supports all major AI coding assistants through standard MCP config.
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.
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/
uvx imagin-studio-api-docs-mcp (no cloning, no venv, no config)search_docs to find relevant documentationEverything runs locally. No API keys. No external services.
| 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.
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"]
}
}
}
Once installed, try prompts like:
| 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 |
Apache License 2.0 — see LICENSE.
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp