-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Expand file tree
/
Copy pathservers.json
More file actions
882 lines (882 loc) · 32 KB
/
servers.json
File metadata and controls
882 lines (882 loc) · 32 KB
1
2
3
4
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
123
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
[
{
"id": "agentql-mcp",
"name": "AgentQL",
"description": "Transform unstructured web content into structured data",
"command": "npx -y agentql-mcp",
"link": "https://github.com/tinyfish-io/agentql-mcp",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "AGENTQL_API_KEY",
"description": "Required environment variable",
"required": true
}
]
},
{
"id": "alby-mcp",
"name": "Alby",
"description": "Bitcoin Lightning Network integration",
"command": "npx -y @getalby/mcp",
"link": "https://github.com/getalby/mcp",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "NWC_CONNECTION_STRING",
"description": "NWC connection secret from your lightning wallet",
"required": true
}
]
},
{
"id": "apify",
"name": "Apify",
"description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡",
"command": "npx -y @apify/actors-mcp-server",
"link": "https://github.com/apify/apify-mcp-server",
"installation_notes": "Install using npx. Requires an Apify API token.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": [
{
"name": "APIFY_TOKEN",
"description": "Required environment variable",
"required": true
}
]
},
{
"id": "asana-mcp",
"name": "Asana",
"description": "Task automation, project tracking, and team collaboration",
"command": "npx -y @roychri/mcp-server-asana",
"link": "https://github.com/roychri/mcp-server-asana",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "ASANA_ACCESS_TOKEN",
"description": "Required environment variable",
"required": true
}
]
},
{
"id": "autovisualiser",
"name": "Auto Visualiser",
"description": "Automatic data visualisation via MCP-UI",
"command": "",
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/autovisualiser",
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
"is_builtin": true,
"endorsed": true,
"environmentVariables": []
},
{
"id": "beads",
"name": "Beads",
"description": "Git-backed issue tracker for AI agent task management",
"command": "uvx beads-mcp",
"link": "https://github.com/steveyegge/beads",
"installation_notes": "Install using uvx package manager. Requires uv to be installed.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "blender-mcp",
"name": "Blender",
"description": "3D modeling and animation integration (requires local server setup)",
"command": "uvx blender-mcp",
"link": "https://github.com/ahujasid/blender-mcp",
"installation_notes": "Install using uvx package manager. You must first download Blender, add the Blender MCP addon, and start the Blender MCP server.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "browserbase-mcp",
"name": "Browserbase",
"description": "Browser automation and web scraping",
"command": "npx -y @browserbasehq/mcp-server-browserbase",
"link": "https://github.com/browserbase/mcp-server-browserbase",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": [
{
"name": "BROWSERBASE_API_KEY",
"description": "Required environment variable",
"required": true
}
]
},
{
"id": "chrome-devtools-mcp",
"name": "Chrome DevTools",
"description": "Control and inspect a live Chrome browser",
"command": "npx -y chrome-devtools-mcp@latest",
"link": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "cloudinary-asset-management-mcp",
"name": "Cloudinary Asset Management",
"description": "Cloud-based image and video management",
"command": "npx -y --package @cloudinary/asset-management -- mcp start",
"link": "https://github.com/cloudinary/asset-management-js",
"installation_notes": "Requires Node.js v20 or greater. Get your Cloudinary URL from the Cloudinary Console (https://console.cloudinary.com/settings/api-keys).",
"is_builtin": false,
"endorsed": true,
"environmentVariables": [
{
"name": "CLOUDINARY_URL",
"description": "Your Cloudinary URL (cloudinary://api_key:api_secret@cloud_name)",
"required": true
}
]
},
{
"id": "cognee-mcp",
"name": "Cognee",
"description": "Knowledge graph and cognitive AI capabilities (requires local server setup)",
"command": "uv --directory /path/to/cognee-mcp run python src/server.py",
"link": "https://github.com/topoteretes/cognee",
"installation_notes": "This is a local extension. You must first clone and install the Cognee MCP server locally before using this extension. Update the placeholder path before running the 'goose session' command.",
"is_builtin": false,
"endorsed": true,
"show_install_link": false,
"environmentVariables": [
{
"name": "LLM_API_KEY",
"description": "API key for your LLM provider",
"required": true
}
]
},
{
"id": "computercontroller",
"name": "Computer Controller",
"description": "Built-in computer controls for webscraping, file caching, and automations",
"command": "",
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/computercontroller",
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
"is_builtin": true,
"endorsed": true,
"environmentVariables": []
},
{
"id": "container-use",
"name": "Container Use",
"description": "Integrate container workflows with goose using the Container-Use MCP",
"command": "npx -y mcp-remote https://container-use.com/mcp",
"link": "https://container-use.com",
"installation_notes": "Requires Node.js and Docker.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "context7",
"name": "Context7",
"description": "Use up-to-date code and docs",
"command": "npx -y @upstash/context7-mcp",
"link": "https://github.com/upstash/context7",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "council-of-mine",
"name": "Council of Mine",
"description": "LLM council debate with 9 distinct personas for decision-making",
"command": "uvx --from git+https://github.com/block/mcp-council-of-mine mcp_council_of_mine",
"link": "https://github.com/block/mcp-council-of-mine",
"installation_notes": "Requires uv to be installed (https://github.com/astral-sh/uv). Installs via uvx from GitHub.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "datahub-mcp",
"name": "DataHub",
"description": "Data discovery and metadata platform for exploring datasets, lineage, and queries",
"command": "uvx mcp-server-datahub@latest",
"link": "https://github.com/acryldata/mcp-server-datahub",
"installation_notes": "Install using uvx package manager. Requires Python 3.10+ and uv. Works with both DataHub Cloud and self-hosted DataHub instances.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": [
{
"name": "DATAHUB_GMS_URL",
"description": "DataHub GMS URL (e.g., https://your-instance.acryl.io or http://localhost:8080)",
"required": true
},
{
"name": "DATAHUB_GMS_TOKEN",
"description": "DataHub Personal Access Token for authentication",
"required": true
}
]
},
{
"id": "code_execution",
"name": "Code Mode",
"description": "Execute JavaScript code to interact with MCP tools efficiently",
"command": "",
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose/src/agents/platform_extensions/code_execution.rs",
"installation_notes": "This is a built-in platform extension that comes with goose. No installation required.",
"is_builtin": true,
"endorsed": true,
"environmentVariables": []
},
{
"id": "developer",
"name": "Developer",
"description": "Built-in developer tools for file editing and shell command execution",
"command": "",
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/developer",
"installation_notes": "This is a built-in extension that comes with goose and is enabled by default. No installation required.",
"is_builtin": true,
"endorsed": true,
"environmentVariables": []
},
{
"id": "dev.to",
"name": "Dev.to",
"description": "Access Dev.to articles and content (requires local server setup)",
"url": "http://localhost:3000/mcp",
"link": "https://github.com/nickytonline/dev-to-mcp",
"installation_notes": "This is a local extension. You must first clone, install, and run the Dev.to MCP server locally before adding this extension.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [],
"type": "streamable-http"
},
{
"id": "elevenlabs-mcp",
"name": "ElevenLabs",
"description": "Text-to-speech and voice synthesis",
"command": "uvx elevenlabs-mcp",
"link": "https://github.com/elevenlabs/elevenlabs-mcp",
"installation_notes": "Install using uvx package manager.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": [
{
"name": "ELEVENLABS_API_KEY",
"description": "Required environment variable",
"required": true
}
]
},
{
"id": "exa",
"name": "Exa Search",
"description": "AI-powered web search with neural and keyword capabilities",
"command": "npx -y exa-mcp-server",
"link": "https://github.com/exa-labs/exa-mcp-server",
"installation_notes": "Install using npx package manager. Requires Exa API key.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "EXA_API_KEY",
"description": "API key for Exa web search service",
"required": true
}
]
},
{
"id": "excalidraw-mcp-app",
"name": "Excalidraw",
"description": "Excalidraw MCP App for diagrammin",
"url": "https://excalidraw-mcp-app.vercel.app/mcp",
"link": "https://github.com/excalidraw/excalidraw-mcp",
"is_builtin": false,
"endorsed": true,
"environmentVariables": [],
"type": "streamable-http"
},
{
"id": "fetch",
"name": "Fetch",
"description": "Web content fetching and processing capabilities",
"command": "uvx mcp-server-fetch",
"link": "https://github.com/modelcontextprotocol/servers/tree/main/src/fetch",
"installation_notes": "Install using uvx package manager. Note: Some sites may block access via robots.txt.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "figma",
"name": "Figma",
"description": "Convert Figma designs into code and extract design context (requires local setup)",
"url": "http://127.0.0.1:3845/mcp",
"link": "",
"installation_notes": "The Figma desktop app must be running with the MCP server enabled.",
"is_builtin": false,
"endorsed": true,
"type": "streamable-http",
"environmentVariables": []
},
{
"id": "filesystem",
"name": "Filesystem",
"description": "File system operations and management (requires updating local paths)",
"command": "npx -y @modelcontextprotocol/server-filesystem /path/to/dir1 /path/to/dir2",
"link": "https://github.com/modelcontextprotocol/servers",
"installation_notes": "Install using npx package manager. Update the placeholder paths before running the 'goose session' command. If installing from the link, you must update the paths from the Extensions page before activating the extension.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "github-mcp",
"name": "GitHub",
"description": "GitHub repository management and operations",
"url": "https://api.githubcopilot.com/mcp/",
"link": "https://github.com/github/github-mcp-server",
"installation_notes": "This is a remote extension that requires a GitHub Personal Access Token as a Request Header e.g Authorization: Bearer <YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": [],
"headers": [
{
"name": "Authorization",
"description": "Bearer <YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>",
"required": true
}
],
"type": "streamable-http"
},
{
"id": "gitmcp",
"name": "GitMCP",
"description": "Gets latest documentation for any GitHub project",
"command": "npx -y mcp-remote https://gitmcp.io/docs",
"link": "https://github.com/idosal/git-mcp",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "goose-docs",
"name": "goose Docs",
"description": "GitMCP for goose documentation",
"command": "npx mcp-remote https://block.gitmcp.io/goose/",
"link": "https://github.com/idosal/git-mcp",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "gotoHuman-mcp",
"name": "gotoHuman MCP Server",
"description": "Adds human approvals into your workflows",
"command": "npx -y @gotohuman/mcp-server",
"link": "https://github.com/gotohuman/gotohuman-mcp-server",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "i-ching",
"name": "I Ching",
"description": "I Ching divination readings with Wilhelm-Baynes translation - provides traditional three coins method divination with complete hexagram meanings, judgments, and line interpretations",
"command": "i-ching-mcp-server",
"link": "https://github.com/threemachines/i-ching",
"installation_notes": "Install from crates.io using: cargo install i-ching",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "jetbrains",
"name": "JetBrains",
"description": "Integrate with any JetBrains IDE (requires local setup, dependent on your IDE version)",
"command": "",
"show_install_command": false,
"link": "https://github.com/JetBrains/mcp-jetbrains",
"installation_notes": "Requires IDE v2025.2+. Use STDIO from Settings > Tools > MCP Server.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "knowledge_graph_memory",
"name": "Knowledge Graph Memory",
"description": "Graph-based memory system for persistent knowledge storage",
"command": "npx -y @modelcontextprotocol/server-memory",
"link": "https://github.com/modelcontextprotocol/servers/tree/main/src/memory",
"installation_notes": "Install using npx package manager. Note: Default memory graph location may be hard to find where npx installs the module.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "linux-mcp-server",
"name": "Linux MCP Server",
"description": "Tools to allow LLM clients to interact with Linux systems remotely",
"command": "uvx linux-mcp-server",
"documentation": "https://rhel-lightspeed.github.io/linux-mcp-server/clients/#environment-variables",
"link": "https://github.com/rhel-lightspeed/linux-mcp-server",
"installation_notes": "Install using uvx package manager. Note: This is a read-only mcp server for discovering and interacting with remote/local systems.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "LINUX_MCP_USER",
"description": "Default username for SSH connections",
"required": false
},
{
"name": "LINUX_MCP_SSH_KEY_PATH",
"description": "Path to SSH private key",
"required": false
},
{
"name": "LINUX_MCP_VERIFY_HOST_KEYS",
"description": "Verify remote host identity via known_hosts",
"required": false
}
]
},
{
"id": "mbot-mcp",
"name": "MBot",
"description": "Control a MakeBlock mbot2 rover through MQTT (requires local setup)",
"command": "/path/to/java -jar /path/to/mbotmcp-0.0.1-SNAPSHOT.jar",
"link": "https://github.com/deemkeen/mbotmcp",
"installation_notes": "This is a local extension. You must first download the JAR file from the repository, install Java, and update the placeholder paths before running the 'goose session' command.",
"is_builtin": false,
"endorsed": false,
"show_install_link": false,
"environmentVariables": [
{
"name": "MQTT_SERVER_URI",
"description": "MQTT server URI (example: tcp://1.2.3.4:1883)",
"required": true
},
{
"name": "MQTT_USERNAME",
"description": "MQTT username (empty string if no auth required)",
"required": true
},
{
"name": "MQTT_PASSWORD",
"description": "MQTT password (empty string if no auth required)",
"required": true
}
]
},
{
"id": "memory",
"name": "Memory",
"description": "Built-in memory system for persistent context and information storage",
"command": "",
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/memory",
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
"is_builtin": true,
"endorsed": true,
"environmentVariables": []
},
{
"id": "mongodb",
"name": "MongoDB",
"description": "MongoDB database integration",
"command": "npx -y mongodb-mcp-server --connection-string mongodb://localhost:27017",
"link": "https://github.com/mongodb-js/mongodb-mcp-server",
"installation_notes": "Install using npx package manager. Update connection-string as needed to match your MongoDB environment.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "nano-banana-mcp",
"name": "Nano Banana",
"description": "AI-powered image generation and editing",
"command": "npx nano-banana-mcp",
"link": "https://github.com/ConechoAI/Nano-Banana-MCP",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "GEMINI_API_KEY",
"description": "API key from Google AI Studio",
"required": true
}
]
},
{
"id": "neon",
"name": "Neon",
"description": "Manage Neon Postgres databases, projects, and branches",
"type": "streamable-http",
"url": "https://mcp.neon.tech/mcp",
"link": "https://github.com/neondatabase/mcp-server-neon",
"installation_notes": "Streamable HTTP extension with OAuth browser authentication to your Neon account.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "netlify-mcp",
"name": "Netlify",
"description": "Web deployment and hosting automation",
"command": "npx -y @netlify/mcp",
"link": "https://github.com/netlify/netlify-mcp",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "NETLIFY_ACCESS_TOKEN",
"description": "Required environment variable",
"required": true
}
]
},
{
"id": "nostrbook-mcp",
"name": "NostrBook",
"description": "Nostr protocol integration for decentralized social",
"command": "npx -y @nostrbook/mcp@latest",
"link": "https://gitlab.com/soapbox-pub/nostrbook",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "ocultar-pii",
"name": "Ocultar PII Refinery",
"description": "Zero-egress PII detection and redaction for AI workflows. Tokenizes personal data in-place before it reaches any upstream API — names, emails, IBANs, phone numbers, and more. No data leaves your infrastructure.",
"command": "uvx ocultar-goose-mcp",
"link": "https://github.com/Edu963/ocultar",
"installation_notes": "Install using uvx. Requires a running Ocultar instance. First clone the repo: git clone https://github.com/Edu963/ocultar && cd ocultar. Then start the proxy: docker compose -f docker-compose.community.yml up. Set OCULTAR_URL if your instance is not on localhost:8080.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "OCULTAR_URL",
"description": "URL of your Ocultar proxy instance (default: http://localhost:8080)",
"required": false
},
{
"name": "OCULTAR_API_KEY",
"description": "API key for authenticated Ocultar deployments (optional)",
"required": false
}
]
},
{
"id": "openmetadata",
"name": "OpenMetadata",
"description": "Bring OpenMetadata's single source of truth across your data systems to agents",
"command": "npx -y mcp-remote http://localhost:8585/mcp --auth-server-url=http://localhost:8585/mcp --client-id=openmetadata --verbose --clean --header Authorization:${AUTH_HEADER}",
"link": "https://github.com/open-metadata/OpenMetadata",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": [
{
"name": "AUTH_HEADER",
"description": "OpenMetadata Personal Access Token",
"required": true
}
]
},
{
"id": "pdf_read",
"name": "PDF Reader",
"description": "Read large and complex PDF documents",
"command": "uvx mcp-read-pdf",
"link": "https://github.com/michaelneale/mcp-read-pdf",
"installation_notes": "Install using uvx package manager.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "pieces",
"name": "Pieces",
"description": "Provides access to your Pieces long-term memory. You need to have Pieces installed to use this.",
"command": "uvx --from pieces-cli pieces --ignore-onboarding mcp start",
"link": "https://pieces.app?utm_source=goose&utm_medium=collab&utm_campaign=mcp",
"installation_notes": "Install PiecesOS first.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "playwright",
"name": "Playwright",
"description": "Interact with web pages through structured accessibility snapshots using Playwright",
"command": "npx @playwright/mcp@latest",
"link": "https://github.com/microsoft/playwright-mcp",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "prompts-chat-mcp",
"name": "prompts.chat",
"description": "Access thousands of AI prompts directly in your AI assistant",
"command": "npx -y @fkadev/prompts.chat-mcp@latest",
"link": "https://github.com/f/prompts.chat-mcp",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "PROMPTS_API_KEY",
"description": "API Key to save and list private prompts on prompts.chat",
"required": false
}
]
},
{
"id": "reddit-mcp",
"name": "Reddit",
"description": "Reddit API integration for posts and comments",
"command": "npx -y reddit-mcp",
"link": "https://github.com/adhikasp/mcp-reddit",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "REDDIT_CLIENT_ID",
"description": "Required environment variable",
"required": true
},
{
"name": "REDDIT_CLIENT_SECRET",
"description": "Required environment variable",
"required": true
}
]
},
{
"id": "rendex-mcp",
"name": "Rendex",
"description": "Capture screenshots, generate PDFs, and render HTML to images via AI agents",
"url": "https://mcp.rendex.dev/mcp",
"link": "https://github.com/copperline-labs/rendex-mcp",
"installation_notes": "This is a remote extension that requires a Rendex API key from https://rendex.dev/dashboard/keys as a Request Header e.g Authorization: Bearer <YOUR_RENDEX_API_KEY>. Free tier includes 500 calls/month, no credit card required.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [],
"headers": [
{
"name": "Authorization",
"description": "Bearer <YOUR_RENDEX_API_KEY>",
"required": true
}
],
"show_install_command": false,
"type": "streamable-http"
},
{
"id": "repomix-mcp",
"name": "Repomix",
"description": "Repository analysis and code organization",
"command": "npx -y repomix-mcp",
"link": "https://github.com/yamadashy/repomix",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "rube-mcp",
"name": "Rube",
"description": "Connect with 500+ apps like Slack, Gmail, Notion and more through unified integrations",
"type": "streamable-http",
"url": "https://rube.app/mcp",
"link": "https://rube.app",
"installation_notes": "Streamable HTTP extension with OAuth browser authentication to your Rube account.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "selenium-mcp",
"name": "Selenium",
"description": "Web browser automation and testing",
"command": "npx -y selenium-mcp",
"link": "https://github.com/angiejones/mcp-selenium",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "square-mcp",
"name": "Square",
"description": "Square API for payments and business management",
"command": "npx square-mcp-server start",
"link": "https://github.com/square/square-mcp-server",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "ACCESS_TOKEN",
"description": "Required environment variable",
"required": true
},
{
"name": "SANDBOX",
"description": "Required environment variable",
"required": true
}
]
},
{
"id": "summon",
"name": "Summon",
"description": "Load skills and delegate tasks to subagents",
"command": "",
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose/src/agents/platform_extensions/summon.rs",
"installation_notes": "This is a built-in platform extension that comes with goose. No installation required.",
"is_builtin": true,
"endorsed": true,
"environmentVariables": []
},
{
"id": "supabase",
"name": "Supabase",
"description": "Connect your Supabase projects to AI assistants. Manage tables, query data, deploy Edge Functions, and interact with your Supabase backend directly from your MCP client.",
"type": "streamable-http",
"url": "https://mcp.supabase.com/mcp",
"link": "https://github.com/supabase-community/supabase-mcp",
"installation_notes": "Streamable HTTP extension with OAuth browser authentication to your Supabase account.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": [
{
"name": "SUPABASE_PERSONAL_ACCESS_TOKEN",
"description": "Personal access token (optional; use if not authenticating via browser OAuth)",
"required": false
}
]
},
{
"id": "sugar",
"name": "Sugar",
"description": "Autonomous AI development system - delegate tasks, run 24/7, auto-discover work from errors and GitHub issues",
"command": "npx -y sugarai-mcp",
"link": "https://github.com/cdnsteve/sugar",
"installation_notes": "Requires Python 3.11+ and Sugar CLI: pip install sugarai && sugar init",
"is_builtin": false,
"endorsed": false,
"environmentVariables": [
{
"name": "SUGAR_PROJECT_ROOT",
"description": "Project directory for Sugar operations (defaults to current directory)",
"required": false
}
]
},
{
"id": "tavily",
"name": "Tavily Web Search",
"description": "Web search capabilities powered by Tavily",
"command": "npx -y tavily-mcp",
"link": "https://github.com/tavily-ai/tavily-mcp",
"installation_notes": "Install using npx package manager. Requires Tavily API key.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": [
{
"name": "TAVILY_API_KEY",
"description": "API key for Tavily web search service",
"required": true
}
]
},
{
"id": "tom",
"name": "Top of Mind",
"description": "Inject persistent instructions into goose's working memory every turn",
"command": "",
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose/src/agents/platform_extensions/tom.rs",
"installation_notes": "This is a built-in platform extension that comes with goose and is enabled by default. Configure via GOOSE_MOIM_MESSAGE_TEXT or GOOSE_MOIM_MESSAGE_FILE environment variables.",
"is_builtin": true,
"endorsed": true,
"environmentVariables": [
{
"name": "GOOSE_MOIM_MESSAGE_TEXT",
"description": "Literal text injected into working memory each turn",
"required": false
},
{
"name": "GOOSE_MOIM_MESSAGE_FILE",
"description": "Path to a file whose contents are injected (supports ~/)",
"required": false
}
]
},
{
"id": "tutorial-mcp",
"name": "Tutorial",
"description": "Built-in tutorial and learning management system",
"command": "",
"link": "https://github.com/aaif-goose/goose/tree/main/crates/goose-mcp/src/tutorial",
"installation_notes": "This is a built-in extension that comes with goose. No installation required.",
"is_builtin": true,
"endorsed": false,
"environmentVariables": []
},
{
"id": "youtube-transcript-mcp",
"name": "YouTube Transcript",
"description": "YouTube video transcript extraction",
"command": "uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript",
"link": "https://github.com/jkawamoto/mcp-youtube-transcript",
"installation_notes": "Install using uvx package manager.",
"is_builtin": false,
"endorsed": false,
"environmentVariables": []
},
{
"id": "neighborhood",
"name": "Neighborhood",
"description": "Discover nearby restaurants, browse menus, and place takeout orders through natural conversation. Sellers are US-based.",
"type": "streamable-http",
"url": "https://connect.squareup.com/v2/mcp/neighborhood",
"link": "",
"installation_notes": "No local setup required. This extension connects to a remote service. Use the install button or run the command below.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},
{
"id": "cash-app",
"name": "Cash App",
"description": "Cash App brings local food ordering into the AI era. Discover nearby sellers, browse menus with calories and allergen info, customize orders, and complete checkout—all conversationally.",
"type": "streamable-http",
"url": "https://connect.squareup.com/v2/mcp/cash-app",
"link": "",
"installation_notes": "No local setup required. This extension connects to a remote service. Use the install button or run the command below.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
}
]