make-mcp-server 1.3.2 → 1.3.4
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/LICENSE +21 -21
- package/README.md +351 -349
- package/data/make-modules.db +0 -0
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c)
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 MCP Contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,349 +1,351 @@
|
|
|
1
|
-
# Make.com MCP Server — Build & Deploy Automation Scenarios with AI
|
|
2
|
-
|
|
3
|
-
[](https://www.npmjs.com/package/make-mcp-server)
|
|
4
|
-
[](https://opensource.org/licenses/MIT)
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
"
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
"-
|
|
122
|
-
"-e", "
|
|
123
|
-
"-e", "
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
"
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
"
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
|
182
|
-
|
|
183
|
-
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
-
|
|
194
|
-
|
|
195
|
-
- **
|
|
196
|
-
- **
|
|
197
|
-
- **
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
> "
|
|
208
|
-
|
|
209
|
-
> "
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
|
218
|
-
|
|
219
|
-
| `
|
|
220
|
-
| `
|
|
221
|
-
| `
|
|
222
|
-
| `
|
|
223
|
-
| `
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
|
232
|
-
|
|
233
|
-
|
|
|
234
|
-
| Missing `
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
make-mcp-server
|
|
257
|
-
make-mcp-server --
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
|
265
|
-
|
|
266
|
-
| `
|
|
267
|
-
| `
|
|
268
|
-
| `
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
npm run
|
|
276
|
-
npm run
|
|
277
|
-
npm run
|
|
278
|
-
npm run
|
|
279
|
-
npm
|
|
280
|
-
npm run
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
- **
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
```
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
├──
|
|
309
|
-
│
|
|
310
|
-
|
|
311
|
-
├──
|
|
312
|
-
│ └──
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
└──
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
- **
|
|
335
|
-
- **
|
|
336
|
-
- **
|
|
337
|
-
- **
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
1
|
+
# Make.com MCP Server — Build & Deploy Automation Scenarios with AI
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/make-mcp-server)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
|
|
6
|
+
> **⚠️ Disclaimer:** This is an **unofficial, community-driven project** created by a passionate fan of Make.com. It is **NOT** affiliated with, endorsed by, or officially supported by Make.com.
|
|
7
|
+
|
|
8
|
+
A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that gives AI assistants like **Claude**, **GitHub Copilot**, and **Cursor** full access to Make.com module documentation, scenario validation, and one-click deployment. Search 200+ automation modules across 40+ apps, build blueprints with auto-healing, and deploy directly to Make.com — all from your AI chat.
|
|
9
|
+
|
|
10
|
+
## Features
|
|
11
|
+
|
|
12
|
+
- **🔍 200+ Modules** — Full-text search across 200+ Make.com modules (Slack, Gmail, Google Sheets, Notion, OpenAI, and 35+ more apps)
|
|
13
|
+
- **📋 Module Details** — Retrieve parameters, types, descriptions, and usage docs for any module
|
|
14
|
+
- **✅ Blueprint Validation** — Check scenarios for missing parameters, unknown modules, structural issues, and router sub-routes before deploying
|
|
15
|
+
- **🚀 Deploy to Make.com** — Push validated blueprints directly to Make.com via API
|
|
16
|
+
- **🩹 Auto-Healing** — Automatically fixes LLM-generated blueprints: injects missing `metadata`, adds `designer` coordinates, strips unsupported properties like router `filter`
|
|
17
|
+
- **🔀 Router Support** — Full support for `builtin:BasicRouter` with multiple routes and recursive validation
|
|
18
|
+
- **📚 Scenario Templates** — Browse reusable scenario templates for common workflows
|
|
19
|
+
- **📖 Guided Prompts** — MCP prompts for guided scenario building and module exploration
|
|
20
|
+
- **📊 Resource Catalog** — MCP resources for browsing available apps
|
|
21
|
+
- **🧪 42 Tests** — Unit + integration test suite with Vitest
|
|
22
|
+
- **⚡ Fast Response** — Optimized SQLite with FTS5 full-text search
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## 🚀 Quick Start — Self-Hosting Options
|
|
27
|
+
|
|
28
|
+
### Option A: npx (No Installation Needed!) 🚀
|
|
29
|
+
|
|
30
|
+
The fastest way to get started — no cloning, no building:
|
|
31
|
+
|
|
32
|
+
**Prerequisites:** [Node.js](https://nodejs.org/) installed on your system
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
# Run directly — no installation needed!
|
|
36
|
+
npx -y make-mcp-server
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
The package includes a pre-built database with all 200+ Make.com modules. Just add it to your MCP client config and go.
|
|
40
|
+
|
|
41
|
+
**Claude Desktop config** (`claude_desktop_config.json`):
|
|
42
|
+
|
|
43
|
+
Basic configuration (documentation tools only):
|
|
44
|
+
|
|
45
|
+
```json
|
|
46
|
+
{
|
|
47
|
+
"mcpServers": {
|
|
48
|
+
"make-mcp-server": {
|
|
49
|
+
"command": "npx",
|
|
50
|
+
"args": ["-y", "make-mcp-server"],
|
|
51
|
+
"env": {
|
|
52
|
+
"LOG_LEVEL": "error"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
Full configuration (with Make.com deployment):
|
|
60
|
+
|
|
61
|
+
```json
|
|
62
|
+
{
|
|
63
|
+
"mcpServers": {
|
|
64
|
+
"make-mcp-server": {
|
|
65
|
+
"command": "npx",
|
|
66
|
+
"args": ["-y", "make-mcp-server"],
|
|
67
|
+
"env": {
|
|
68
|
+
"LOG_LEVEL": "error",
|
|
69
|
+
"MAKE_API_KEY": "your_api_key_here",
|
|
70
|
+
"MAKE_TEAM_ID": "your_team_id",
|
|
71
|
+
"MAKE_API_URL": "https://eu1.make.com/api/v2"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
> **Note:** npx will download and cache the latest version automatically. The package includes a pre-built database with all Make.com module information — no setup required.
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
### Option B: Docker (Isolated & Reproducible) 🐳
|
|
83
|
+
|
|
84
|
+
**Prerequisites:** Docker installed on your system
|
|
85
|
+
|
|
86
|
+
```bash
|
|
87
|
+
# Build the Docker image
|
|
88
|
+
docker build -t make-mcp-server .
|
|
89
|
+
|
|
90
|
+
# Test it works
|
|
91
|
+
echo '{"jsonrpc":"2.0","method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"0.1"}},"id":1}' | docker run -i --rm make-mcp-server
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
**Claude Desktop config:**
|
|
95
|
+
|
|
96
|
+
Basic configuration (documentation tools only):
|
|
97
|
+
|
|
98
|
+
```json
|
|
99
|
+
{
|
|
100
|
+
"mcpServers": {
|
|
101
|
+
"make-mcp-server": {
|
|
102
|
+
"command": "docker",
|
|
103
|
+
"args": [
|
|
104
|
+
"run", "-i", "--rm", "--init",
|
|
105
|
+
"-e", "LOG_LEVEL=error",
|
|
106
|
+
"make-mcp-server"
|
|
107
|
+
]
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
Full configuration (with Make.com deployment):
|
|
114
|
+
|
|
115
|
+
```json
|
|
116
|
+
{
|
|
117
|
+
"mcpServers": {
|
|
118
|
+
"make-mcp-server": {
|
|
119
|
+
"command": "docker",
|
|
120
|
+
"args": [
|
|
121
|
+
"run", "-i", "--rm", "--init",
|
|
122
|
+
"-e", "LOG_LEVEL=error",
|
|
123
|
+
"-e", "MAKE_API_KEY=your_api_key_here",
|
|
124
|
+
"-e", "MAKE_TEAM_ID=your_team_id",
|
|
125
|
+
"-e", "MAKE_API_URL=https://eu1.make.com/api/v2",
|
|
126
|
+
"make-mcp-server"
|
|
127
|
+
]
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
> **Important:** The `-i` flag is required for MCP stdio communication.
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
### Option C: Local Installation (For Development) 🛠️
|
|
138
|
+
|
|
139
|
+
**Prerequisites:** [Node.js](https://nodejs.org/) and Git
|
|
140
|
+
|
|
141
|
+
```bash
|
|
142
|
+
# 1. Clone and install
|
|
143
|
+
git clone https://github.com/danishashko/make-mcp.git
|
|
144
|
+
cd make-mcp
|
|
145
|
+
npm install
|
|
146
|
+
|
|
147
|
+
# 2. Build
|
|
148
|
+
npm run build
|
|
149
|
+
|
|
150
|
+
# 3. Populate the module database (already done if using npm package)
|
|
151
|
+
npm run scrape:prod
|
|
152
|
+
|
|
153
|
+
# 4. Test it works
|
|
154
|
+
npm start
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
**Claude Desktop config:**
|
|
158
|
+
|
|
159
|
+
```json
|
|
160
|
+
{
|
|
161
|
+
"mcpServers": {
|
|
162
|
+
"make-mcp-server": {
|
|
163
|
+
"command": "node",
|
|
164
|
+
"args": ["/absolute/path/to/make-mcp/dist/mcp/server.js"],
|
|
165
|
+
"env": {
|
|
166
|
+
"LOG_LEVEL": "error",
|
|
167
|
+
"MAKE_API_KEY": "your_api_key_here",
|
|
168
|
+
"MAKE_TEAM_ID": "your_team_id"
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
> **Note:** The Make.com API credentials are optional. Without them, you'll have access to all documentation, search, and validation tools. With them, you'll additionally get scenario deployment capabilities.
|
|
176
|
+
|
|
177
|
+
---
|
|
178
|
+
|
|
179
|
+
### Configuration File Locations
|
|
180
|
+
|
|
181
|
+
| Platform | Path |
|
|
182
|
+
|----------|------|
|
|
183
|
+
| macOS | `~/Library/Application Support/Claude/claude_desktop_config.json` |
|
|
184
|
+
| Windows | `%APPDATA%\Claude\claude_desktop_config.json` |
|
|
185
|
+
| Linux | `~/.config/Claude/claude_desktop_config.json` |
|
|
186
|
+
|
|
187
|
+
**Restart Claude Desktop after updating configuration.**
|
|
188
|
+
|
|
189
|
+
---
|
|
190
|
+
|
|
191
|
+
### 💻 Connect Your IDE
|
|
192
|
+
|
|
193
|
+
make-mcp-server works with any MCP-compatible client:
|
|
194
|
+
|
|
195
|
+
- **Claude Desktop** — See configurations above
|
|
196
|
+
- **VS Code (GitHub Copilot)** — Add to `.vscode/mcp.json`
|
|
197
|
+
- **Cursor** — Add to MCP settings
|
|
198
|
+
- **Claude Code** — Use `claude mcp add` command
|
|
199
|
+
- **Windsurf** — Add to MCP configuration
|
|
200
|
+
|
|
201
|
+
---
|
|
202
|
+
|
|
203
|
+
## Usage
|
|
204
|
+
|
|
205
|
+
Then ask your AI assistant things like:
|
|
206
|
+
|
|
207
|
+
> "Create a Make scenario that watches a Slack channel for new messages and logs them to a Google Sheet"
|
|
208
|
+
|
|
209
|
+
> "What modules does Make have for sending emails?"
|
|
210
|
+
|
|
211
|
+
> "Validate this scenario blueprint..."
|
|
212
|
+
|
|
213
|
+
**Tip:** The AI will automatically call `tools_documentation` first to understand how to use the server effectively.
|
|
214
|
+
|
|
215
|
+
## Available Tools
|
|
216
|
+
|
|
217
|
+
| Tool | Description |
|
|
218
|
+
|------|-------------|
|
|
219
|
+
| `tools_documentation` | **START HERE** — Returns comprehensive documentation for all tools, prompts, and resources |
|
|
220
|
+
| `search_modules` | Full-text search across 200+ Make.com modules |
|
|
221
|
+
| `get_module` | Get detailed module info with parameters and docs |
|
|
222
|
+
| `validate_scenario` | Validate a scenario blueprint before deployment |
|
|
223
|
+
| `create_scenario` | Deploy a scenario to Make.com via API |
|
|
224
|
+
| `search_templates` | Search reusable scenario templates |
|
|
225
|
+
| `list_apps` | List all apps with module counts |
|
|
226
|
+
|
|
227
|
+
## Auto-Healing
|
|
228
|
+
|
|
229
|
+
The `create_scenario` tool automatically fixes common issues in LLM-generated blueprints:
|
|
230
|
+
|
|
231
|
+
| Issue | Auto-Fix |
|
|
232
|
+
|-------|----------|
|
|
233
|
+
| Missing `metadata` section | Injects full metadata with `version`, `scenario` config, and `designer` |
|
|
234
|
+
| Missing `metadata.designer` on modules | Adds `{ x: 0, y: 0 }` coordinates |
|
|
235
|
+
| Router `filter` in route objects | Strips unsupported `filter` property (configure filters in Make.com UI) |
|
|
236
|
+
| Missing `version` on modules | Left unset — Make.com auto-resolves the latest installed version |
|
|
237
|
+
|
|
238
|
+
> **Tip:** Do NOT hardcode `"version": 1` on modules. Some apps (e.g., HTTP) are on v4+ and specifying the wrong version causes "Module not found" errors.
|
|
239
|
+
|
|
240
|
+
## MCP Prompts
|
|
241
|
+
|
|
242
|
+
| Prompt | Description |
|
|
243
|
+
|--------|-------------|
|
|
244
|
+
| `build_scenario` | Guided workflow for creating a Make.com scenario from a natural language description |
|
|
245
|
+
| `explain_module` | Get a detailed explanation of any Make.com module with usage examples |
|
|
246
|
+
|
|
247
|
+
## MCP Resources
|
|
248
|
+
|
|
249
|
+
| Resource URI | Description |
|
|
250
|
+
|-------------|-------------|
|
|
251
|
+
| `make://apps` | List of all available apps with module counts |
|
|
252
|
+
|
|
253
|
+
## CLI Usage
|
|
254
|
+
|
|
255
|
+
```bash
|
|
256
|
+
make-mcp-server # Start the MCP server (stdio transport)
|
|
257
|
+
make-mcp-server --scrape # Populate/refresh the module database
|
|
258
|
+
make-mcp-server --version # Print version
|
|
259
|
+
make-mcp-server --help # Show help
|
|
260
|
+
```
|
|
261
|
+
|
|
262
|
+
## Environment Variables
|
|
263
|
+
|
|
264
|
+
| Variable | Required | Default | Description |
|
|
265
|
+
|----------|----------|---------|-------------|
|
|
266
|
+
| `MAKE_API_KEY` | For deployment | — | Make.com API key |
|
|
267
|
+
| `MAKE_API_URL` | No | `https://eu1.make.com/api/v2` | Make.com API base URL |
|
|
268
|
+
| `MAKE_TEAM_ID` | For deployment | — | Default team ID for scenario deployment |
|
|
269
|
+
| `DATABASE_PATH` | No | `<package>/data/make-modules.db` | SQLite database file path |
|
|
270
|
+
| `LOG_LEVEL` | No | `info` | Logging level: `debug`, `info`, `warn`, `error`, `silent` |
|
|
271
|
+
|
|
272
|
+
## Development
|
|
273
|
+
|
|
274
|
+
```bash
|
|
275
|
+
npm run build # Compile TypeScript + copy schema + add shebang
|
|
276
|
+
npm run build:tsc # TypeScript only (no packaging)
|
|
277
|
+
npm run start:dev # Start with tsx (no build needed)
|
|
278
|
+
npm run dev # Start with file watching
|
|
279
|
+
npm run scrape # Populate DB with tsx (dev)
|
|
280
|
+
npm run scrape:prod # Populate DB from compiled JS
|
|
281
|
+
npm test # Run all 42 tests
|
|
282
|
+
npm run test:watch # Run tests in watch mode
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
### Publishing to npm
|
|
286
|
+
|
|
287
|
+
```bash
|
|
288
|
+
npm run prepublishOnly # Build + populate DB + verify (runs automatically on npm publish)
|
|
289
|
+
npm publish # Publish to npm registry
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
## Testing
|
|
293
|
+
|
|
294
|
+
The test suite includes 42 tests across 3 files:
|
|
295
|
+
|
|
296
|
+
- **Database tests** (14 tests) — Insert, search, template operations, FTS5 queries
|
|
297
|
+
- **Logger tests** (7 tests) — Stderr-only output, log levels, data serialization
|
|
298
|
+
- **Server integration tests** (21 tests) — Full MCP protocol compliance via SDK client
|
|
299
|
+
|
|
300
|
+
```bash
|
|
301
|
+
npm test
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
## Architecture
|
|
305
|
+
|
|
306
|
+
```
|
|
307
|
+
src/
|
|
308
|
+
├── mcp/
|
|
309
|
+
│ └── server.ts # MCP server with tools, prompts, resources
|
|
310
|
+
├── database/
|
|
311
|
+
│ ├── schema.sql # SQLite + FTS5 schema
|
|
312
|
+
│ └── db.ts # Database access layer (npx-safe path resolution)
|
|
313
|
+
├── scrapers/
|
|
314
|
+
│ └── scrape-modules.ts # Module data population (224 modules)
|
|
315
|
+
└── utils/
|
|
316
|
+
└── logger.ts # Structured stderr-only logger
|
|
317
|
+
bin/
|
|
318
|
+
├── make-mcp.js # CLI entry point (npx, --help, --version, --scrape)
|
|
319
|
+
└── postinstall.js # Post-install verification
|
|
320
|
+
scripts/
|
|
321
|
+
├── build.js # Build: tsc + copy schema + add shebang
|
|
322
|
+
└── prepublish.js # Publish prep: build + populate DB + verify
|
|
323
|
+
data/
|
|
324
|
+
└── make-modules.db # Pre-built SQLite database (bundled in npm package)
|
|
325
|
+
tests/
|
|
326
|
+
├── database.test.ts # Database unit tests (14)
|
|
327
|
+
├── logger.test.ts # Logger unit tests (7)
|
|
328
|
+
└── server.test.ts # MCP integration tests (21)
|
|
329
|
+
Dockerfile # Multi-stage Docker image
|
|
330
|
+
```
|
|
331
|
+
|
|
332
|
+
## Tech Stack
|
|
333
|
+
|
|
334
|
+
- **TypeScript** + **Node.js** (ESM)
|
|
335
|
+
- **@modelcontextprotocol/sdk** v1.26.0 — MCP protocol implementation
|
|
336
|
+
- **better-sqlite3** — Synchronous SQLite with FTS5 full-text search
|
|
337
|
+
- **zod** — Schema validation for tool parameters
|
|
338
|
+
- **axios** — HTTP client for Make.com API
|
|
339
|
+
- **vitest** — Test framework
|
|
340
|
+
|
|
341
|
+
## Supported Apps (40+)
|
|
342
|
+
|
|
343
|
+
Google Sheets, Slack, OpenAI, Google Drive, Notion, Telegram Bot, HubSpot CRM, Gmail, Airtable, Tools, Flow Control, Google Calendar, Jira, Trello, Shopify, Google Docs, Microsoft Teams, Microsoft Outlook, Discord, Asana, monday.com, Salesforce, Stripe, GitHub, HTTP, Mailchimp, WordPress, Dropbox, Data Store, JSON, Twilio, Google Gemini AI, WhatsApp Business, Text Parser, Webhooks, Anthropic Claude, CSV, RSS, Email, Schedule
|
|
344
|
+
|
|
345
|
+
## Author
|
|
346
|
+
|
|
347
|
+
Built by **[Daniel Shashko](https://www.linkedin.com/in/daniel-shashko/)**
|
|
348
|
+
|
|
349
|
+
## License
|
|
350
|
+
|
|
351
|
+
MIT License — see [LICENSE](LICENSE) for details.
|
package/data/make-modules.db
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "make-mcp-server",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"mcpName": "io.github.danishashko/make-mcp",
|
|
5
|
-
"description": "MCP server for
|
|
5
|
+
"description": "Unofficial MCP server for Make.com — build, validate & deploy automation scenarios via AI (community project, not affiliated with Make.com)",
|
|
6
6
|
"main": "dist/mcp/server.js",
|
|
7
7
|
"types": "dist/mcp/server.d.ts",
|
|
8
8
|
"type": "module",
|