通过 MCP 接入 Kapus
Kapus 运行着一个远程 MCP 服务器(Streamable HTTP)。把任意 MCP 客户端指向它,每个 Kapus 能力就会以工具形式出现——三步搞定:
你的应用或智能体调用某个 Kapus 能力;它运行在你自己的服务商密钥上。
https://kapus.dev/api/mcp把这段配置放进你客户端的 MCP 配置里——Claude Desktop、Cursor、Windsurf 或任意智能体运行时。
Claude Desktop / Cursor — claude_desktop_config.json
{
"mcpServers": {
"kapus": { "url": "https://kapus.dev/api/mcp" }
}
}Claude Code(CLI)
claude mcp add --transport http kapus https://kapus.dev/api/mcp
重启客户端,下方的 Kapus 工具便会出现。像调用其他 MCP 工具一样调用它们——无需额外设置。
brandcheck一次性核查一个品牌名的域名、美国 + 韩国商标,以及 Google SEO 难度。无需 API 密钥。
publish_wordpress通过 REST API 把文章发布到你的 WordPress 站点——你的站点 + 应用密码,零加价。
style_portraitRecreate an uploaded photo in a chosen style: keeps the person's face/identity, applies the style/lighting/mood of a reference look. Runs on YOUR image-capable API key — Google Gemini or OpenAI, auto-detected from the key (passed per call, never stored). Returns a data-URL image.
defineLook up an English word's definition. A keyless demo of a published external-API tool — one manifest, auto-rendered as GUI + MCP + REST.
免密钥 Beta——暂时无需 Kapus 密钥。需要服务商密钥的能力会把它作为工具输入项接收。
本地图像生成(BYOK)
在你的编辑器或智能体中用你自己的密钥生成图像——Gemini Nano Banana 或 OpenAI gpt-image-1。作为本地 MCP 服务器运行,基于你的密钥。
npx @kapus/kapush key set gemini YOUR_KEY
claude mcp add kapus-image -- npx -y @kapus/mcp
未设置图像密钥 → 工具会如实告知并什么都不做。在 Claude Desktop / IDE 中内联渲染;终端则打开已保存的文件。