deepkolor-mcp
OfficialDeepKolor MCP
通过 Cursor、Claude 及其他兼容 MCP 的客户端使用 DeepKolor,借助一组可预测的小型工具创建 AI 图像和视频。
DeepKolor 是一个对话式视觉创作平台,支持 AI 图像生成、照片编辑、产品摄影、广告创意、人像、海报和视频生成。公开的 DeepKolor Agent Skills 可帮助智能体选择正确的视觉工作流;本 MCP 服务器负责执行最终的图像或视频任务。
访问 https://deepkolor.ai 体验完整的视觉创作功能,探索图像和视频工作流,并创建用于 MCP 访问的 API 密钥。
为什么选择 DeepKolor MCP
将提示词转化为可直接投入生产的 AI 图像或视频任务。
使用与 Web 产品相同的 DeepKolor 生成基础设施。
将提示词和视觉工作流保留在你偏好的 AI 客户端中。
通过稳定的异步任务 API 获取生成的媒体内容。
该服务器是一个轻量级 MCP 适配器。生成、API 密钥验证、额度、内容审核、提供商调用、任务归属和存储仍由 DeepKolor 负责。
Related MCP server: fattly
工具
generate_imagegenerate_videoget_task
生成为异步操作。使用返回的 task_id 调用 get_task 即可获取结果 URL。
典型工作流
产品摄影
使用 generate_image 生成市场主图、产品生活方式场景、商品列表图库和电商视觉素材。如需工作流指导,请从 DeepKolor Agent Skills 安装 ecommerce-image-agent 技能。
照片编辑
将一个或多个公开的 HTTPS 图像 URL 与 image-to-image 一起传给 generate_image,即可进行受控编辑、背景更换或视觉精修。
AI 视频生成
使用 generate_video 进行文本转视频或图像转视频工作流。任务会立即返回;使用 get_task 轮询,直到视频 URL 可用。
如需查看 DeepKolor 的完整工具集和视觉工作流,请从 deepkolor.ai 开始。
Open Plugins
本仓库是一个 Agent Plugins / Open Plugins 包。兼容的客户端会在 plugin.json 中发现插件清单,并在 mcp.json 中发现远程 MCP 服务器声明。
内置配置连接到本地 Streamable HTTP 服务器:
{
"type": "streamable-http",
"url": "http://127.0.0.1:8787/mcp"
}在加载插件之前,使用 pnpm build && pnpm start 启动服务器。身份验证由客户端管理:为本地单账户服务器设置 DEEPKOLOR_API_KEY,或从支持按请求凭据的客户端发送 Authorization: Bearer sk_...。请勿将 API 密钥或任何其他机密添加到 mcp.json。
使用已部署的服务器
对于 HTTPS 部署,请将 mcp.json 中的本地 URL 替换为公共 Streamable HTTP 端点:
{
"type": "streamable-http",
"url": "https://your-deployment.example/mcp"
}本地运行
cp .env.example .env
pnpm install
pnpm build
pnpm startMCP 端点默认为 http://127.0.0.1:8787/mcp。
对于本地单账户服务器,请将 DEEPKOLOR_API_KEY 设置为在 DeepKolor 设置中创建的 API 密钥。对于共享远程服务器,MCP 客户端应发送 Authorization: Bearer sk_...;服务器会在每个请求中转发该密钥。切勿将 Provider 密钥放入此项目。
远程部署
在 HTTPS 后面部署此服务器并暴露 /mcp。配置:
DEEPKOLOR_API_URLDEEPKOLOR_API_KEYMCP_HOSTMCP_PORT
配置的 DeepKolor API 密钥用于标识所有工具调用所使用的账户。请勿将其记入日志。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server for AI-powered media generation using Google Gemini, enabling creation of images, videos, music, and speech directly from AI agents.4MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that enables AI assistants to generate images, video, and audio via the FATTLY API.
- FlicenseNot gradedqualityDmaintenanceAn MCP server for generating images and videos via external multimodal models, providing unified tools like imageGenerate, videoGenerate, and materialWrite with support for normal and smart generation modes.
- FlicenseNot gradedqualityCmaintenanceMCP server for generating and editing images using gpt-image-2. Enables image creation, editing, listing, and retrieval via natural language tools.
Related MCP Connectors
MCP server for Grok Imagine AI video generation
MCP server for Google Veo AI video generation
MCP server for Wan AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DeepKolor/deepkolor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server