@speakai/mcp-server 1.5.2 → 1.6.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 +68 -20
- package/package.json +11 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<h1 align="center">Connect Speak AI to Claude or ChatGPT in 60 seconds</h1>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<strong>For
|
|
8
|
+
<strong>For researchers, revenue teams, meeting-heavy teams, and media workflows.</strong><br/>
|
|
9
9
|
No Terminal. No npm. No JSON config files.
|
|
10
10
|
</p>
|
|
11
11
|
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
|
|
24
24
|
## What this does
|
|
25
25
|
|
|
26
|
-
Speak AI transcribes your interviews,
|
|
26
|
+
Speak AI transcribes your interviews, sales calls, research sessions, webinars, podcasts, and team meetings — then extracts AI insights like summaries, action items, sentiment, and themes.
|
|
27
27
|
|
|
28
28
|
This connector (built on MCP — the standard way Claude and ChatGPT connect to apps) brings all of that into Claude or ChatGPT. Once installed, you can ask:
|
|
29
29
|
|
|
30
|
-
- "
|
|
31
|
-
- "Summarize
|
|
32
|
-
- "
|
|
33
|
-
- "
|
|
30
|
+
- "Find the last 10 customer interviews that mention pricing, group the feedback by theme, and cite the source recordings."
|
|
31
|
+
- "Summarize this week's team meetings into decisions, action items, owners, and unresolved risks."
|
|
32
|
+
- "Pull exact customer quotes about onboarding friction from recent research calls and format them for a product brief."
|
|
33
|
+
- "Find a strong 30-second highlight from the latest webinar, create a clip, and export captions."
|
|
34
34
|
|
|
35
35
|
The AI does the searching, summarizing, and citing. Your recordings stay in your Speak AI workspace — Claude and ChatGPT just query them through this connector.
|
|
36
36
|
|
|
@@ -48,14 +48,27 @@ The AI does the searching, summarizing, and citing. Your recordings stay in your
|
|
|
48
48
|
|
|
49
49
|
1. Open [claude.ai/settings/connectors](https://claude.ai/settings/connectors)
|
|
50
50
|
2. Click **Add custom connector**
|
|
51
|
-
3.
|
|
52
|
-
4.
|
|
53
|
-
5. Done. Open a new chat and ask about your recordings.
|
|
51
|
+
3. Name it **Speak AI** and paste `https://api.speakai.co/v1/mcp`, then click **Add**
|
|
52
|
+
4. A permission popup asks you to log into Speak AI and click **Allow**
|
|
53
|
+
5. Done — Speak AI shows in your connector list with its tools ready to use. Open a new chat and ask about your recordings.
|
|
54
|
+
|
|
55
|
+
<details>
|
|
56
|
+
<summary>What each step looks like (screenshots)</summary>
|
|
57
|
+
|
|
58
|
+
**3. Add custom connector dialog** — name and URL filled in.
|
|
59
|
+
|
|
60
|
+

|
|
61
|
+
|
|
62
|
+
**5. Connected** — Speak AI tools appear in your connector list.
|
|
63
|
+
|
|
64
|
+

|
|
65
|
+
|
|
66
|
+
</details>
|
|
54
67
|
|
|
55
68
|
<details>
|
|
56
69
|
<summary>Developer alternative — manual setup with an API key</summary>
|
|
57
70
|
|
|
58
|
-
Get a key at [app.speakai.co/developers/apikeys](https://app.speakai.co/developers/apikeys), then in step 3 expand **
|
|
71
|
+
Get a key at [app.speakai.co/developers/apikeys](https://app.speakai.co/developers/apikeys), then in step 3 expand **Advanced settings** and add `Authorization` = `Bearer <your-key>` before clicking Add.
|
|
59
72
|
|
|
60
73
|
</details>
|
|
61
74
|
|
|
@@ -79,11 +92,46 @@ Then click Add.
|
|
|
79
92
|
|
|
80
93
|
### ChatGPT
|
|
81
94
|
|
|
82
|
-
1. Open ChatGPT → **Settings → Connectors → Advanced**
|
|
83
|
-
2.
|
|
84
|
-
3.
|
|
85
|
-
4.
|
|
86
|
-
5.
|
|
95
|
+
1. Open ChatGPT → **Settings → Apps & Connectors → Advanced**
|
|
96
|
+
2. Turn on **Developer Mode** (required while Speak AI isn't yet listed in ChatGPT's app store — this lets you add it as a custom app)
|
|
97
|
+
3. Back on **Apps & Connectors**, click **Create** and paste `https://api.speakai.co/v1/mcp`
|
|
98
|
+
4. For **Authentication**, choose **OAuth**
|
|
99
|
+
5. ChatGPT opens a new tab to Speak AI — sign in (or click **Confirm** if already logged in) to authorize. You'll be redirected back; close the tab and return to ChatGPT.
|
|
100
|
+
6. **Per-chat:** open a chat, click the **+** / connector menu, and enable **Speak AI** for that chat.
|
|
101
|
+
|
|
102
|
+
<details>
|
|
103
|
+
<summary>What each step looks like (screenshots)</summary>
|
|
104
|
+
|
|
105
|
+
**1. Connect screen in ChatGPT** — paste the connector URL and pick OAuth.
|
|
106
|
+
|
|
107
|
+

|
|
108
|
+
|
|
109
|
+
**2. Confirm and continue** — ChatGPT asks you to continue to Speak AI.
|
|
110
|
+
|
|
111
|
+

|
|
112
|
+
|
|
113
|
+
**3. Authorize on Speak AI** — sign in or click Confirm if you're already signed in.
|
|
114
|
+
|
|
115
|
+

|
|
116
|
+
|
|
117
|
+
**4. Connected** — Speak AI now shows in your ChatGPT connector list.
|
|
118
|
+
|
|
119
|
+

|
|
120
|
+
|
|
121
|
+
</details>
|
|
122
|
+
|
|
123
|
+
<details>
|
|
124
|
+
<summary>Trouble connecting?</summary>
|
|
125
|
+
|
|
126
|
+
A few things we've seen during early access:
|
|
127
|
+
|
|
128
|
+
- **Authorization tab doesn't show a "you're connected" page** — if you land on the plain Speak AI dashboard with no confirmation, the authorization still went through. Close that tab and return to ChatGPT.
|
|
129
|
+
- **"Connect" button keeps reopening the dashboard** — fully close and reopen ChatGPT, then check **Settings → Apps & Connectors**. Speak AI should already be listed there.
|
|
130
|
+
- **"No actions available" inside a chat** — make sure Developer Mode is still on, and that you've enabled Speak AI from the per-chat connector menu (step 6 above).
|
|
131
|
+
|
|
132
|
+
Still stuck? Email [accounts@speakai.co](mailto:accounts@speakai.co).
|
|
133
|
+
|
|
134
|
+
</details>
|
|
87
135
|
|
|
88
136
|
### Claude Code (terminal)
|
|
89
137
|
|
|
@@ -169,13 +217,13 @@ Speak AI ships 83 tools your AI assistant can call. You don't memorize them —
|
|
|
169
217
|
|
|
170
218
|
| Ask | Tools used (auto) |
|
|
171
219
|
|---|---|
|
|
172
|
-
| "Find
|
|
173
|
-
| "Summarize this week's
|
|
220
|
+
| "Find customer interviews about pricing and group the feedback by theme" | `search_media`, `ask_magic_prompt` |
|
|
221
|
+
| "Summarize this week's meetings into decisions, owners, and risks" | `list_media`, `get_media_insights` |
|
|
174
222
|
| "Pull action items from yesterday's call" | `get_media_insights`, `ask_magic_prompt` |
|
|
175
223
|
| "Schedule the AI to join my 2pm Zoom" | `schedule_meeting_event` |
|
|
176
|
-
| "
|
|
177
|
-
| "Export the transcript as a PDF" | `export_media` |
|
|
178
|
-
| "Compare
|
|
224
|
+
| "Find a 30-second webinar highlight and export captions" | `create_clip`, `export_media` |
|
|
225
|
+
| "Export the transcript as a PDF and captions as SRT" | `export_media` |
|
|
226
|
+
| "Compare Q1 sales calls against Q2 sales calls and summarize changed objections" | `search_media`, `ask_magic_prompt` |
|
|
179
227
|
|
|
180
228
|
Full tool catalog is in the developer reference below.
|
|
181
229
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@speakai/mcp-server",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"mcpName": "io.github.speakai/mcp-server",
|
|
5
|
-
"description": "Official Speak AI MCP Server —
|
|
5
|
+
"description": "Official Speak AI MCP Server — capture meetings, search thousands of recordings, run async voice and video surveys, create clips, and automate workflows from your AI assistant.",
|
|
6
|
+
"homepage": "https://mcp.speakai.co",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/speakai/speakai-mcp.git"
|
|
10
|
+
},
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/speakai/speakai-mcp/issues"
|
|
13
|
+
},
|
|
6
14
|
"main": "dist/index.js",
|
|
7
15
|
"types": "dist/index.d.ts",
|
|
8
16
|
"bin": {
|
|
@@ -25,7 +33,7 @@
|
|
|
25
33
|
"claude",
|
|
26
34
|
"model-context-protocol"
|
|
27
35
|
],
|
|
28
|
-
"author": "
|
|
36
|
+
"author": "Vatsal Shah",
|
|
29
37
|
"license": "MIT",
|
|
30
38
|
"engines": {
|
|
31
39
|
"node": ">=22"
|