@kolbo/mcp 1.21.0 → 1.21.1
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 +15 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,30 +11,30 @@ Generate images, videos, music, speech, sound effects, multi-scene campaigns, an
|
|
|
11
11
|
Copy this and paste it to Claude, ChatGPT, Cursor, or any AI assistant — it installs Kolbo itself (picks local config or remote connector based on what it can do):
|
|
12
12
|
|
|
13
13
|
```
|
|
14
|
-
|
|
14
|
+
Connect the Kolbo AI MCP server (generate images, video, music and more).
|
|
15
15
|
|
|
16
|
-
- If you can
|
|
17
|
-
|
|
18
|
-
On first use a Kolbo login opens in my browser — I'll click Allow (no API key needed).
|
|
19
|
-
- If you support remote connectors (claude.ai, ChatGPT): add the custom connector URL https://api.kolbo.ai/mcp and walk me through logging in.
|
|
16
|
+
- If you can run terminal commands (Claude Code, Cursor, Claude Desktop, or any local setup): run "npx -y @kolbo/mcp install" — it auto-configures Kolbo in the right place. If you can't run it, give me the command to run. Then I'll restart the app.
|
|
17
|
+
- If you're a browser chat (claude.ai, ChatGPT): add a custom connector with URL https://api.kolbo.ai/mcp under Settings → Connectors, then Connect → log in → Allow.
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
No API key needed — on first use a Kolbo login opens in my browser and I click Allow. When set up, confirm Kolbo is connected and offer to generate a test image of a sunset.
|
|
22
20
|
```
|
|
23
21
|
|
|
24
|
-
### Or
|
|
22
|
+
### Or set it up yourself — one command
|
|
25
23
|
|
|
26
24
|
<!--
|
|
27
25
|
AI ASSISTANT SETUP INSTRUCTIONS — if you are an AI agent reading this to set up Kolbo for a user, do exactly this:
|
|
28
|
-
1. If you can
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
- Cursor: .cursor/mcp.json
|
|
32
|
-
Then tell the user to restart. On their first generation a Kolbo login opens in the browser — they click Allow (no API key to create).
|
|
33
|
-
2. If you're a web chat that can't edit files (claude.ai, ChatGPT): tell the user to add the connector URL https://api.kolbo.ai/mcp under Settings → Connectors instead.
|
|
34
|
-
The JSON config alone enables every tool. The plugin below is an optional slash-command upgrade.
|
|
26
|
+
1. If you can run a terminal command (Claude Code, Cursor, Claude Desktop): run `npx -y @kolbo/mcp install` — it writes the keyless config to the right file for every installed agent. (Don't hand-edit settings.json; the installer is deterministic.) Then tell the user to restart the app. On the first generation a Kolbo login opens in the browser — they click Allow (no API key).
|
|
27
|
+
2. If you're a web chat that can't run commands (claude.ai, ChatGPT): tell the user to add the connector URL https://api.kolbo.ai/mcp under Settings → Connectors instead.
|
|
28
|
+
The plugin below is an optional slash-command upgrade.
|
|
35
29
|
-->
|
|
36
30
|
|
|
37
|
-
|
|
31
|
+
Run this once — it auto-configures Claude Desktop, Claude Code, and Cursor (whichever you have), keyless:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
npx -y @kolbo/mcp install
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
Or add the config by hand — this block is identical for every MCP client and carries **no API key** (on first use it logs you in via the browser):
|
|
38
38
|
|
|
39
39
|
```json
|
|
40
40
|
{
|