promethios-bridge 2.1.5 โ 2.1.6
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/package.json +1 -1
- package/src/mcp-catalog.json +790 -57
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "promethios-bridge",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "Run Promethios agent frameworks locally on your computer with full file, terminal, browser access, ambient context capture, and the always-on-top floating chat overlay. Native Framework Mode supports OpenClaw and other frameworks via the bridge.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
package/src/mcp-catalog.json
CHANGED
|
@@ -7,14 +7,12 @@
|
|
|
7
7
|
"icon": "๐",
|
|
8
8
|
"category": "developer",
|
|
9
9
|
"featured": true,
|
|
10
|
+
"zeroSetup": false,
|
|
10
11
|
"requiresEnv": [
|
|
11
12
|
{ "key": "GITHUB_PERSONAL_ACCESS_TOKEN", "label": "GitHub Personal Access Token", "hint": "github.com โ Settings โ Developer settings โ Personal access tokens" }
|
|
12
13
|
],
|
|
13
14
|
"args": [],
|
|
14
|
-
"links": {
|
|
15
|
-
"docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/github",
|
|
16
|
-
"npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-github"
|
|
17
|
-
}
|
|
15
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/github", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-github" }
|
|
18
16
|
},
|
|
19
17
|
{
|
|
20
18
|
"id": "filesystem-mcp",
|
|
@@ -22,14 +20,51 @@
|
|
|
22
20
|
"package": "@modelcontextprotocol/server-filesystem",
|
|
23
21
|
"description": "Give any AI provider read and write access to files and folders on your computer. Scope it to specific directories for safety.",
|
|
24
22
|
"icon": "๐",
|
|
25
|
-
"category": "
|
|
23
|
+
"category": "developer",
|
|
26
24
|
"featured": true,
|
|
25
|
+
"zeroSetup": true,
|
|
27
26
|
"requiresEnv": [],
|
|
28
27
|
"args": ["--allowed-directories", "~/Documents", "~/Desktop"],
|
|
29
|
-
"links": {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
28
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-filesystem" }
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "memory-mcp",
|
|
32
|
+
"name": "Memory",
|
|
33
|
+
"package": "@modelcontextprotocol/server-memory",
|
|
34
|
+
"description": "Persistent knowledge graph memory for AI providers. Store facts, relationships, and context that survives across sessions.",
|
|
35
|
+
"icon": "๐ง ",
|
|
36
|
+
"category": "productivity",
|
|
37
|
+
"featured": true,
|
|
38
|
+
"zeroSetup": true,
|
|
39
|
+
"requiresEnv": [],
|
|
40
|
+
"args": [],
|
|
41
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/memory", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-memory" }
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"id": "puppeteer-mcp",
|
|
45
|
+
"name": "Puppeteer Browser",
|
|
46
|
+
"package": "@modelcontextprotocol/server-puppeteer",
|
|
47
|
+
"description": "Full browser automation โ navigate pages, fill forms, click elements, take screenshots, and scrape content from any website.",
|
|
48
|
+
"icon": "๐ค",
|
|
49
|
+
"category": "automation",
|
|
50
|
+
"featured": true,
|
|
51
|
+
"zeroSetup": true,
|
|
52
|
+
"requiresEnv": [],
|
|
53
|
+
"args": [],
|
|
54
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-puppeteer" }
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "sequential-thinking-mcp",
|
|
58
|
+
"name": "Sequential Thinking",
|
|
59
|
+
"package": "@modelcontextprotocol/server-sequential-thinking",
|
|
60
|
+
"description": "Structured multi-step reasoning for complex problems. Helps AI providers break down tasks, revise plans, and think through edge cases.",
|
|
61
|
+
"icon": "๐",
|
|
62
|
+
"category": "reasoning",
|
|
63
|
+
"featured": true,
|
|
64
|
+
"zeroSetup": true,
|
|
65
|
+
"requiresEnv": [],
|
|
66
|
+
"args": [],
|
|
67
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-sequential-thinking" }
|
|
33
68
|
},
|
|
34
69
|
{
|
|
35
70
|
"id": "brave-search-mcp",
|
|
@@ -39,14 +74,12 @@
|
|
|
39
74
|
"icon": "๐ฆ",
|
|
40
75
|
"category": "search",
|
|
41
76
|
"featured": true,
|
|
77
|
+
"zeroSetup": false,
|
|
42
78
|
"requiresEnv": [
|
|
43
79
|
{ "key": "BRAVE_API_KEY", "label": "Brave Search API Key", "hint": "api.search.brave.com โ Get API Key (free tier available)" }
|
|
44
80
|
],
|
|
45
81
|
"args": [],
|
|
46
|
-
"links": {
|
|
47
|
-
"docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search",
|
|
48
|
-
"npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-brave-search"
|
|
49
|
-
}
|
|
82
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-brave-search" }
|
|
50
83
|
},
|
|
51
84
|
{
|
|
52
85
|
"id": "postgres-mcp",
|
|
@@ -56,14 +89,12 @@
|
|
|
56
89
|
"icon": "๐",
|
|
57
90
|
"category": "database",
|
|
58
91
|
"featured": false,
|
|
92
|
+
"zeroSetup": false,
|
|
59
93
|
"requiresEnv": [
|
|
60
94
|
{ "key": "POSTGRES_CONNECTION_STRING", "label": "PostgreSQL Connection String", "hint": "e.g. postgresql://user:password@localhost:5432/mydb" }
|
|
61
95
|
],
|
|
62
96
|
"args": [],
|
|
63
|
-
"links": {
|
|
64
|
-
"docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/postgres",
|
|
65
|
-
"npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-postgres"
|
|
66
|
-
}
|
|
97
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/postgres", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-postgres" }
|
|
67
98
|
},
|
|
68
99
|
{
|
|
69
100
|
"id": "sqlite-mcp",
|
|
@@ -73,12 +104,10 @@
|
|
|
73
104
|
"icon": "๐๏ธ",
|
|
74
105
|
"category": "database",
|
|
75
106
|
"featured": false,
|
|
107
|
+
"zeroSetup": true,
|
|
76
108
|
"requiresEnv": [],
|
|
77
109
|
"args": [],
|
|
78
|
-
"links": {
|
|
79
|
-
"docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite",
|
|
80
|
-
"npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-sqlite"
|
|
81
|
-
}
|
|
110
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-sqlite" }
|
|
82
111
|
},
|
|
83
112
|
{
|
|
84
113
|
"id": "slack-mcp",
|
|
@@ -88,15 +117,13 @@
|
|
|
88
117
|
"icon": "๐ฌ",
|
|
89
118
|
"category": "communication",
|
|
90
119
|
"featured": false,
|
|
120
|
+
"zeroSetup": false,
|
|
91
121
|
"requiresEnv": [
|
|
92
122
|
{ "key": "SLACK_BOT_TOKEN", "label": "Slack Bot Token", "hint": "api.slack.com โ Your Apps โ OAuth & Permissions โ Bot User OAuth Token" },
|
|
93
123
|
{ "key": "SLACK_TEAM_ID", "label": "Slack Team ID", "hint": "Found in your Slack workspace URL: app.slack.com/client/TXXXXXXXX" }
|
|
94
124
|
],
|
|
95
125
|
"args": [],
|
|
96
|
-
"links": {
|
|
97
|
-
"docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/slack",
|
|
98
|
-
"npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-slack"
|
|
99
|
-
}
|
|
126
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/slack", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-slack" }
|
|
100
127
|
},
|
|
101
128
|
{
|
|
102
129
|
"id": "google-maps-mcp",
|
|
@@ -106,58 +133,764 @@
|
|
|
106
133
|
"icon": "๐บ๏ธ",
|
|
107
134
|
"category": "productivity",
|
|
108
135
|
"featured": false,
|
|
136
|
+
"zeroSetup": false,
|
|
109
137
|
"requiresEnv": [
|
|
110
138
|
{ "key": "GOOGLE_MAPS_API_KEY", "label": "Google Maps API Key", "hint": "console.cloud.google.com โ APIs & Services โ Credentials" }
|
|
111
139
|
],
|
|
112
140
|
"args": [],
|
|
113
|
-
"links": {
|
|
114
|
-
"docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps",
|
|
115
|
-
"npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-google-maps"
|
|
116
|
-
}
|
|
141
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-google-maps" }
|
|
117
142
|
},
|
|
118
143
|
{
|
|
119
|
-
"id": "
|
|
120
|
-
"name": "
|
|
121
|
-
"package": "@modelcontextprotocol/server-
|
|
122
|
-
"description": "
|
|
123
|
-
"icon": "
|
|
144
|
+
"id": "notion-mcp",
|
|
145
|
+
"name": "Notion",
|
|
146
|
+
"package": "@modelcontextprotocol/server-notion",
|
|
147
|
+
"description": "Read and write Notion pages, databases, and blocks. Let AI providers create docs, update project trackers, and search your workspace.",
|
|
148
|
+
"icon": "๐",
|
|
124
149
|
"category": "productivity",
|
|
125
150
|
"featured": true,
|
|
151
|
+
"zeroSetup": false,
|
|
152
|
+
"requiresEnv": [
|
|
153
|
+
{ "key": "NOTION_API_KEY", "label": "Notion Integration Token", "hint": "notion.so/my-integrations โ New integration โ Internal Integration Token" }
|
|
154
|
+
],
|
|
155
|
+
"args": [],
|
|
156
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/notion", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-notion" }
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": "linear-mcp",
|
|
160
|
+
"name": "Linear",
|
|
161
|
+
"package": "@linear/mcp-server",
|
|
162
|
+
"description": "Create issues, update project status, search tickets, and manage sprints in Linear โ directly from any AI provider.",
|
|
163
|
+
"icon": "๐",
|
|
164
|
+
"category": "productivity",
|
|
165
|
+
"featured": false,
|
|
166
|
+
"zeroSetup": false,
|
|
167
|
+
"requiresEnv": [
|
|
168
|
+
{ "key": "LINEAR_API_KEY", "label": "Linear API Key", "hint": "linear.app โ Settings โ API โ Personal API keys" }
|
|
169
|
+
],
|
|
170
|
+
"args": [],
|
|
171
|
+
"links": { "docs": "https://github.com/linear/linear-mcp", "npm": "https://www.npmjs.com/package/@linear/mcp-server" }
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"id": "jira-mcp",
|
|
175
|
+
"name": "Jira",
|
|
176
|
+
"package": "mcp-server-jira",
|
|
177
|
+
"description": "Create and update Jira issues, search projects, manage sprints, and query boards from any AI provider in Promethios.",
|
|
178
|
+
"icon": "๐ฏ",
|
|
179
|
+
"category": "productivity",
|
|
180
|
+
"featured": false,
|
|
181
|
+
"zeroSetup": false,
|
|
182
|
+
"requiresEnv": [
|
|
183
|
+
{ "key": "JIRA_HOST", "label": "Jira Host", "hint": "e.g. yourcompany.atlassian.net" },
|
|
184
|
+
{ "key": "JIRA_EMAIL", "label": "Jira Email", "hint": "Your Atlassian account email" },
|
|
185
|
+
{ "key": "JIRA_API_TOKEN", "label": "Jira API Token", "hint": "id.atlassian.com โ Security โ Create and manage API tokens" }
|
|
186
|
+
],
|
|
187
|
+
"args": [],
|
|
188
|
+
"links": { "docs": "https://github.com/sooperset/mcp-atlassian", "npm": "https://www.npmjs.com/package/mcp-server-jira" }
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"id": "google-drive-mcp",
|
|
192
|
+
"name": "Google Drive",
|
|
193
|
+
"package": "@modelcontextprotocol/server-gdrive",
|
|
194
|
+
"description": "Search, read, and create files in Google Drive. Let AI providers work with your Docs, Sheets, and Slides directly.",
|
|
195
|
+
"icon": "โ๏ธ",
|
|
196
|
+
"category": "productivity",
|
|
197
|
+
"featured": false,
|
|
198
|
+
"zeroSetup": false,
|
|
199
|
+
"requiresEnv": [
|
|
200
|
+
{ "key": "GDRIVE_CREDENTIALS_PATH", "label": "Google OAuth Credentials Path", "hint": "Download credentials.json from console.cloud.google.com โ APIs & Services โ Credentials" }
|
|
201
|
+
],
|
|
202
|
+
"args": [],
|
|
203
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-gdrive" }
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"id": "gmail-mcp",
|
|
207
|
+
"name": "Gmail",
|
|
208
|
+
"package": "mcp-gmail",
|
|
209
|
+
"description": "Read, search, send, and organize Gmail messages. Let AI providers draft replies, summarize threads, and manage your inbox.",
|
|
210
|
+
"icon": "โ๏ธ",
|
|
211
|
+
"category": "communication",
|
|
212
|
+
"featured": false,
|
|
213
|
+
"zeroSetup": false,
|
|
214
|
+
"requiresEnv": [
|
|
215
|
+
{ "key": "GMAIL_CREDENTIALS_PATH", "label": "Google OAuth Credentials Path", "hint": "Download credentials.json from console.cloud.google.com โ APIs & Services โ Credentials" }
|
|
216
|
+
],
|
|
217
|
+
"args": [],
|
|
218
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-gmail" }
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"id": "google-calendar-mcp",
|
|
222
|
+
"name": "Google Calendar",
|
|
223
|
+
"package": "mcp-google-calendar",
|
|
224
|
+
"description": "Read, create, and update Google Calendar events. Let AI providers schedule meetings, check availability, and manage your day.",
|
|
225
|
+
"icon": "๐
",
|
|
226
|
+
"category": "productivity",
|
|
227
|
+
"featured": false,
|
|
228
|
+
"zeroSetup": false,
|
|
229
|
+
"requiresEnv": [
|
|
230
|
+
{ "key": "GOOGLE_CALENDAR_CREDENTIALS_PATH", "label": "Google OAuth Credentials Path", "hint": "Download credentials.json from console.cloud.google.com โ APIs & Services โ Credentials" }
|
|
231
|
+
],
|
|
232
|
+
"args": [],
|
|
233
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-google-calendar" }
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": "gitlab-mcp",
|
|
237
|
+
"name": "GitLab",
|
|
238
|
+
"package": "@modelcontextprotocol/server-gitlab",
|
|
239
|
+
"description": "Manage GitLab repos, merge requests, issues, pipelines, and CI/CD from any AI provider in Promethios.",
|
|
240
|
+
"icon": "๐ฆ",
|
|
241
|
+
"category": "developer",
|
|
242
|
+
"featured": false,
|
|
243
|
+
"zeroSetup": false,
|
|
244
|
+
"requiresEnv": [
|
|
245
|
+
{ "key": "GITLAB_PERSONAL_ACCESS_TOKEN", "label": "GitLab Personal Access Token", "hint": "gitlab.com โ User Settings โ Access Tokens" },
|
|
246
|
+
{ "key": "GITLAB_API_URL", "label": "GitLab API URL (optional)", "hint": "Default: https://gitlab.com/api/v4 โ change for self-hosted instances" }
|
|
247
|
+
],
|
|
248
|
+
"args": [],
|
|
249
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-gitlab" }
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"id": "docker-mcp",
|
|
253
|
+
"name": "Docker",
|
|
254
|
+
"package": "mcp-server-docker",
|
|
255
|
+
"description": "List containers, inspect images, run commands, view logs, and manage Docker resources from any AI provider.",
|
|
256
|
+
"icon": "๐ณ",
|
|
257
|
+
"category": "developer",
|
|
258
|
+
"featured": false,
|
|
259
|
+
"zeroSetup": true,
|
|
126
260
|
"requiresEnv": [],
|
|
127
261
|
"args": [],
|
|
128
|
-
"links": {
|
|
129
|
-
"docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/memory",
|
|
130
|
-
"npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-memory"
|
|
131
|
-
}
|
|
262
|
+
"links": { "docs": "https://github.com/ckreiling/mcp-server-docker", "npm": "https://www.npmjs.com/package/mcp-server-docker" }
|
|
132
263
|
},
|
|
133
264
|
{
|
|
134
|
-
"id": "
|
|
135
|
-
"name": "
|
|
136
|
-
"package": "
|
|
137
|
-
"description": "
|
|
138
|
-
"icon": "
|
|
265
|
+
"id": "kubernetes-mcp",
|
|
266
|
+
"name": "Kubernetes",
|
|
267
|
+
"package": "mcp-server-kubernetes",
|
|
268
|
+
"description": "Inspect pods, deployments, services, and namespaces. Let AI providers help you debug and manage Kubernetes clusters.",
|
|
269
|
+
"icon": "โ",
|
|
270
|
+
"category": "developer",
|
|
271
|
+
"featured": false,
|
|
272
|
+
"zeroSetup": true,
|
|
273
|
+
"requiresEnv": [],
|
|
274
|
+
"args": [],
|
|
275
|
+
"links": { "docs": "https://github.com/Flux159/mcp-server-kubernetes", "npm": "https://www.npmjs.com/package/mcp-server-kubernetes" }
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"id": "aws-mcp",
|
|
279
|
+
"name": "AWS",
|
|
280
|
+
"package": "@aws/mcp-server",
|
|
281
|
+
"description": "Query EC2, S3, Lambda, CloudWatch, and other AWS services. Let AI providers help you manage and debug your cloud infrastructure.",
|
|
282
|
+
"icon": "โ๏ธ",
|
|
283
|
+
"category": "developer",
|
|
284
|
+
"featured": false,
|
|
285
|
+
"zeroSetup": false,
|
|
286
|
+
"requiresEnv": [
|
|
287
|
+
{ "key": "AWS_ACCESS_KEY_ID", "label": "AWS Access Key ID", "hint": "AWS Console โ IAM โ Users โ Security credentials" },
|
|
288
|
+
{ "key": "AWS_SECRET_ACCESS_KEY", "label": "AWS Secret Access Key", "hint": "AWS Console โ IAM โ Users โ Security credentials" },
|
|
289
|
+
{ "key": "AWS_DEFAULT_REGION", "label": "AWS Region", "hint": "e.g. us-east-1, us-west-2" }
|
|
290
|
+
],
|
|
291
|
+
"args": [],
|
|
292
|
+
"links": { "docs": "https://github.com/aws/mcp", "npm": "https://www.npmjs.com/package/@aws/mcp-server" }
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"id": "vercel-mcp",
|
|
296
|
+
"name": "Vercel",
|
|
297
|
+
"package": "@vercel/mcp-adapter",
|
|
298
|
+
"description": "Deploy projects, inspect builds, manage domains, and view function logs in Vercel from any AI provider.",
|
|
299
|
+
"icon": "โฒ",
|
|
300
|
+
"category": "developer",
|
|
301
|
+
"featured": false,
|
|
302
|
+
"zeroSetup": false,
|
|
303
|
+
"requiresEnv": [
|
|
304
|
+
{ "key": "VERCEL_TOKEN", "label": "Vercel API Token", "hint": "vercel.com โ Settings โ Tokens โ Create Token" }
|
|
305
|
+
],
|
|
306
|
+
"args": [],
|
|
307
|
+
"links": { "docs": "https://github.com/vercel/mcp-adapter", "npm": "https://www.npmjs.com/package/@vercel/mcp-adapter" }
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"id": "supabase-mcp",
|
|
311
|
+
"name": "Supabase",
|
|
312
|
+
"package": "@supabase/mcp-server-supabase",
|
|
313
|
+
"description": "Query tables, manage auth users, inspect storage, and run Edge Functions in Supabase from any AI provider.",
|
|
314
|
+
"icon": "โก",
|
|
315
|
+
"category": "database",
|
|
316
|
+
"featured": false,
|
|
317
|
+
"zeroSetup": false,
|
|
318
|
+
"requiresEnv": [
|
|
319
|
+
{ "key": "SUPABASE_URL", "label": "Supabase Project URL", "hint": "supabase.com โ Project Settings โ API โ Project URL" },
|
|
320
|
+
{ "key": "SUPABASE_SERVICE_ROLE_KEY", "label": "Supabase Service Role Key", "hint": "supabase.com โ Project Settings โ API โ service_role key" }
|
|
321
|
+
],
|
|
322
|
+
"args": [],
|
|
323
|
+
"links": { "docs": "https://github.com/supabase-community/supabase-mcp", "npm": "https://www.npmjs.com/package/@supabase/mcp-server-supabase" }
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"id": "mysql-mcp",
|
|
327
|
+
"name": "MySQL",
|
|
328
|
+
"package": "mcp-server-mysql",
|
|
329
|
+
"description": "Connect any AI provider to your MySQL database. Run queries, inspect schemas, and analyze data in natural language.",
|
|
330
|
+
"icon": "๐ฌ",
|
|
331
|
+
"category": "database",
|
|
332
|
+
"featured": false,
|
|
333
|
+
"zeroSetup": false,
|
|
334
|
+
"requiresEnv": [
|
|
335
|
+
{ "key": "MYSQL_CONNECTION_STRING", "label": "MySQL Connection String", "hint": "e.g. mysql://user:password@localhost:3306/mydb" }
|
|
336
|
+
],
|
|
337
|
+
"args": [],
|
|
338
|
+
"links": { "docs": "https://github.com/benborla/mcp-server-mysql", "npm": "https://www.npmjs.com/package/mcp-server-mysql" }
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"id": "mongodb-mcp",
|
|
342
|
+
"name": "MongoDB",
|
|
343
|
+
"package": "@mongodb-js/mongodb-mcp-server",
|
|
344
|
+
"description": "Query collections, run aggregations, and manage documents in MongoDB Atlas or local instances from any AI provider.",
|
|
345
|
+
"icon": "๐",
|
|
346
|
+
"category": "database",
|
|
347
|
+
"featured": false,
|
|
348
|
+
"zeroSetup": false,
|
|
349
|
+
"requiresEnv": [
|
|
350
|
+
{ "key": "MONGODB_URI", "label": "MongoDB Connection URI", "hint": "e.g. mongodb+srv://user:password@cluster.mongodb.net/mydb" }
|
|
351
|
+
],
|
|
352
|
+
"args": [],
|
|
353
|
+
"links": { "docs": "https://github.com/mongodb-js/mongodb-mcp-server", "npm": "https://www.npmjs.com/package/@mongodb-js/mongodb-mcp-server" }
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"id": "redis-mcp",
|
|
357
|
+
"name": "Redis",
|
|
358
|
+
"package": "mcp-server-redis",
|
|
359
|
+
"description": "Get, set, and query Redis keys. Let AI providers inspect cache state, debug pub/sub, and manage your Redis data.",
|
|
360
|
+
"icon": "๐ด",
|
|
361
|
+
"category": "database",
|
|
362
|
+
"featured": false,
|
|
363
|
+
"zeroSetup": false,
|
|
364
|
+
"requiresEnv": [
|
|
365
|
+
{ "key": "REDIS_URL", "label": "Redis URL", "hint": "e.g. redis://localhost:6379 or rediss://user:password@host:6380" }
|
|
366
|
+
],
|
|
367
|
+
"args": [],
|
|
368
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-server-redis" }
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "snowflake-mcp",
|
|
372
|
+
"name": "Snowflake",
|
|
373
|
+
"package": "mcp-server-snowflake",
|
|
374
|
+
"description": "Run SQL queries against Snowflake data warehouses. Let AI providers analyze large datasets and generate insights in natural language.",
|
|
375
|
+
"icon": "โ๏ธ",
|
|
376
|
+
"category": "database",
|
|
377
|
+
"featured": false,
|
|
378
|
+
"zeroSetup": false,
|
|
379
|
+
"requiresEnv": [
|
|
380
|
+
{ "key": "SNOWFLAKE_ACCOUNT", "label": "Snowflake Account Identifier", "hint": "e.g. myorg-myaccount" },
|
|
381
|
+
{ "key": "SNOWFLAKE_USER", "label": "Snowflake Username", "hint": "Your Snowflake login username" },
|
|
382
|
+
{ "key": "SNOWFLAKE_PASSWORD", "label": "Snowflake Password", "hint": "Your Snowflake login password" },
|
|
383
|
+
{ "key": "SNOWFLAKE_DATABASE", "label": "Snowflake Database", "hint": "The database name to connect to" }
|
|
384
|
+
],
|
|
385
|
+
"args": [],
|
|
386
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-server-snowflake" }
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"id": "playwright-mcp",
|
|
390
|
+
"name": "Playwright",
|
|
391
|
+
"package": "@playwright/mcp",
|
|
392
|
+
"description": "Advanced browser automation with Playwright. Supports Chromium, Firefox, and WebKit โ ideal for testing and complex web scraping.",
|
|
393
|
+
"icon": "๐ญ",
|
|
139
394
|
"category": "automation",
|
|
140
|
-
"featured":
|
|
395
|
+
"featured": false,
|
|
396
|
+
"zeroSetup": true,
|
|
141
397
|
"requiresEnv": [],
|
|
142
398
|
"args": [],
|
|
143
|
-
"links": {
|
|
144
|
-
"docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer",
|
|
145
|
-
"npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-puppeteer"
|
|
146
|
-
}
|
|
399
|
+
"links": { "docs": "https://github.com/microsoft/playwright-mcp", "npm": "https://www.npmjs.com/package/@playwright/mcp" }
|
|
147
400
|
},
|
|
148
401
|
{
|
|
149
|
-
"id": "
|
|
150
|
-
"name": "
|
|
151
|
-
"package": "
|
|
152
|
-
"description": "
|
|
153
|
-
"icon": "
|
|
402
|
+
"id": "exa-search-mcp",
|
|
403
|
+
"name": "Exa Search",
|
|
404
|
+
"package": "exa-mcp-server",
|
|
405
|
+
"description": "Neural search across the web โ find semantically relevant content, research papers, and company information with high precision.",
|
|
406
|
+
"icon": "๐",
|
|
407
|
+
"category": "search",
|
|
408
|
+
"featured": false,
|
|
409
|
+
"zeroSetup": false,
|
|
410
|
+
"requiresEnv": [
|
|
411
|
+
{ "key": "EXA_API_KEY", "label": "Exa API Key", "hint": "exa.ai โ Dashboard โ API Keys" }
|
|
412
|
+
],
|
|
413
|
+
"args": [],
|
|
414
|
+
"links": { "docs": "https://github.com/exa-labs/exa-mcp-server", "npm": "https://www.npmjs.com/package/exa-mcp-server" }
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"id": "tavily-mcp",
|
|
418
|
+
"name": "Tavily Search",
|
|
419
|
+
"package": "tavily-mcp",
|
|
420
|
+
"description": "AI-optimized web search with structured results. Designed specifically for LLM agents that need reliable, factual web data.",
|
|
421
|
+
"icon": "๐",
|
|
422
|
+
"category": "search",
|
|
423
|
+
"featured": false,
|
|
424
|
+
"zeroSetup": false,
|
|
425
|
+
"requiresEnv": [
|
|
426
|
+
{ "key": "TAVILY_API_KEY", "label": "Tavily API Key", "hint": "app.tavily.com โ API Keys" }
|
|
427
|
+
],
|
|
428
|
+
"args": [],
|
|
429
|
+
"links": { "docs": "https://github.com/tavily-ai/tavily-mcp", "npm": "https://www.npmjs.com/package/tavily-mcp" }
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"id": "perplexity-mcp",
|
|
433
|
+
"name": "Perplexity Search",
|
|
434
|
+
"package": "mcp-perplexity",
|
|
435
|
+
"description": "Real-time web search powered by Perplexity AI. Get cited, up-to-date answers for any AI provider in Promethios.",
|
|
436
|
+
"icon": "๐ฎ",
|
|
437
|
+
"category": "search",
|
|
438
|
+
"featured": false,
|
|
439
|
+
"zeroSetup": false,
|
|
440
|
+
"requiresEnv": [
|
|
441
|
+
{ "key": "PERPLEXITY_API_KEY", "label": "Perplexity API Key", "hint": "perplexity.ai โ Settings โ API" }
|
|
442
|
+
],
|
|
443
|
+
"args": [],
|
|
444
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-perplexity" }
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"id": "discord-mcp",
|
|
448
|
+
"name": "Discord",
|
|
449
|
+
"package": "mcp-discord",
|
|
450
|
+
"description": "Read messages, send to channels, manage servers, and search Discord conversations from any AI provider.",
|
|
451
|
+
"icon": "๐ฎ",
|
|
452
|
+
"category": "communication",
|
|
453
|
+
"featured": false,
|
|
454
|
+
"zeroSetup": false,
|
|
455
|
+
"requiresEnv": [
|
|
456
|
+
{ "key": "DISCORD_TOKEN", "label": "Discord Bot Token", "hint": "discord.com/developers โ Applications โ Your Bot โ Token" }
|
|
457
|
+
],
|
|
458
|
+
"args": [],
|
|
459
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-discord" }
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"id": "teams-mcp",
|
|
463
|
+
"name": "Microsoft Teams",
|
|
464
|
+
"package": "mcp-teams",
|
|
465
|
+
"description": "Send messages, read channels, search conversations, and manage Teams workspaces from any AI provider.",
|
|
466
|
+
"icon": "๐ผ",
|
|
467
|
+
"category": "communication",
|
|
468
|
+
"featured": false,
|
|
469
|
+
"zeroSetup": false,
|
|
470
|
+
"requiresEnv": [
|
|
471
|
+
{ "key": "TEAMS_APP_ID", "label": "Azure App ID", "hint": "portal.azure.com โ App registrations โ Application (client) ID" },
|
|
472
|
+
{ "key": "TEAMS_APP_SECRET", "label": "Azure App Secret", "hint": "portal.azure.com โ App registrations โ Certificates & secrets" },
|
|
473
|
+
{ "key": "TEAMS_TENANT_ID", "label": "Azure Tenant ID", "hint": "portal.azure.com โ App registrations โ Directory (tenant) ID" }
|
|
474
|
+
],
|
|
475
|
+
"args": [],
|
|
476
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-teams" }
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"id": "dropbox-mcp",
|
|
480
|
+
"name": "Dropbox",
|
|
481
|
+
"package": "mcp-dropbox",
|
|
482
|
+
"description": "Browse, read, upload, and share files in Dropbox. Let AI providers work with your cloud file storage directly.",
|
|
483
|
+
"icon": "๐ฆ",
|
|
484
|
+
"category": "productivity",
|
|
485
|
+
"featured": false,
|
|
486
|
+
"zeroSetup": false,
|
|
487
|
+
"requiresEnv": [
|
|
488
|
+
{ "key": "DROPBOX_ACCESS_TOKEN", "label": "Dropbox Access Token", "hint": "dropbox.com/developers โ App Console โ Generate access token" }
|
|
489
|
+
],
|
|
490
|
+
"args": [],
|
|
491
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-dropbox" }
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"id": "s3-mcp",
|
|
495
|
+
"name": "AWS S3",
|
|
496
|
+
"package": "mcp-server-s3",
|
|
497
|
+
"description": "List buckets, read and write objects, manage permissions, and query S3 storage from any AI provider.",
|
|
498
|
+
"icon": "๐ชฃ",
|
|
499
|
+
"category": "developer",
|
|
500
|
+
"featured": false,
|
|
501
|
+
"zeroSetup": false,
|
|
502
|
+
"requiresEnv": [
|
|
503
|
+
{ "key": "AWS_ACCESS_KEY_ID", "label": "AWS Access Key ID", "hint": "AWS Console โ IAM โ Users โ Security credentials" },
|
|
504
|
+
{ "key": "AWS_SECRET_ACCESS_KEY", "label": "AWS Secret Access Key", "hint": "AWS Console โ IAM โ Users โ Security credentials" },
|
|
505
|
+
{ "key": "AWS_DEFAULT_REGION", "label": "AWS Region", "hint": "e.g. us-east-1" }
|
|
506
|
+
],
|
|
507
|
+
"args": [],
|
|
508
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-server-s3" }
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"id": "stripe-mcp",
|
|
512
|
+
"name": "Stripe",
|
|
513
|
+
"package": "@stripe/agent-toolkit",
|
|
514
|
+
"description": "Query customers, payments, subscriptions, and invoices in Stripe. Let AI providers help you understand and manage your revenue.",
|
|
515
|
+
"icon": "๐ณ",
|
|
516
|
+
"category": "productivity",
|
|
517
|
+
"featured": false,
|
|
518
|
+
"zeroSetup": false,
|
|
519
|
+
"requiresEnv": [
|
|
520
|
+
{ "key": "STRIPE_SECRET_KEY", "label": "Stripe Secret Key", "hint": "dashboard.stripe.com โ Developers โ API keys โ Secret key" }
|
|
521
|
+
],
|
|
522
|
+
"args": [],
|
|
523
|
+
"links": { "docs": "https://github.com/stripe/agent-toolkit", "npm": "https://www.npmjs.com/package/@stripe/agent-toolkit" }
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"id": "hubspot-mcp",
|
|
527
|
+
"name": "HubSpot",
|
|
528
|
+
"package": "mcp-hubspot",
|
|
529
|
+
"description": "Read and update contacts, deals, companies, and tickets in HubSpot CRM from any AI provider in Promethios.",
|
|
530
|
+
"icon": "๐งก",
|
|
531
|
+
"category": "productivity",
|
|
532
|
+
"featured": false,
|
|
533
|
+
"zeroSetup": false,
|
|
534
|
+
"requiresEnv": [
|
|
535
|
+
{ "key": "HUBSPOT_ACCESS_TOKEN", "label": "HubSpot Private App Token", "hint": "app.hubspot.com โ Settings โ Integrations โ Private Apps โ Create app" }
|
|
536
|
+
],
|
|
537
|
+
"args": [],
|
|
538
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-hubspot" }
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"id": "salesforce-mcp",
|
|
542
|
+
"name": "Salesforce",
|
|
543
|
+
"package": "mcp-salesforce",
|
|
544
|
+
"description": "Query Salesforce objects, manage leads, update opportunities, and run SOQL from any AI provider.",
|
|
545
|
+
"icon": "โ๏ธ",
|
|
546
|
+
"category": "productivity",
|
|
547
|
+
"featured": false,
|
|
548
|
+
"zeroSetup": false,
|
|
549
|
+
"requiresEnv": [
|
|
550
|
+
{ "key": "SALESFORCE_USERNAME", "label": "Salesforce Username", "hint": "Your Salesforce login email" },
|
|
551
|
+
{ "key": "SALESFORCE_PASSWORD", "label": "Salesforce Password", "hint": "Your Salesforce login password" },
|
|
552
|
+
{ "key": "SALESFORCE_SECURITY_TOKEN", "label": "Salesforce Security Token", "hint": "Salesforce โ Settings โ My Personal Information โ Reset Security Token" }
|
|
553
|
+
],
|
|
554
|
+
"args": [],
|
|
555
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-salesforce" }
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"id": "asana-mcp",
|
|
559
|
+
"name": "Asana",
|
|
560
|
+
"package": "asana-mcp-server",
|
|
561
|
+
"description": "Create tasks, update projects, manage teams, and search your Asana workspace from any AI provider.",
|
|
562
|
+
"icon": "โ
",
|
|
563
|
+
"category": "productivity",
|
|
564
|
+
"featured": false,
|
|
565
|
+
"zeroSetup": false,
|
|
566
|
+
"requiresEnv": [
|
|
567
|
+
{ "key": "ASANA_ACCESS_TOKEN", "label": "Asana Personal Access Token", "hint": "app.asana.com โ My Profile Settings โ Apps โ Manage Developer Apps โ New access token" }
|
|
568
|
+
],
|
|
569
|
+
"args": [],
|
|
570
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/asana-mcp-server" }
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"id": "trello-mcp",
|
|
574
|
+
"name": "Trello",
|
|
575
|
+
"package": "mcp-trello",
|
|
576
|
+
"description": "Read boards, create cards, move tasks between lists, and manage Trello workspaces from any AI provider.",
|
|
577
|
+
"icon": "๐",
|
|
578
|
+
"category": "productivity",
|
|
579
|
+
"featured": false,
|
|
580
|
+
"zeroSetup": false,
|
|
581
|
+
"requiresEnv": [
|
|
582
|
+
{ "key": "TRELLO_API_KEY", "label": "Trello API Key", "hint": "trello.com/power-ups/admin โ API Key" },
|
|
583
|
+
{ "key": "TRELLO_TOKEN", "label": "Trello Token", "hint": "Generate from the API Key page on trello.com/power-ups/admin" }
|
|
584
|
+
],
|
|
585
|
+
"args": [],
|
|
586
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-trello" }
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"id": "airtable-mcp",
|
|
590
|
+
"name": "Airtable",
|
|
591
|
+
"package": "mcp-airtable",
|
|
592
|
+
"description": "Read and write Airtable bases, query records, create views, and automate data entry from any AI provider.",
|
|
593
|
+
"icon": "๐ฆ",
|
|
594
|
+
"category": "database",
|
|
595
|
+
"featured": false,
|
|
596
|
+
"zeroSetup": false,
|
|
597
|
+
"requiresEnv": [
|
|
598
|
+
{ "key": "AIRTABLE_API_KEY", "label": "Airtable Personal Access Token", "hint": "airtable.com/create/tokens โ Create new token" }
|
|
599
|
+
],
|
|
600
|
+
"args": [],
|
|
601
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-airtable" }
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"id": "figma-mcp",
|
|
605
|
+
"name": "Figma",
|
|
606
|
+
"package": "figma-mcp",
|
|
607
|
+
"description": "Read Figma files, inspect components, extract design tokens, and navigate frames from any AI provider.",
|
|
608
|
+
"icon": "๐จ",
|
|
609
|
+
"category": "developer",
|
|
610
|
+
"featured": false,
|
|
611
|
+
"zeroSetup": false,
|
|
612
|
+
"requiresEnv": [
|
|
613
|
+
{ "key": "FIGMA_ACCESS_TOKEN", "label": "Figma Personal Access Token", "hint": "figma.com โ Account Settings โ Personal access tokens โ Generate new token" }
|
|
614
|
+
],
|
|
615
|
+
"args": [],
|
|
616
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/figma-mcp" }
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"id": "obsidian-mcp",
|
|
620
|
+
"name": "Obsidian",
|
|
621
|
+
"package": "mcp-obsidian",
|
|
622
|
+
"description": "Read and write notes in your Obsidian vault. Let AI providers search your knowledge base, create linked notes, and update your PKM.",
|
|
623
|
+
"icon": "๐",
|
|
624
|
+
"category": "productivity",
|
|
625
|
+
"featured": false,
|
|
626
|
+
"zeroSetup": false,
|
|
627
|
+
"requiresEnv": [
|
|
628
|
+
{ "key": "OBSIDIAN_VAULT_PATH", "label": "Obsidian Vault Path", "hint": "Full path to your Obsidian vault folder, e.g. C:/Users/you/Documents/MyVault" }
|
|
629
|
+
],
|
|
630
|
+
"args": [],
|
|
631
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-obsidian" }
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"id": "todoist-mcp",
|
|
635
|
+
"name": "Todoist",
|
|
636
|
+
"package": "mcp-todoist",
|
|
637
|
+
"description": "Create tasks, manage projects, set due dates, and query your Todoist inbox from any AI provider in Promethios.",
|
|
638
|
+
"icon": "โ๏ธ",
|
|
639
|
+
"category": "productivity",
|
|
640
|
+
"featured": false,
|
|
641
|
+
"zeroSetup": false,
|
|
642
|
+
"requiresEnv": [
|
|
643
|
+
{ "key": "TODOIST_API_TOKEN", "label": "Todoist API Token", "hint": "app.todoist.com โ Settings โ Integrations โ Developer โ API token" }
|
|
644
|
+
],
|
|
645
|
+
"args": [],
|
|
646
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-todoist" }
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"id": "spotify-mcp",
|
|
650
|
+
"name": "Spotify",
|
|
651
|
+
"package": "mcp-spotify",
|
|
652
|
+
"description": "Search tracks, control playback, manage playlists, and query your Spotify library from any AI provider.",
|
|
653
|
+
"icon": "๐ต",
|
|
654
|
+
"category": "productivity",
|
|
655
|
+
"featured": false,
|
|
656
|
+
"zeroSetup": false,
|
|
657
|
+
"requiresEnv": [
|
|
658
|
+
{ "key": "SPOTIFY_CLIENT_ID", "label": "Spotify Client ID", "hint": "developer.spotify.com โ Dashboard โ Your App โ Settings โ Client ID" },
|
|
659
|
+
{ "key": "SPOTIFY_CLIENT_SECRET", "label": "Spotify Client Secret", "hint": "developer.spotify.com โ Dashboard โ Your App โ Settings โ Client Secret" }
|
|
660
|
+
],
|
|
661
|
+
"args": [],
|
|
662
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-spotify" }
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"id": "twilio-mcp",
|
|
666
|
+
"name": "Twilio",
|
|
667
|
+
"package": "mcp-twilio",
|
|
668
|
+
"description": "Send SMS, make calls, manage phone numbers, and query message logs in Twilio from any AI provider.",
|
|
669
|
+
"icon": "๐ฑ",
|
|
670
|
+
"category": "communication",
|
|
671
|
+
"featured": false,
|
|
672
|
+
"zeroSetup": false,
|
|
673
|
+
"requiresEnv": [
|
|
674
|
+
{ "key": "TWILIO_ACCOUNT_SID", "label": "Twilio Account SID", "hint": "console.twilio.com โ Account Info โ Account SID" },
|
|
675
|
+
{ "key": "TWILIO_AUTH_TOKEN", "label": "Twilio Auth Token", "hint": "console.twilio.com โ Account Info โ Auth Token" }
|
|
676
|
+
],
|
|
677
|
+
"args": [],
|
|
678
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-twilio" }
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"id": "sendgrid-mcp",
|
|
682
|
+
"name": "SendGrid",
|
|
683
|
+
"package": "mcp-sendgrid",
|
|
684
|
+
"description": "Send transactional emails, manage templates, and query delivery stats in SendGrid from any AI provider.",
|
|
685
|
+
"icon": "๐ง",
|
|
686
|
+
"category": "communication",
|
|
687
|
+
"featured": false,
|
|
688
|
+
"zeroSetup": false,
|
|
689
|
+
"requiresEnv": [
|
|
690
|
+
{ "key": "SENDGRID_API_KEY", "label": "SendGrid API Key", "hint": "app.sendgrid.com โ Settings โ API Keys โ Create API Key" }
|
|
691
|
+
],
|
|
692
|
+
"args": [],
|
|
693
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-sendgrid" }
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"id": "openai-mcp",
|
|
697
|
+
"name": "OpenAI",
|
|
698
|
+
"package": "mcp-openai",
|
|
699
|
+
"description": "Call OpenAI APIs โ completions, embeddings, DALL-E image generation, and Whisper transcription โ as tools for any AI provider.",
|
|
700
|
+
"icon": "๐ค",
|
|
701
|
+
"category": "reasoning",
|
|
702
|
+
"featured": false,
|
|
703
|
+
"zeroSetup": false,
|
|
704
|
+
"requiresEnv": [
|
|
705
|
+
{ "key": "OPENAI_API_KEY", "label": "OpenAI API Key", "hint": "platform.openai.com โ API keys โ Create new secret key" }
|
|
706
|
+
],
|
|
707
|
+
"args": [],
|
|
708
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-openai" }
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"id": "anthropic-mcp",
|
|
712
|
+
"name": "Anthropic Claude API",
|
|
713
|
+
"package": "mcp-anthropic",
|
|
714
|
+
"description": "Call Claude models as tools from within other AI providers. Useful for cross-model reasoning and specialized sub-tasks.",
|
|
715
|
+
"icon": "๐งฌ",
|
|
716
|
+
"category": "reasoning",
|
|
717
|
+
"featured": false,
|
|
718
|
+
"zeroSetup": false,
|
|
719
|
+
"requiresEnv": [
|
|
720
|
+
{ "key": "ANTHROPIC_API_KEY", "label": "Anthropic API Key", "hint": "console.anthropic.com โ API Keys โ Create Key" }
|
|
721
|
+
],
|
|
722
|
+
"args": [],
|
|
723
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-anthropic" }
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"id": "ollama-mcp",
|
|
727
|
+
"name": "Ollama (Local Models)",
|
|
728
|
+
"package": "mcp-ollama",
|
|
729
|
+
"description": "Run local LLMs (Llama, Mistral, Gemma, Phi) via Ollama as tools for any AI provider. Zero API cost, full privacy.",
|
|
730
|
+
"icon": "๐ฆ",
|
|
154
731
|
"category": "reasoning",
|
|
732
|
+
"featured": true,
|
|
733
|
+
"zeroSetup": true,
|
|
734
|
+
"requiresEnv": [],
|
|
735
|
+
"args": [],
|
|
736
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-ollama" }
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"id": "fetch-mcp",
|
|
740
|
+
"name": "Fetch / HTTP",
|
|
741
|
+
"package": "@modelcontextprotocol/server-fetch",
|
|
742
|
+
"description": "Make HTTP requests to any URL. Fetch web pages, call REST APIs, and retrieve raw content from the internet.",
|
|
743
|
+
"icon": "๐",
|
|
744
|
+
"category": "automation",
|
|
745
|
+
"featured": false,
|
|
746
|
+
"zeroSetup": true,
|
|
747
|
+
"requiresEnv": [],
|
|
748
|
+
"args": [],
|
|
749
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/fetch", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-fetch" }
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"id": "shell-mcp",
|
|
753
|
+
"name": "Shell / Terminal",
|
|
754
|
+
"package": "mcp-shell",
|
|
755
|
+
"description": "Execute shell commands on your local machine. Let AI providers run scripts, check system state, and automate terminal tasks.",
|
|
756
|
+
"icon": "๐ป",
|
|
757
|
+
"category": "developer",
|
|
758
|
+
"featured": false,
|
|
759
|
+
"zeroSetup": true,
|
|
760
|
+
"requiresEnv": [],
|
|
761
|
+
"args": [],
|
|
762
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-shell" }
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"id": "git-mcp",
|
|
766
|
+
"name": "Git",
|
|
767
|
+
"package": "mcp-git",
|
|
768
|
+
"description": "Read commit history, inspect diffs, check branch status, and run git operations on local repositories.",
|
|
769
|
+
"icon": "๐ฟ",
|
|
770
|
+
"category": "developer",
|
|
771
|
+
"featured": false,
|
|
772
|
+
"zeroSetup": true,
|
|
773
|
+
"requiresEnv": [],
|
|
774
|
+
"args": [],
|
|
775
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-git" }
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"id": "time-mcp",
|
|
779
|
+
"name": "Time & Timezone",
|
|
780
|
+
"package": "@modelcontextprotocol/server-time",
|
|
781
|
+
"description": "Get current time in any timezone, convert between zones, and calculate time differences. Zero setup required.",
|
|
782
|
+
"icon": "๐",
|
|
783
|
+
"category": "productivity",
|
|
784
|
+
"featured": false,
|
|
785
|
+
"zeroSetup": true,
|
|
786
|
+
"requiresEnv": [],
|
|
787
|
+
"args": [],
|
|
788
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/time", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-time" }
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"id": "everything-mcp",
|
|
792
|
+
"name": "Everything (Test Server)",
|
|
793
|
+
"package": "@modelcontextprotocol/server-everything",
|
|
794
|
+
"description": "A comprehensive MCP test server that demonstrates all protocol features โ tools, resources, prompts, and sampling. Great for developers.",
|
|
795
|
+
"icon": "๐งช",
|
|
796
|
+
"category": "developer",
|
|
797
|
+
"featured": false,
|
|
798
|
+
"zeroSetup": true,
|
|
799
|
+
"requiresEnv": [],
|
|
800
|
+
"args": [],
|
|
801
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/everything", "npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-everything" }
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"id": "excel-mcp",
|
|
805
|
+
"name": "Excel / Spreadsheets",
|
|
806
|
+
"package": "mcp-excel",
|
|
807
|
+
"description": "Read and write Excel and CSV files. Let AI providers analyze spreadsheets, update data, and generate reports.",
|
|
808
|
+
"icon": "๐",
|
|
809
|
+
"category": "productivity",
|
|
810
|
+
"featured": false,
|
|
811
|
+
"zeroSetup": true,
|
|
812
|
+
"requiresEnv": [],
|
|
813
|
+
"args": [],
|
|
814
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-excel" }
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"id": "pdf-mcp",
|
|
818
|
+
"name": "PDF Reader",
|
|
819
|
+
"package": "mcp-pdf",
|
|
820
|
+
"description": "Extract text and structure from PDF files. Let AI providers read contracts, reports, and documents without manual copy-paste.",
|
|
821
|
+
"icon": "๐",
|
|
822
|
+
"category": "productivity",
|
|
823
|
+
"featured": false,
|
|
824
|
+
"zeroSetup": true,
|
|
825
|
+
"requiresEnv": [],
|
|
826
|
+
"args": [],
|
|
827
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-pdf" }
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"id": "weather-mcp",
|
|
831
|
+
"name": "Weather",
|
|
832
|
+
"package": "mcp-weather",
|
|
833
|
+
"description": "Get current conditions, forecasts, and historical weather data for any location. Zero setup required.",
|
|
834
|
+
"icon": "๐ค๏ธ",
|
|
835
|
+
"category": "productivity",
|
|
155
836
|
"featured": false,
|
|
837
|
+
"zeroSetup": true,
|
|
838
|
+
"requiresEnv": [],
|
|
839
|
+
"args": [],
|
|
840
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-weather" }
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"id": "wikipedia-mcp",
|
|
844
|
+
"name": "Wikipedia",
|
|
845
|
+
"package": "mcp-wikipedia",
|
|
846
|
+
"description": "Search and read Wikipedia articles. Give any AI provider instant access to encyclopedic knowledge. Zero setup required.",
|
|
847
|
+
"icon": "๐",
|
|
848
|
+
"category": "search",
|
|
849
|
+
"featured": false,
|
|
850
|
+
"zeroSetup": true,
|
|
851
|
+
"requiresEnv": [],
|
|
852
|
+
"args": [],
|
|
853
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-wikipedia" }
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"id": "hackernews-mcp",
|
|
857
|
+
"name": "Hacker News",
|
|
858
|
+
"package": "mcp-hn",
|
|
859
|
+
"description": "Read top stories, comments, and job postings from Hacker News. Let AI providers stay current with the tech community. Zero setup.",
|
|
860
|
+
"icon": "๐ ",
|
|
861
|
+
"category": "search",
|
|
862
|
+
"featured": false,
|
|
863
|
+
"zeroSetup": true,
|
|
864
|
+
"requiresEnv": [],
|
|
865
|
+
"args": [],
|
|
866
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-hn" }
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"id": "openapi-mcp",
|
|
870
|
+
"name": "OpenAPI / Swagger",
|
|
871
|
+
"package": "mcp-openapi",
|
|
872
|
+
"description": "Connect any REST API that has an OpenAPI spec. Promethios auto-generates tools from the spec โ no custom code required.",
|
|
873
|
+
"icon": "๐",
|
|
874
|
+
"category": "developer",
|
|
875
|
+
"featured": false,
|
|
876
|
+
"zeroSetup": false,
|
|
877
|
+
"requiresEnv": [
|
|
878
|
+
{ "key": "OPENAPI_SPEC_URL", "label": "OpenAPI Spec URL", "hint": "URL to your API's openapi.json or swagger.yaml file" }
|
|
879
|
+
],
|
|
880
|
+
"args": [],
|
|
881
|
+
"links": { "docs": "https://github.com/modelcontextprotocol/servers", "npm": "https://www.npmjs.com/package/mcp-openapi" }
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"id": "openclaw-mcp",
|
|
885
|
+
"name": "OpenClaw",
|
|
886
|
+
"package": "openclaw-mcp",
|
|
887
|
+
"description": "Run OpenClaw open-source agents as tools available to every AI provider in Promethios. The first open-source agent framework in the Promethios ecosystem.",
|
|
888
|
+
"icon": "๐ฆ",
|
|
889
|
+
"category": "reasoning",
|
|
890
|
+
"featured": true,
|
|
891
|
+
"zeroSetup": true,
|
|
156
892
|
"requiresEnv": [],
|
|
157
893
|
"args": [],
|
|
158
|
-
"links": {
|
|
159
|
-
"docs": "https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking",
|
|
160
|
-
"npm": "https://www.npmjs.com/package/@modelcontextprotocol/server-sequential-thinking"
|
|
161
|
-
}
|
|
894
|
+
"links": { "docs": "https://github.com/steipete/openclaw", "npm": "https://www.npmjs.com/package/openclaw-mcp" }
|
|
162
895
|
}
|
|
163
896
|
]
|