MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by IMAGIN-studio

创建于 3/24/2026
更新于 about 5 hours ago
Repository documentation and setup instructions

IMAGIN.studio API Docs MCP Server

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

Provides one tool — search_docs — for any AI coding assistant that supports MCP.

Dependency note — fastembed-imagin-studio

This package depends on fastembed-imagin-studio, a temporary fork of fastembed by Qdrant.

Why: upstream fastembed 0.7.4 pins pillow<12.0, which blocks Pillow 12.x security fixes (CVE-2026-25990). The fix is merged on main but not yet released.

What changed: only the pillow version constraint — relaxed from <12.0 to <13.0 for Python 3.10+. No logic changes. Source: IMAGIN-studio/fastembed-imagin-studio.

Revert plan: once upstream releases fastembed 0.7.5+ with the pillow fix, this package will switch back to fastembed and fastembed-imagin-studio will be retired.

Install

PyPI (recommended):

uvx imagin-studio-api-docs-mcp

npm (for GUI apps that can't find uvx):

npx -y @imagin.studio/api-docs-mcp

For step-by-step setup instructions for 7 coding agents (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot, Cline, Zed), see the full setup guide on PyPI:

https://pypi.org/project/imagin-studio-api-docs-mcp/

License

Proprietary — see LICENSE.

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx api-docs-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "imagin-studio-api-docs-mcp": { "command": "uvx", "args": [ "api-docs-mcp" ] } } }