Imagin.studio Api Docs
Description
# IMAGIN.studio API Docs MCP Server Give your AI coding assistant instant access to the full [IMAGIN.studio](https://www.imaginstudio.com/) [documentation](https://docs.imagin.studio/) — CDN configuration, API references, integration guides, and more. One tool. One command…
About
# IMAGIN.studio API Docs MCP Server Give your AI coding assistant instant access to the full [IMAGIN.studio](https://www.imaginstudio.com/) [documentation](https://docs.imagin.studio/) — CDN configuration, API references, integration guides, and more. One tool. One command. Works with every major AI coding assistant…
Details
- Author
- IMAGIN-studio
- GitHub stars
- 1
- Downloads
- 275
- Categories
- Developer Tools, API, Knowledge Base, Search, File Management
Jump to
- Single command installation, no cloning or manual setup required
- Works with every major AI coding assistant
- Runs entirely locally – no API keys or external services needed
- Index automatically updates when upstream documentation changes
- Packages available on both PyPI and npm
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Imagin.studio Api DocsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the server via uvx imagin-studio-api-docs-mcp (preferred) or npx -y @imagin.studio/api-docs-mcp. Add the provided JSON to your agent’s MCP configuration file. On first run, the server clones the upstream documentation and builds a local vector index (approximately 30 seconds). Your AI assistant can then call the search_docs tool to find relevant documentation.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"imagin.studio api docs": {
"imagin-docs": {
"command": "uvx",
"args": [
"imagin-studio-api-docs-mcp"
]
}
}
}
}
McpServers
{
"imagin-docs": {
"command": "uvx",
"args": [
"imagin-studio-api-docs-mcp"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





