Back to Browse

Api Docs MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Semantic search over IMAGIN.studio API documentation — CDN, API, integration guides, and more.

About

Semantic search over IMAGIN.studio API documentation — CDN, API, integration guides, and more.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (0 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

15 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-imaginstudio-api-docs-mcp": {
      "args": [
        "-y",
        "@imagin.studio/api-docs-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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. Installuvx 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

AgentConfig location
Claude Code.mcp.json in project root
Claude Desktopclaude_desktop_config.json
CursorSettings > Tools & MCP
Windsurf~/.codeium/windsurf/mcp_config.json
VS Code + Copilot.vscode/mcp.json
ClineMCP 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

RegistryPackageInstall
PyPIimagin-studio-api-docs-mcpuvx imagin-studio-api-docs-mcp
npm@imagin.studio/api-docs-mcpnpx -y @imagin.studio/api-docs-mcp

License

Apache License 2.0 — see LICENSE.

Reviews

No reviews yet

Be the first to review this server!