@qazuor/claude-code-config 0.1.0 → 0.3.0

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/dist/index.cjs CHANGED
@@ -1087,44 +1087,72 @@ function getBundleById(id) {
1087
1087
  init_cjs_shims();
1088
1088
  var MCP_SERVERS = [
1089
1089
  // ============================================
1090
- // DOCUMENTATION
1090
+ // DOCUMENTATION & AI TOOLS
1091
1091
  // ============================================
1092
1092
  {
1093
1093
  id: "context7",
1094
1094
  name: "Context7",
1095
- description: "Documentation lookup for libraries and frameworks",
1096
- package: "@anthropic/context7-mcp",
1095
+ description: "Up-to-date documentation lookup for libraries and frameworks",
1096
+ package: "@upstash/context7-mcp",
1097
1097
  category: "documentation",
1098
- requiresConfig: false
1098
+ requiresConfig: false,
1099
+ installInstructions: "API keys provide higher rate limits. Get one at https://context7.com/dashboard"
1100
+ },
1101
+ {
1102
+ id: "perplexity",
1103
+ name: "Perplexity",
1104
+ description: "Web search without leaving the MCP ecosystem via Sonar API",
1105
+ package: "@chatmcp/server-perplexity-ask",
1106
+ category: "search",
1107
+ requiresConfig: true,
1108
+ configFields: [
1109
+ {
1110
+ name: "apiKey",
1111
+ type: "string",
1112
+ required: true,
1113
+ description: "Perplexity/Sonar API Key",
1114
+ envVar: "PERPLEXITY_API_KEY"
1115
+ }
1116
+ ],
1117
+ installInstructions: "Get API key at https://www.perplexity.ai/settings/api"
1118
+ },
1119
+ {
1120
+ id: "sequential-thinking",
1121
+ name: "Sequential Thinking",
1122
+ description: "Dynamic problem-solving through structured thinking process",
1123
+ package: "@modelcontextprotocol/server-sequential-thinking",
1124
+ category: "ai",
1125
+ requiresConfig: false,
1126
+ installInstructions: "Helps break down complex problems into manageable steps."
1099
1127
  },
1100
1128
  // ============================================
1101
1129
  // TESTING & BROWSER AUTOMATION
1102
1130
  // ============================================
1103
1131
  {
1104
- id: "chrome-devtools",
1105
- name: "Chrome DevTools",
1106
- description: "Browser automation, debugging, and performance profiling via Chrome DevTools Protocol",
1107
- package: "@anthropic/chrome-devtools-mcp",
1132
+ id: "puppeteer",
1133
+ name: "Puppeteer",
1134
+ description: "Headless Chrome automation for testing and scraping",
1135
+ package: "@modelcontextprotocol/server-puppeteer",
1108
1136
  category: "testing",
1109
- requiresConfig: false,
1110
- installInstructions: "Requires Chrome/Chromium browser installed on the system."
1137
+ requiresConfig: false
1111
1138
  },
1112
1139
  {
1113
1140
  id: "playwright",
1114
1141
  name: "Playwright",
1115
- description: "Cross-browser end-to-end testing and automation",
1116
- package: "@anthropic/playwright-mcp",
1142
+ description: "Browser automation via accessibility snapshots, not screenshots",
1143
+ package: "@playwright/mcp",
1117
1144
  category: "testing",
1118
1145
  requiresConfig: false,
1119
- installInstructions: "Run `npx playwright install` after setup to install browsers."
1146
+ installInstructions: "Requires Node.js 18+. Supports Chrome, Firefox, WebKit."
1120
1147
  },
1121
1148
  {
1122
- id: "puppeteer",
1123
- name: "Puppeteer",
1124
- description: "Headless Chrome automation for testing and scraping",
1125
- package: "@anthropic/puppeteer-mcp",
1149
+ id: "chrome-devtools",
1150
+ name: "Chrome DevTools",
1151
+ description: "Control and inspect live Chrome browser with DevTools Protocol",
1152
+ package: "chrome-devtools-mcp",
1126
1153
  category: "testing",
1127
- requiresConfig: false
1154
+ requiresConfig: false,
1155
+ installInstructions: "Requires Chrome installed. For Claude Code: claude mcp add chrome-devtools npx chrome-devtools-mcp@latest"
1128
1156
  },
1129
1157
  // ============================================
1130
1158
  // VERSION CONTROL
@@ -1132,7 +1160,7 @@ var MCP_SERVERS = [
1132
1160
  {
1133
1161
  id: "github",
1134
1162
  name: "GitHub",
1135
- description: "GitHub API integration (issues, PRs, repos)",
1163
+ description: "GitHub API integration (issues, PRs, repos, file operations)",
1136
1164
  package: "@modelcontextprotocol/server-github",
1137
1165
  category: "version-control",
1138
1166
  requiresConfig: true,
@@ -1145,32 +1173,33 @@ var MCP_SERVERS = [
1145
1173
  envVar: "GITHUB_TOKEN"
1146
1174
  }
1147
1175
  ],
1148
- installInstructions: "Create a Personal Access Token at https://github.com/settings/tokens with repo, issues, and pull_request scopes."
1176
+ installInstructions: "Create a Personal Access Token at https://github.com/settings/tokens with repo scope."
1149
1177
  },
1150
1178
  {
1151
1179
  id: "gitlab",
1152
1180
  name: "GitLab",
1153
- description: "GitLab API integration (issues, MRs, repos)",
1154
- package: "@anthropic/gitlab-mcp",
1181
+ description: "GitLab API for project management, issues, and merge requests",
1182
+ package: "@modelcontextprotocol/server-gitlab",
1155
1183
  category: "version-control",
1156
1184
  requiresConfig: true,
1157
1185
  configFields: [
1158
1186
  {
1159
1187
  name: "token",
1160
1188
  type: "string",
1161
- required: false,
1189
+ required: true,
1162
1190
  description: "GitLab Personal Access Token",
1163
- envVar: "GITLAB_TOKEN"
1191
+ envVar: "GITLAB_PERSONAL_ACCESS_TOKEN"
1164
1192
  },
1165
1193
  {
1166
- name: "baseUrl",
1194
+ name: "apiUrl",
1167
1195
  type: "string",
1168
1196
  required: false,
1169
- description: "GitLab instance URL (default: https://gitlab.com)",
1170
- default: "https://gitlab.com"
1197
+ description: "GitLab API URL (default: https://gitlab.com/api/v4)",
1198
+ envVar: "GITLAB_API_URL",
1199
+ default: "https://gitlab.com/api/v4"
1171
1200
  }
1172
1201
  ],
1173
- installInstructions: "Create a Personal Access Token at GitLab Settings > Access Tokens with api scope."
1202
+ installInstructions: "Create PAT at GitLab User Settings > Access Tokens with api, read_repository, write_repository scopes."
1174
1203
  },
1175
1204
  // ============================================
1176
1205
  // DATABASES
@@ -1178,7 +1207,7 @@ var MCP_SERVERS = [
1178
1207
  {
1179
1208
  id: "postgres",
1180
1209
  name: "PostgreSQL",
1181
- description: "Direct PostgreSQL database access",
1210
+ description: "Read-only PostgreSQL database access with schema inspection",
1182
1211
  package: "@modelcontextprotocol/server-postgres",
1183
1212
  category: "database",
1184
1213
  requiresConfig: true,
@@ -1194,63 +1223,45 @@ var MCP_SERVERS = [
1194
1223
  installInstructions: "Connection string format: postgresql://user:password@host:port/database"
1195
1224
  },
1196
1225
  {
1197
- id: "neon",
1198
- name: "Neon",
1199
- description: "Neon serverless PostgreSQL",
1200
- package: "@neondatabase/mcp-server-neon",
1201
- category: "database",
1202
- requiresConfig: true,
1203
- configFields: [
1204
- {
1205
- name: "apiKey",
1206
- type: "string",
1207
- required: false,
1208
- description: "Neon API Key",
1209
- envVar: "NEON_API_KEY"
1210
- }
1211
- ],
1212
- installInstructions: "Get your API key from https://console.neon.tech/app/settings/api-keys"
1213
- },
1214
- {
1215
- id: "mongodb",
1216
- name: "MongoDB",
1217
- description: "MongoDB document database access",
1218
- package: "@anthropic/mongodb-mcp",
1226
+ id: "mysql",
1227
+ name: "MySQL",
1228
+ description: "Read-only MySQL/MariaDB database access",
1229
+ package: "@modelcontextprotocol/server-mysql",
1219
1230
  category: "database",
1220
1231
  requiresConfig: true,
1221
1232
  configFields: [
1222
1233
  {
1223
1234
  name: "connectionString",
1224
1235
  type: "string",
1225
- required: false,
1226
- description: "MongoDB connection string",
1227
- envVar: "MONGODB_URI"
1236
+ required: true,
1237
+ description: "MySQL connection URL",
1238
+ envVar: "MYSQL_URL"
1228
1239
  }
1229
1240
  ],
1230
- installInstructions: "Connection string format: mongodb://user:password@host:port/database or mongodb+srv://..."
1241
+ installInstructions: "Connection format: mysql://user:password@host:port/database"
1231
1242
  },
1232
1243
  {
1233
- id: "mysql",
1234
- name: "MySQL",
1235
- description: "MySQL/MariaDB database access",
1236
- package: "@anthropic/mysql-mcp",
1244
+ id: "neon",
1245
+ name: "Neon",
1246
+ description: "Neon serverless PostgreSQL with branch management",
1247
+ package: "@neondatabase/mcp-server-neon",
1237
1248
  category: "database",
1238
1249
  requiresConfig: true,
1239
1250
  configFields: [
1240
1251
  {
1241
- name: "connectionString",
1252
+ name: "apiKey",
1242
1253
  type: "string",
1243
1254
  required: false,
1244
- description: "MySQL connection string",
1245
- envVar: "MYSQL_URL"
1255
+ description: "Neon API Key",
1256
+ envVar: "NEON_API_KEY"
1246
1257
  }
1247
1258
  ],
1248
- installInstructions: "Connection string format: mysql://user:password@host:port/database"
1259
+ installInstructions: "Get your API key from https://console.neon.tech/app/settings/api-keys"
1249
1260
  },
1250
1261
  {
1251
1262
  id: "sqlite",
1252
1263
  name: "SQLite",
1253
- description: "SQLite local database access",
1264
+ description: "SQLite database interaction and business intelligence",
1254
1265
  package: "@modelcontextprotocol/server-sqlite",
1255
1266
  category: "database",
1256
1267
  requiresConfig: true,
@@ -1267,27 +1278,20 @@ var MCP_SERVERS = [
1267
1278
  {
1268
1279
  id: "supabase",
1269
1280
  name: "Supabase",
1270
- description: "Supabase backend-as-a-service (DB, Auth, Storage)",
1271
- package: "@supabase/mcp-server",
1281
+ description: "Supabase projects, database, Edge Functions, and type generation",
1282
+ package: "@supabase/mcp-server-supabase",
1272
1283
  category: "database",
1273
1284
  requiresConfig: true,
1274
1285
  configFields: [
1275
1286
  {
1276
- name: "url",
1277
- type: "string",
1278
- required: false,
1279
- description: "Supabase project URL",
1280
- envVar: "SUPABASE_URL"
1281
- },
1282
- {
1283
- name: "anonKey",
1287
+ name: "accessToken",
1284
1288
  type: "string",
1285
1289
  required: false,
1286
- description: "Supabase anon/public key",
1287
- envVar: "SUPABASE_ANON_KEY"
1290
+ description: "Supabase Personal Access Token",
1291
+ envVar: "SUPABASE_ACCESS_TOKEN"
1288
1292
  }
1289
1293
  ],
1290
- installInstructions: "Find your project URL and anon key in Supabase Dashboard > Settings > API"
1294
+ installInstructions: "Get your access token from https://supabase.com/dashboard/account/tokens"
1291
1295
  },
1292
1296
  // ============================================
1293
1297
  // CACHE & KEY-VALUE STORES
@@ -1295,8 +1299,8 @@ var MCP_SERVERS = [
1295
1299
  {
1296
1300
  id: "redis",
1297
1301
  name: "Redis",
1298
- description: "Redis cache and key-value store",
1299
- package: "@anthropic/redis-mcp",
1302
+ description: "Redis key-value store operations (set, get, delete, list)",
1303
+ package: "@modelcontextprotocol/server-redis",
1300
1304
  category: "cache",
1301
1305
  requiresConfig: true,
1302
1306
  configFields: [
@@ -1309,29 +1313,29 @@ var MCP_SERVERS = [
1309
1313
  default: "redis://localhost:6379"
1310
1314
  }
1311
1315
  ],
1312
- installInstructions: "Connection URL format: redis://[[user]:password@]host[:port][/db]"
1316
+ installInstructions: "Pass Redis URL as argument: npx @modelcontextprotocol/server-redis redis://localhost:6379"
1313
1317
  },
1314
1318
  {
1315
1319
  id: "upstash",
1316
1320
  name: "Upstash",
1317
- description: "Upstash serverless Redis and Kafka",
1321
+ description: "Upstash Redis database management and commands",
1318
1322
  package: "@upstash/mcp-server",
1319
1323
  category: "cache",
1320
1324
  requiresConfig: true,
1321
1325
  configFields: [
1322
1326
  {
1323
- name: "url",
1327
+ name: "email",
1324
1328
  type: "string",
1325
1329
  required: false,
1326
- description: "Upstash Redis REST URL",
1327
- envVar: "UPSTASH_REDIS_REST_URL"
1330
+ description: "Upstash account email",
1331
+ envVar: "UPSTASH_EMAIL"
1328
1332
  },
1329
1333
  {
1330
- name: "token",
1334
+ name: "apiKey",
1331
1335
  type: "string",
1332
1336
  required: false,
1333
- description: "Upstash Redis REST token",
1334
- envVar: "UPSTASH_REDIS_REST_TOKEN"
1337
+ description: "Upstash API Key",
1338
+ envVar: "UPSTASH_API_KEY"
1335
1339
  }
1336
1340
  ],
1337
1341
  installInstructions: "Get credentials from https://console.upstash.com"
@@ -1339,57 +1343,14 @@ var MCP_SERVERS = [
1339
1343
  // ============================================
1340
1344
  // DEPLOYMENT & INFRASTRUCTURE
1341
1345
  // ============================================
1342
- {
1343
- id: "vercel",
1344
- name: "Vercel",
1345
- description: "Vercel deployment and project management",
1346
- package: "@vercel/mcp",
1347
- category: "deployment",
1348
- requiresConfig: true,
1349
- configFields: [
1350
- {
1351
- name: "token",
1352
- type: "string",
1353
- required: false,
1354
- description: "Vercel Access Token",
1355
- envVar: "VERCEL_TOKEN"
1356
- }
1357
- ],
1358
- installInstructions: "Create an access token at https://vercel.com/account/tokens"
1359
- },
1360
- {
1361
- id: "netlify",
1362
- name: "Netlify",
1363
- description: "Netlify deployment and site management",
1364
- package: "@anthropic/netlify-mcp",
1365
- category: "deployment",
1366
- requiresConfig: true,
1367
- configFields: [
1368
- {
1369
- name: "token",
1370
- type: "string",
1371
- required: false,
1372
- description: "Netlify Personal Access Token",
1373
- envVar: "NETLIFY_TOKEN"
1374
- }
1375
- ],
1376
- installInstructions: "Create a token at https://app.netlify.com/user/applications#personal-access-tokens"
1377
- },
1378
1346
  {
1379
1347
  id: "cloudflare",
1380
1348
  name: "Cloudflare",
1381
- description: "Cloudflare Workers, Pages, and DNS management",
1382
- package: "@cloudflare/mcp-server",
1349
+ description: "Cloudflare Workers, D1, KV, R2, and DNS management",
1350
+ package: "@cloudflare/mcp-server-cloudflare",
1383
1351
  category: "deployment",
1384
1352
  requiresConfig: true,
1385
1353
  configFields: [
1386
- {
1387
- name: "apiToken",
1388
- type: "string",
1389
- required: false,
1390
- description: "Cloudflare API Token",
1391
- envVar: "CLOUDFLARE_API_TOKEN"
1392
- },
1393
1354
  {
1394
1355
  name: "accountId",
1395
1356
  type: "string",
@@ -1398,170 +1359,89 @@ var MCP_SERVERS = [
1398
1359
  envVar: "CLOUDFLARE_ACCOUNT_ID"
1399
1360
  }
1400
1361
  ],
1401
- installInstructions: "Create an API token at https://dash.cloudflare.com/profile/api-tokens"
1362
+ installInstructions: "Run: npx @cloudflare/mcp-server-cloudflare init"
1402
1363
  },
1403
1364
  {
1404
- id: "aws",
1405
- name: "AWS",
1406
- description: "Amazon Web Services integration",
1407
- package: "@anthropic/aws-mcp",
1408
- category: "infrastructure",
1409
- requiresConfig: true,
1410
- configFields: [
1411
- {
1412
- name: "accessKeyId",
1413
- type: "string",
1414
- required: false,
1415
- description: "AWS Access Key ID",
1416
- envVar: "AWS_ACCESS_KEY_ID"
1417
- },
1418
- {
1419
- name: "secretAccessKey",
1420
- type: "string",
1421
- required: false,
1422
- description: "AWS Secret Access Key",
1423
- envVar: "AWS_SECRET_ACCESS_KEY"
1424
- },
1425
- {
1426
- name: "region",
1427
- type: "string",
1428
- required: false,
1429
- description: "AWS Region",
1430
- envVar: "AWS_REGION",
1431
- default: "us-east-1"
1432
- }
1433
- ],
1434
- installInstructions: "Create credentials in AWS IAM Console with appropriate permissions."
1435
- },
1436
- {
1437
- id: "docker",
1438
- name: "Docker",
1439
- description: "Docker container management",
1440
- package: "@anthropic/docker-mcp",
1441
- category: "infrastructure",
1442
- requiresConfig: false,
1443
- installInstructions: "Requires Docker Desktop or Docker Engine installed."
1444
- },
1445
- {
1446
- id: "kubernetes",
1447
- name: "Kubernetes",
1448
- description: "Kubernetes cluster management",
1449
- package: "@anthropic/kubernetes-mcp",
1450
- category: "infrastructure",
1365
+ id: "vercel",
1366
+ name: "Vercel",
1367
+ description: "Vercel deployments, DNS records, and project management",
1368
+ package: "vercel-mcp",
1369
+ category: "deployment",
1451
1370
  requiresConfig: true,
1452
1371
  configFields: [
1453
1372
  {
1454
- name: "kubeconfig",
1455
- type: "string",
1456
- required: false,
1457
- description: "Path to kubeconfig file",
1458
- default: "~/.kube/config"
1459
- },
1460
- {
1461
- name: "context",
1373
+ name: "apiKey",
1462
1374
  type: "string",
1463
- required: false,
1464
- description: "Kubernetes context to use"
1375
+ required: true,
1376
+ description: "Vercel API Key",
1377
+ envVar: "VERCEL_API_KEY"
1465
1378
  }
1466
1379
  ],
1467
- installInstructions: "Requires kubectl installed and configured."
1380
+ installInstructions: "Get API key at https://vercel.com/account/tokens"
1468
1381
  },
1469
1382
  {
1470
1383
  id: "filesystem",
1471
1384
  name: "Filesystem",
1472
- description: "Enhanced filesystem operations",
1385
+ description: "Secure file operations with configurable access controls",
1473
1386
  package: "@modelcontextprotocol/server-filesystem",
1474
1387
  category: "infrastructure",
1475
1388
  requiresConfig: false
1476
1389
  },
1477
- // ============================================
1478
- // PROJECT MANAGEMENT
1479
- // ============================================
1480
1390
  {
1481
- id: "linear",
1482
- name: "Linear",
1483
- description: "Linear project management integration",
1484
- package: "@anthropic/linear-mcp",
1485
- category: "project-mgmt",
1486
- requiresConfig: true,
1487
- configFields: [
1488
- {
1489
- name: "apiKey",
1490
- type: "string",
1491
- required: false,
1492
- description: "Linear API Key",
1493
- envVar: "LINEAR_API_KEY"
1494
- }
1495
- ],
1496
- installInstructions: "Create an API key at https://linear.app/settings/api"
1497
- },
1498
- {
1499
- id: "jira",
1500
- name: "Jira",
1501
- description: "Atlassian Jira issue tracking",
1502
- package: "@anthropic/jira-mcp",
1503
- category: "project-mgmt",
1504
- requiresConfig: true,
1505
- configFields: [
1506
- {
1507
- name: "host",
1508
- type: "string",
1509
- required: false,
1510
- description: "Jira instance URL",
1511
- envVar: "JIRA_HOST"
1512
- },
1513
- {
1514
- name: "email",
1515
- type: "string",
1516
- required: false,
1517
- description: "Jira account email",
1518
- envVar: "JIRA_EMAIL"
1519
- },
1520
- {
1521
- name: "token",
1522
- type: "string",
1523
- required: false,
1524
- description: "Jira API Token",
1525
- envVar: "JIRA_TOKEN"
1526
- }
1527
- ],
1528
- installInstructions: "Create an API token at https://id.atlassian.com/manage-profile/security/api-tokens"
1391
+ id: "memory",
1392
+ name: "Memory",
1393
+ description: "Knowledge graph-based persistent memory system",
1394
+ package: "@modelcontextprotocol/server-memory",
1395
+ category: "infrastructure",
1396
+ requiresConfig: false,
1397
+ installInstructions: "Memory is stored in memory.jsonl in the server directory by default."
1529
1398
  },
1399
+ // ============================================
1400
+ // PROJECT MANAGEMENT & PRODUCTIVITY
1401
+ // ============================================
1530
1402
  {
1531
1403
  id: "notion",
1532
1404
  name: "Notion",
1533
- description: "Notion workspace, pages, and databases",
1534
- package: "@anthropic/notion-mcp",
1405
+ description: "Official Notion API for pages, databases, and workspace",
1406
+ package: "@notionhq/notion-mcp-server",
1535
1407
  category: "project-mgmt",
1536
1408
  requiresConfig: true,
1537
1409
  configFields: [
1538
1410
  {
1539
1411
  name: "token",
1540
1412
  type: "string",
1541
- required: false,
1413
+ required: true,
1542
1414
  description: "Notion Integration Token",
1543
1415
  envVar: "NOTION_TOKEN"
1544
1416
  }
1545
1417
  ],
1546
- installInstructions: "Create an integration at https://www.notion.so/my-integrations and share pages with it."
1418
+ installInstructions: "Create integration at https://www.notion.so/profile/integrations and share pages with it."
1547
1419
  },
1548
1420
  {
1549
- id: "asana",
1550
- name: "Asana",
1551
- description: "Asana project and task management",
1552
- package: "@anthropic/asana-mcp",
1421
+ id: "obsidian",
1422
+ name: "Obsidian",
1423
+ description: "Read and search Obsidian vaults and Markdown directories",
1424
+ package: "mcp-obsidian",
1553
1425
  category: "project-mgmt",
1554
1426
  requiresConfig: true,
1555
1427
  configFields: [
1556
1428
  {
1557
- name: "token",
1429
+ name: "vaultPath",
1558
1430
  type: "string",
1559
- required: false,
1560
- description: "Asana Personal Access Token",
1561
- envVar: "ASANA_TOKEN"
1431
+ required: true,
1432
+ description: "Path to Obsidian vault"
1562
1433
  }
1563
1434
  ],
1564
- installInstructions: "Create a PAT at https://app.asana.com/0/my-apps"
1435
+ installInstructions: "Works with any Markdown directory. Point to your vault path."
1436
+ },
1437
+ {
1438
+ id: "n8n",
1439
+ name: "n8n",
1440
+ description: "n8n workflow automation node documentation and management",
1441
+ package: "n8n-mcp",
1442
+ category: "project-mgmt",
1443
+ requiresConfig: false,
1444
+ installInstructions: "Provides access to 543 n8n nodes documentation."
1565
1445
  },
1566
1446
  // ============================================
1567
1447
  // MONITORING & OBSERVABILITY
@@ -1569,7 +1449,7 @@ var MCP_SERVERS = [
1569
1449
  {
1570
1450
  id: "sentry",
1571
1451
  name: "Sentry",
1572
- description: "Error monitoring and tracking",
1452
+ description: "Query Sentry errors, issues, and project information",
1573
1453
  package: "@sentry/mcp-server",
1574
1454
  category: "monitoring",
1575
1455
  requiresConfig: true,
@@ -1580,47 +1460,9 @@ var MCP_SERVERS = [
1580
1460
  required: false,
1581
1461
  description: "Sentry Auth Token",
1582
1462
  envVar: "SENTRY_AUTH_TOKEN"
1583
- },
1584
- {
1585
- name: "org",
1586
- type: "string",
1587
- required: false,
1588
- description: "Sentry Organization slug"
1589
- }
1590
- ],
1591
- installInstructions: "Create an auth token at https://sentry.io/settings/account/api/auth-tokens/"
1592
- },
1593
- {
1594
- id: "datadog",
1595
- name: "Datadog",
1596
- description: "Datadog monitoring and APM",
1597
- package: "@anthropic/datadog-mcp",
1598
- category: "monitoring",
1599
- requiresConfig: true,
1600
- configFields: [
1601
- {
1602
- name: "apiKey",
1603
- type: "string",
1604
- required: false,
1605
- description: "Datadog API Key",
1606
- envVar: "DD_API_KEY"
1607
- },
1608
- {
1609
- name: "appKey",
1610
- type: "string",
1611
- required: false,
1612
- description: "Datadog Application Key",
1613
- envVar: "DD_APP_KEY"
1614
- },
1615
- {
1616
- name: "site",
1617
- type: "string",
1618
- required: false,
1619
- description: "Datadog site (e.g., datadoghq.com)",
1620
- default: "datadoghq.com"
1621
1463
  }
1622
1464
  ],
1623
- installInstructions: "Find keys at https://app.datadoghq.com/organization-settings/api-keys"
1465
+ installInstructions: "For Claude Code: claude mcp add --transport http sentry https://mcp.sentry.dev/mcp"
1624
1466
  },
1625
1467
  // ============================================
1626
1468
  // COMMUNICATION
@@ -1628,8 +1470,8 @@ var MCP_SERVERS = [
1628
1470
  {
1629
1471
  id: "slack",
1630
1472
  name: "Slack",
1631
- description: "Slack messaging and channel management",
1632
- package: "@anthropic/slack-mcp",
1473
+ description: "Slack messaging, channels, and workspace interaction",
1474
+ package: "@modelcontextprotocol/server-slack",
1633
1475
  category: "communication",
1634
1476
  requiresConfig: true,
1635
1477
  configFields: [
@@ -1643,192 +1485,120 @@ var MCP_SERVERS = [
1643
1485
  ],
1644
1486
  installInstructions: "Create a Slack app at https://api.slack.com/apps and install to your workspace."
1645
1487
  },
1646
- {
1647
- id: "discord",
1648
- name: "Discord",
1649
- description: "Discord bot and server management",
1650
- package: "@anthropic/discord-mcp",
1651
- category: "communication",
1652
- requiresConfig: true,
1653
- configFields: [
1654
- {
1655
- name: "token",
1656
- type: "string",
1657
- required: false,
1658
- description: "Discord Bot Token",
1659
- envVar: "DISCORD_BOT_TOKEN"
1660
- }
1661
- ],
1662
- installInstructions: "Create a bot at https://discord.com/developers/applications"
1663
- },
1664
1488
  // ============================================
1665
1489
  // DESIGN
1666
1490
  // ============================================
1667
1491
  {
1668
1492
  id: "figma",
1669
1493
  name: "Figma",
1670
- description: "Figma design file access and inspection",
1671
- package: "@anthropic/figma-mcp",
1494
+ description: "Figma layout information for AI coding agents",
1495
+ package: "figma-developer-mcp",
1672
1496
  category: "design",
1673
1497
  requiresConfig: true,
1674
1498
  configFields: [
1675
1499
  {
1676
- name: "token",
1500
+ name: "apiKey",
1677
1501
  type: "string",
1678
- required: false,
1502
+ required: true,
1679
1503
  description: "Figma Personal Access Token",
1680
- envVar: "FIGMA_TOKEN"
1504
+ envVar: "FIGMA_API_KEY"
1681
1505
  }
1682
1506
  ],
1683
- installInstructions: "Create a token at https://www.figma.com/developers/api#access-tokens"
1507
+ installInstructions: "Create token at https://www.figma.com/developers/api#access-tokens"
1684
1508
  },
1685
- // ============================================
1686
- // PAYMENTS
1687
- // ============================================
1688
1509
  {
1689
- id: "stripe",
1690
- name: "Stripe",
1691
- description: "Stripe payments API integration",
1692
- package: "@stripe/mcp-server",
1693
- category: "payments",
1694
- requiresConfig: true,
1695
- configFields: [
1696
- {
1697
- name: "secretKey",
1698
- type: "string",
1699
- required: false,
1700
- description: "Stripe Secret Key",
1701
- envVar: "STRIPE_SECRET_KEY"
1702
- }
1703
- ],
1704
- installInstructions: "Find your API keys at https://dashboard.stripe.com/apikeys (use test keys for development)"
1510
+ id: "shadcn",
1511
+ name: "shadcn/ui",
1512
+ description: "shadcn/ui component docs, installation, and code generation",
1513
+ package: "@heilgar/shadcn-ui-mcp-server",
1514
+ category: "ui-library",
1515
+ requiresConfig: false,
1516
+ installInstructions: "Supports npm, pnpm, yarn, and bun package managers."
1705
1517
  },
1706
- // ============================================
1707
- // SEARCH
1708
- // ============================================
1709
1518
  {
1710
- id: "algolia",
1711
- name: "Algolia",
1712
- description: "Algolia search and discovery",
1713
- package: "@anthropic/algolia-mcp",
1714
- category: "search",
1519
+ id: "magic-ui",
1520
+ name: "21st.dev Magic",
1521
+ description: "AI-driven UI component generation through natural language",
1522
+ package: "@21st-dev/magic",
1523
+ category: "ui-library",
1715
1524
  requiresConfig: true,
1716
1525
  configFields: [
1717
- {
1718
- name: "appId",
1719
- type: "string",
1720
- required: false,
1721
- description: "Algolia Application ID",
1722
- envVar: "ALGOLIA_APP_ID"
1723
- },
1724
1526
  {
1725
1527
  name: "apiKey",
1726
1528
  type: "string",
1727
- required: false,
1728
- description: "Algolia Admin API Key",
1729
- envVar: "ALGOLIA_API_KEY"
1529
+ required: true,
1530
+ description: "21st.dev Magic API Key",
1531
+ envVar: "TWENTYFIRST_API_KEY"
1730
1532
  }
1731
1533
  ],
1732
- installInstructions: "Find credentials at https://www.algolia.com/account/api-keys/"
1733
- },
1734
- {
1735
- id: "elasticsearch",
1736
- name: "Elasticsearch",
1737
- description: "Elasticsearch search engine",
1738
- package: "@anthropic/elasticsearch-mcp",
1739
- category: "search",
1740
- requiresConfig: true,
1741
- configFields: [
1742
- {
1743
- name: "node",
1744
- type: "string",
1745
- required: false,
1746
- description: "Elasticsearch node URL",
1747
- envVar: "ELASTICSEARCH_NODE",
1748
- default: "http://localhost:9200"
1749
- },
1750
- {
1751
- name: "apiKey",
1752
- type: "string",
1753
- required: false,
1754
- description: "Elasticsearch API Key (optional)",
1755
- envVar: "ELASTICSEARCH_API_KEY"
1756
- }
1757
- ]
1534
+ installInstructions: "Get API key at https://21st.dev/magic/console"
1758
1535
  },
1759
1536
  // ============================================
1760
- // AI & ML
1537
+ // PAYMENTS
1761
1538
  // ============================================
1762
1539
  {
1763
- id: "openai",
1764
- name: "OpenAI",
1765
- description: "OpenAI API for GPT and embeddings",
1766
- package: "@anthropic/openai-mcp",
1767
- category: "ai",
1540
+ id: "stripe",
1541
+ name: "Stripe",
1542
+ description: "Stripe payments API with MCP support via Agent Toolkit",
1543
+ package: "@stripe/agent-toolkit",
1544
+ category: "payments",
1768
1545
  requiresConfig: true,
1769
1546
  configFields: [
1770
1547
  {
1771
- name: "apiKey",
1548
+ name: "secretKey",
1772
1549
  type: "string",
1773
1550
  required: false,
1774
- description: "OpenAI API Key",
1775
- envVar: "OPENAI_API_KEY"
1551
+ description: "Stripe Secret Key",
1552
+ envVar: "STRIPE_SECRET_KEY"
1776
1553
  }
1777
1554
  ],
1778
- installInstructions: "Get your API key at https://platform.openai.com/api-keys"
1555
+ installInstructions: "Get API keys at https://dashboard.stripe.com/apikeys. Run: npx -y @stripe/mcp --tools=all --api-key=YOUR_KEY"
1779
1556
  },
1780
1557
  {
1781
- id: "pinecone",
1782
- name: "Pinecone",
1783
- description: "Pinecone vector database for embeddings",
1784
- package: "@anthropic/pinecone-mcp",
1785
- category: "ai",
1558
+ id: "mercadopago",
1559
+ name: "Mercado Pago",
1560
+ description: "Mercado Pago payments, refunds, and customer management",
1561
+ package: "mercado-pago-mcp",
1562
+ category: "payments",
1786
1563
  requiresConfig: true,
1787
1564
  configFields: [
1788
1565
  {
1789
- name: "apiKey",
1566
+ name: "accessToken",
1790
1567
  type: "string",
1791
- required: false,
1792
- description: "Pinecone API Key",
1793
- envVar: "PINECONE_API_KEY"
1568
+ required: true,
1569
+ description: "Mercado Pago Access Token",
1570
+ envVar: "MERCADOPAGO_ACCESS_TOKEN"
1794
1571
  },
1795
1572
  {
1796
1573
  name: "environment",
1797
1574
  type: "string",
1798
1575
  required: false,
1799
- description: "Pinecone environment",
1800
- envVar: "PINECONE_ENVIRONMENT"
1576
+ description: "Environment (sandbox or production)",
1577
+ default: "sandbox"
1801
1578
  }
1802
1579
  ],
1803
- installInstructions: "Get credentials at https://app.pinecone.io/"
1580
+ installInstructions: "Get credentials at https://www.mercadopago.com/developers/panel/app"
1804
1581
  },
1805
1582
  // ============================================
1806
- // SECURITY
1583
+ // SEARCH
1807
1584
  // ============================================
1808
1585
  {
1809
- id: "vault",
1810
- name: "HashiCorp Vault",
1811
- description: "Secrets management with HashiCorp Vault",
1812
- package: "@anthropic/vault-mcp",
1813
- category: "security",
1586
+ id: "brave-search",
1587
+ name: "Brave Search",
1588
+ description: "Web and local search using Brave Search API",
1589
+ package: "@modelcontextprotocol/server-brave-search",
1590
+ category: "search",
1814
1591
  requiresConfig: true,
1815
1592
  configFields: [
1816
1593
  {
1817
- name: "address",
1818
- type: "string",
1819
- required: false,
1820
- description: "Vault server address",
1821
- envVar: "VAULT_ADDR",
1822
- default: "http://127.0.0.1:8200"
1823
- },
1824
- {
1825
- name: "token",
1594
+ name: "apiKey",
1826
1595
  type: "string",
1827
1596
  required: false,
1828
- description: "Vault token",
1829
- envVar: "VAULT_TOKEN"
1597
+ description: "Brave Search API Key",
1598
+ envVar: "BRAVE_API_KEY"
1830
1599
  }
1831
- ]
1600
+ ],
1601
+ installInstructions: "Get an API key at https://brave.com/search/api/"
1832
1602
  }
1833
1603
  ];
1834
1604