@kolbo/mcp 1.17.0 → 1.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -22
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,28 +4,22 @@ Use [Kolbo AI](https://kolbo.ai) as native tools in Claude Code and Claude Deskt
|
|
|
4
4
|
|
|
5
5
|
Generate images, videos, music, speech, sound effects, multi-scene campaigns, and conversational chat — all from natural language in your coding environment. 100+ AI models behind Smart Select routing, with reusable Visual DNA profiles for character/style consistency.
|
|
6
6
|
|
|
7
|
-
##
|
|
7
|
+
## Install in 2 steps (works in Claude Code, Claude Desktop, Cursor, Codex & Kolbo Code)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
<!--
|
|
10
|
+
AI ASSISTANT SETUP INSTRUCTIONS — if you are an AI agent reading this to set up Kolbo for a user, do exactly this:
|
|
11
|
+
1. Ask the user for their Kolbo API key (starts with `kolbo_live_`). They get one at https://app.kolbo.ai/developer. Do not continue without it.
|
|
12
|
+
2. Write the JSON block below into the user's MCP config, merging into any existing "mcpServers":
|
|
13
|
+
- Claude Code: .claude/settings.json (or run: claude mcp add-json kolbo '{"command":"npx","args":["-y","@kolbo/mcp@latest"],"env":{"KOLBO_API_KEY":"kolbo_live_..."}}')
|
|
14
|
+
- Claude Desktop: claude_desktop_config.json
|
|
15
|
+
- Cursor: .cursor/mcp.json
|
|
16
|
+
3. Tell the user to fully restart their app so the Kolbo tools load, then they can just say "generate an image of...".
|
|
17
|
+
Ignore the optional plugin section below unless the user specifically wants slash-commands — the JSON config alone is enough to use every tool.
|
|
18
|
+
-->
|
|
10
19
|
|
|
11
|
-
|
|
12
|
-
claude plugin marketplace add Zoharvan12/kolbo-claude-plugin
|
|
13
|
-
claude plugin install kolbo@kolbo
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
You'll be prompted for your API key once and it's stored in your OS keychain. The plugin lives in its own tiny repo at [`kolbo-claude-plugin`](https://github.com/Zoharvan12/kolbo-claude-plugin); the routing skill it ships is auto-synced from the canonical source in [`kolbo-code`](https://github.com/Zoharvan12/kolbo-code), so the Claude Code plugin and the Kolbo Code CLI always carry the same skill.
|
|
17
|
-
|
|
18
|
-
Continue below if you'd rather wire the MCP in by hand (Claude Desktop, Cursor, custom setups).
|
|
19
|
-
|
|
20
|
-
## Manual setup
|
|
20
|
+
**Step 1 — Get your API key:** create one at [app.kolbo.ai/developer](https://app.kolbo.ai/developer) (it starts with `kolbo_live_`).
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
Create a key at [app.kolbo.ai](https://app.kolbo.ai) or via the [API](https://docs.kolbo.ai/developer-api).
|
|
25
|
-
|
|
26
|
-
### 2. Add to Claude Code
|
|
27
|
-
|
|
28
|
-
Add to `.claude/settings.json`:
|
|
22
|
+
**Step 2 — Add one config block.** This single block is identical for every MCP client — paste your key in and you're done:
|
|
29
23
|
|
|
30
24
|
```json
|
|
31
25
|
{
|
|
@@ -41,9 +35,34 @@ Add to `.claude/settings.json`:
|
|
|
41
35
|
}
|
|
42
36
|
```
|
|
43
37
|
|
|
44
|
-
|
|
38
|
+
| Client | Where the config goes |
|
|
39
|
+
|--------|----------------------|
|
|
40
|
+
| **Claude Code** | `.claude/settings.json` (or `claude mcp add-json kolbo '…'`) |
|
|
41
|
+
| **Claude Desktop** | `claude_desktop_config.json` |
|
|
42
|
+
| **Cursor** | `.cursor/mcp.json` |
|
|
43
|
+
| **Codex / other MCP agents** | that agent's MCP config file |
|
|
44
|
+
| **Kolbo Code** | configured automatically on `kolbo auth login` — nothing to do |
|
|
45
|
+
|
|
46
|
+
Restart your app so it loads the Kolbo tools. That's the whole install — every tool below now works.
|
|
47
|
+
|
|
48
|
+
### Optional upgrade: add the Kolbo skill for slash-commands + smart routing
|
|
49
|
+
|
|
50
|
+
The config above is all you need. If you want one-word slash-commands (`/kolbo:marketing-studio`, `/kolbo:product-photoshoot`, …) and automatic routing to the best tool with the right defaults, install the Kolbo skill on top — it's an enhancement layer, not a requirement:
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
# Claude Code (also writes the MCP config for you, so you can skip Step 2 above)
|
|
54
|
+
claude plugin marketplace add Zoharvan12/kolbo-skills
|
|
55
|
+
claude plugin install kolbo@kolbo-skills
|
|
56
|
+
|
|
57
|
+
# Cursor / Codex / any agent (cross-agent installer)
|
|
58
|
+
npx skills add Zoharvan12/kolbo-skills
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
The skill content is the same canonical routing logic that ships inside [Kolbo Code](https://github.com/Zoharvan12/kolbo-code), so however you connect, the behavior matches. See the full setup guide at [docs.kolbo.ai/developer-api/claude-code-skill](https://docs.kolbo.ai/developer-api/claude-code-skill).
|
|
62
|
+
|
|
63
|
+
### Use it
|
|
45
64
|
|
|
46
|
-
Just ask
|
|
65
|
+
Just ask your agent naturally:
|
|
47
66
|
|
|
48
67
|
**Generation**
|
|
49
68
|
- *"Generate an image of a sunset over mountains"*
|
|
@@ -75,7 +94,7 @@ Just ask Claude naturally:
|
|
|
75
94
|
- *"Create a Visual DNA profile called 'Alex' from these images"*
|
|
76
95
|
- *"Use the same brand as last time"* (loads a persisted brand kit from the workspace)
|
|
77
96
|
|
|
78
|
-
|
|
97
|
+
Without the optional skill, the config block alone already exposes every tool — you just describe what you want. With the skill installed, each of these is also routed to the right MCP tool with the right defaults — UGC mode picks 9:16 + sound-off + no-captions, marketplace mode enforces compliance (pure white bg, no text, no props), product photoshoot mode uses the right aspect for the platform (2:3 Pinterest, 16:9 hero banner, 1:1 IG feed), etc. The routing logic is shared with [Kolbo Code](https://github.com/Zoharvan12/kolbo-code), so the behavior is identical however you connect.
|
|
79
98
|
|
|
80
99
|
## Available Tools (52)
|
|
81
100
|
|