claudient 0.1.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/.claude-plugin/plugin.json +42 -0
- package/CONTEXT.md +58 -0
- package/README.md +165 -0
- package/agents/build-resolvers/de/python-resolver.md +64 -0
- package/agents/build-resolvers/de/typescript-resolver.md +65 -0
- package/agents/build-resolvers/es/python-resolver.md +64 -0
- package/agents/build-resolvers/es/typescript-resolver.md +65 -0
- package/agents/build-resolvers/fr/python-resolver.md +64 -0
- package/agents/build-resolvers/fr/typescript-resolver.md +65 -0
- package/agents/build-resolvers/nl/python-resolver.md +64 -0
- package/agents/build-resolvers/nl/typescript-resolver.md +65 -0
- package/agents/build-resolvers/python-resolver.md +62 -0
- package/agents/build-resolvers/typescript-resolver.md +63 -0
- package/agents/core/architect.md +64 -0
- package/agents/core/code-reviewer.md +78 -0
- package/agents/core/de/architect.md +66 -0
- package/agents/core/de/code-reviewer.md +80 -0
- package/agents/core/de/planner.md +63 -0
- package/agents/core/de/security-reviewer.md +93 -0
- package/agents/core/es/architect.md +66 -0
- package/agents/core/es/code-reviewer.md +80 -0
- package/agents/core/es/planner.md +63 -0
- package/agents/core/es/security-reviewer.md +93 -0
- package/agents/core/fr/architect.md +66 -0
- package/agents/core/fr/code-reviewer.md +80 -0
- package/agents/core/fr/planner.md +63 -0
- package/agents/core/fr/security-reviewer.md +93 -0
- package/agents/core/nl/architect.md +66 -0
- package/agents/core/nl/code-reviewer.md +80 -0
- package/agents/core/nl/planner.md +63 -0
- package/agents/core/nl/security-reviewer.md +93 -0
- package/agents/core/planner.md +61 -0
- package/agents/core/security-reviewer.md +91 -0
- package/guides/agent-orchestration.md +231 -0
- package/guides/de/agent-orchestration.md +174 -0
- package/guides/de/getting-started.md +164 -0
- package/guides/de/hooks-cookbook.md +160 -0
- package/guides/de/memory-management.md +153 -0
- package/guides/de/security.md +180 -0
- package/guides/de/skill-authoring.md +214 -0
- package/guides/de/token-optimization.md +156 -0
- package/guides/es/agent-orchestration.md +174 -0
- package/guides/es/getting-started.md +164 -0
- package/guides/es/hooks-cookbook.md +160 -0
- package/guides/es/memory-management.md +153 -0
- package/guides/es/security.md +180 -0
- package/guides/es/skill-authoring.md +214 -0
- package/guides/es/token-optimization.md +156 -0
- package/guides/fr/agent-orchestration.md +174 -0
- package/guides/fr/getting-started.md +164 -0
- package/guides/fr/hooks-cookbook.md +227 -0
- package/guides/fr/memory-management.md +169 -0
- package/guides/fr/security.md +180 -0
- package/guides/fr/skill-authoring.md +214 -0
- package/guides/fr/token-optimization.md +158 -0
- package/guides/getting-started.md +164 -0
- package/guides/hooks-cookbook.md +423 -0
- package/guides/memory-management.md +192 -0
- package/guides/nl/agent-orchestration.md +174 -0
- package/guides/nl/getting-started.md +164 -0
- package/guides/nl/hooks-cookbook.md +160 -0
- package/guides/nl/memory-management.md +153 -0
- package/guides/nl/security.md +180 -0
- package/guides/nl/skill-authoring.md +214 -0
- package/guides/nl/token-optimization.md +156 -0
- package/guides/security.md +229 -0
- package/guides/skill-authoring.md +226 -0
- package/guides/token-optimization.md +169 -0
- package/hooks/lifecycle/cost-tracker.md +49 -0
- package/hooks/lifecycle/cost-tracker.sh +59 -0
- package/hooks/lifecycle/pre-compact-save.md +56 -0
- package/hooks/lifecycle/pre-compact-save.sh +37 -0
- package/hooks/lifecycle/session-start.md +50 -0
- package/hooks/lifecycle/session-start.sh +47 -0
- package/hooks/post-tool-use/audit-log.md +53 -0
- package/hooks/post-tool-use/audit-log.sh +53 -0
- package/hooks/post-tool-use/prettier.md +53 -0
- package/hooks/post-tool-use/prettier.sh +49 -0
- package/hooks/pre-tool-use/block-dangerous.md +48 -0
- package/hooks/pre-tool-use/block-dangerous.sh +76 -0
- package/hooks/pre-tool-use/git-push-confirm.md +46 -0
- package/hooks/pre-tool-use/git-push-confirm.sh +36 -0
- package/mcp/configs/github.json +11 -0
- package/mcp/configs/postgres.json +11 -0
- package/mcp/de/recommended-servers.md +170 -0
- package/mcp/es/recommended-servers.md +170 -0
- package/mcp/fr/recommended-servers.md +170 -0
- package/mcp/nl/recommended-servers.md +170 -0
- package/mcp/recommended-servers.md +168 -0
- package/package.json +45 -0
- package/prompts/project-starters/de/fastapi-project.md +62 -0
- package/prompts/project-starters/de/nextjs-project.md +82 -0
- package/prompts/project-starters/es/fastapi-project.md +62 -0
- package/prompts/project-starters/es/nextjs-project.md +82 -0
- package/prompts/project-starters/fastapi-project.md +60 -0
- package/prompts/project-starters/fr/fastapi-project.md +62 -0
- package/prompts/project-starters/fr/nextjs-project.md +82 -0
- package/prompts/project-starters/nextjs-project.md +80 -0
- package/prompts/project-starters/nl/fastapi-project.md +62 -0
- package/prompts/project-starters/nl/nextjs-project.md +82 -0
- package/prompts/system-prompts/ai-product.md +80 -0
- package/prompts/system-prompts/data-pipeline.md +76 -0
- package/prompts/system-prompts/de/ai-product.md +82 -0
- package/prompts/system-prompts/de/data-pipeline.md +78 -0
- package/prompts/system-prompts/de/saas-backend.md +71 -0
- package/prompts/system-prompts/es/ai-product.md +82 -0
- package/prompts/system-prompts/es/data-pipeline.md +78 -0
- package/prompts/system-prompts/es/saas-backend.md +71 -0
- package/prompts/system-prompts/fr/ai-product.md +82 -0
- package/prompts/system-prompts/fr/data-pipeline.md +78 -0
- package/prompts/system-prompts/fr/saas-backend.md +71 -0
- package/prompts/system-prompts/nl/ai-product.md +82 -0
- package/prompts/system-prompts/nl/data-pipeline.md +78 -0
- package/prompts/system-prompts/nl/saas-backend.md +71 -0
- package/prompts/system-prompts/saas-backend.md +69 -0
- package/prompts/task-specific/changelog.md +81 -0
- package/prompts/task-specific/de/changelog.md +83 -0
- package/prompts/task-specific/de/debugging.md +78 -0
- package/prompts/task-specific/de/pr-description.md +69 -0
- package/prompts/task-specific/debugging.md +76 -0
- package/prompts/task-specific/es/changelog.md +83 -0
- package/prompts/task-specific/es/debugging.md +78 -0
- package/prompts/task-specific/es/pr-description.md +69 -0
- package/prompts/task-specific/fr/changelog.md +83 -0
- package/prompts/task-specific/fr/debugging.md +78 -0
- package/prompts/task-specific/fr/pr-description.md +69 -0
- package/prompts/task-specific/nl/changelog.md +83 -0
- package/prompts/task-specific/nl/debugging.md +78 -0
- package/prompts/task-specific/nl/pr-description.md +69 -0
- package/prompts/task-specific/pr-description.md +67 -0
- package/rules/common/coding-style.md +45 -0
- package/rules/common/de/coding-style.md +47 -0
- package/rules/common/de/git.md +48 -0
- package/rules/common/de/performance.md +40 -0
- package/rules/common/de/security.md +45 -0
- package/rules/common/de/testing.md +45 -0
- package/rules/common/es/coding-style.md +47 -0
- package/rules/common/es/git.md +48 -0
- package/rules/common/es/performance.md +40 -0
- package/rules/common/es/security.md +45 -0
- package/rules/common/es/testing.md +45 -0
- package/rules/common/fr/coding-style.md +47 -0
- package/rules/common/fr/git.md +48 -0
- package/rules/common/fr/performance.md +40 -0
- package/rules/common/fr/security.md +45 -0
- package/rules/common/fr/testing.md +45 -0
- package/rules/common/git.md +46 -0
- package/rules/common/nl/coding-style.md +47 -0
- package/rules/common/nl/git.md +48 -0
- package/rules/common/nl/performance.md +40 -0
- package/rules/common/nl/security.md +45 -0
- package/rules/common/nl/testing.md +45 -0
- package/rules/common/performance.md +38 -0
- package/rules/common/security.md +43 -0
- package/rules/common/testing.md +43 -0
- package/rules/language-specific/de/go.md +48 -0
- package/rules/language-specific/de/python.md +38 -0
- package/rules/language-specific/de/typescript.md +51 -0
- package/rules/language-specific/es/go.md +48 -0
- package/rules/language-specific/es/python.md +38 -0
- package/rules/language-specific/es/typescript.md +51 -0
- package/rules/language-specific/fr/go.md +48 -0
- package/rules/language-specific/fr/python.md +38 -0
- package/rules/language-specific/fr/typescript.md +51 -0
- package/rules/language-specific/go.md +46 -0
- package/rules/language-specific/nl/go.md +48 -0
- package/rules/language-specific/nl/python.md +38 -0
- package/rules/language-specific/nl/typescript.md +51 -0
- package/rules/language-specific/python.md +36 -0
- package/rules/language-specific/typescript.md +49 -0
- package/scripts/cli.js +161 -0
- package/scripts/link-skills.sh +35 -0
- package/scripts/list-skills.sh +34 -0
- package/skills/ai-engineering/agent-construction.md +285 -0
- package/skills/ai-engineering/claude-api.md +248 -0
- package/skills/ai-engineering/de/agent-construction.md +287 -0
- package/skills/ai-engineering/de/claude-api.md +250 -0
- package/skills/ai-engineering/es/agent-construction.md +287 -0
- package/skills/ai-engineering/es/claude-api.md +250 -0
- package/skills/ai-engineering/fr/agent-construction.md +287 -0
- package/skills/ai-engineering/fr/claude-api.md +250 -0
- package/skills/ai-engineering/nl/agent-construction.md +287 -0
- package/skills/ai-engineering/nl/claude-api.md +250 -0
- package/skills/backend/dotnet/csharp.md +304 -0
- package/skills/backend/dotnet/de/csharp.md +306 -0
- package/skills/backend/dotnet/es/csharp.md +306 -0
- package/skills/backend/dotnet/fr/csharp.md +306 -0
- package/skills/backend/dotnet/nl/csharp.md +306 -0
- package/skills/backend/go/de/go.md +307 -0
- package/skills/backend/go/es/go.md +307 -0
- package/skills/backend/go/fr/go.md +307 -0
- package/skills/backend/go/go.md +305 -0
- package/skills/backend/go/nl/go.md +307 -0
- package/skills/backend/nodejs/de/nestjs.md +274 -0
- package/skills/backend/nodejs/de/nextjs.md +222 -0
- package/skills/backend/nodejs/es/nestjs.md +274 -0
- package/skills/backend/nodejs/es/nextjs.md +222 -0
- package/skills/backend/nodejs/fr/nestjs.md +274 -0
- package/skills/backend/nodejs/fr/nextjs.md +222 -0
- package/skills/backend/nodejs/nestjs.md +272 -0
- package/skills/backend/nodejs/nextjs.md +220 -0
- package/skills/backend/nodejs/nl/nestjs.md +274 -0
- package/skills/backend/nodejs/nl/nextjs.md +222 -0
- package/skills/backend/python/de/django.md +285 -0
- package/skills/backend/python/de/fastapi.md +244 -0
- package/skills/backend/python/django.md +283 -0
- package/skills/backend/python/es/django.md +285 -0
- package/skills/backend/python/es/fastapi.md +244 -0
- package/skills/backend/python/fastapi.md +242 -0
- package/skills/backend/python/fr/django.md +285 -0
- package/skills/backend/python/fr/fastapi.md +244 -0
- package/skills/backend/python/nl/django.md +285 -0
- package/skills/backend/python/nl/fastapi.md +244 -0
- package/skills/data-ml/dbt-data-pipelines.md +155 -0
- package/skills/data-ml/de/dbt-data-pipelines.md +157 -0
- package/skills/data-ml/de/pandas-polars.md +147 -0
- package/skills/data-ml/de/pytorch-tensorflow.md +171 -0
- package/skills/data-ml/es/dbt-data-pipelines.md +157 -0
- package/skills/data-ml/es/pandas-polars.md +147 -0
- package/skills/data-ml/es/pytorch-tensorflow.md +171 -0
- package/skills/data-ml/fr/dbt-data-pipelines.md +157 -0
- package/skills/data-ml/fr/pandas-polars.md +147 -0
- package/skills/data-ml/fr/pytorch-tensorflow.md +171 -0
- package/skills/data-ml/nl/dbt-data-pipelines.md +157 -0
- package/skills/data-ml/nl/pandas-polars.md +147 -0
- package/skills/data-ml/nl/pytorch-tensorflow.md +171 -0
- package/skills/data-ml/pandas-polars.md +145 -0
- package/skills/data-ml/pytorch-tensorflow.md +169 -0
- package/skills/database/de/graphql.md +181 -0
- package/skills/database/es/graphql.md +181 -0
- package/skills/database/fr/graphql.md +181 -0
- package/skills/database/graphql.md +179 -0
- package/skills/database/nl/graphql.md +181 -0
- package/skills/devops-infra/de/docker.md +133 -0
- package/skills/devops-infra/de/github-actions.md +179 -0
- package/skills/devops-infra/de/kubernetes.md +129 -0
- package/skills/devops-infra/de/terraform.md +130 -0
- package/skills/devops-infra/docker.md +131 -0
- package/skills/devops-infra/es/docker.md +133 -0
- package/skills/devops-infra/es/github-actions.md +179 -0
- package/skills/devops-infra/es/kubernetes.md +129 -0
- package/skills/devops-infra/es/terraform.md +130 -0
- package/skills/devops-infra/fr/docker.md +133 -0
- package/skills/devops-infra/fr/github-actions.md +179 -0
- package/skills/devops-infra/fr/kubernetes.md +129 -0
- package/skills/devops-infra/fr/terraform.md +130 -0
- package/skills/devops-infra/github-actions.md +177 -0
- package/skills/devops-infra/kubernetes.md +127 -0
- package/skills/devops-infra/nl/docker.md +133 -0
- package/skills/devops-infra/nl/github-actions.md +179 -0
- package/skills/devops-infra/nl/kubernetes.md +129 -0
- package/skills/devops-infra/nl/terraform.md +130 -0
- package/skills/devops-infra/terraform.md +128 -0
- package/skills/finance-payments/de/stripe.md +187 -0
- package/skills/finance-payments/es/stripe.md +187 -0
- package/skills/finance-payments/fr/stripe.md +187 -0
- package/skills/finance-payments/nl/stripe.md +187 -0
- package/skills/finance-payments/stripe.md +185 -0
- package/workflows/code-review.md +151 -0
- package/workflows/de/code-review.md +153 -0
- package/workflows/de/debugging-session.md +146 -0
- package/workflows/de/feature-development.md +155 -0
- package/workflows/de/new-project-bootstrap.md +175 -0
- package/workflows/de/refactor-safely.md +150 -0
- package/workflows/debugging-session.md +144 -0
- package/workflows/es/code-review.md +153 -0
- package/workflows/es/debugging-session.md +146 -0
- package/workflows/es/feature-development.md +155 -0
- package/workflows/es/new-project-bootstrap.md +175 -0
- package/workflows/es/refactor-safely.md +150 -0
- package/workflows/feature-development.md +153 -0
- package/workflows/fr/code-review.md +153 -0
- package/workflows/fr/debugging-session.md +146 -0
- package/workflows/fr/feature-development.md +155 -0
- package/workflows/fr/new-project-bootstrap.md +175 -0
- package/workflows/fr/refactor-safely.md +150 -0
- package/workflows/new-project-bootstrap.md +173 -0
- package/workflows/nl/code-review.md +153 -0
- package/workflows/nl/debugging-session.md +146 -0
- package/workflows/nl/feature-development.md +155 -0
- package/workflows/nl/new-project-bootstrap.md +175 -0
- package/workflows/nl/refactor-safely.md +150 -0
- package/workflows/refactor-safely.md +148 -0
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
> 🇩🇪 Dies ist die deutsche Übersetzung. [Englische Version](../recommended-servers.md).
|
|
2
|
+
|
|
3
|
+
# MCP Empfohlene Server
|
|
4
|
+
|
|
5
|
+
Ein praktischer Leitfaden zu MCP-Servern, die in Claude Code aktiviert werden sollten. Geordnet nach Kategorie mit Token-Kostenschätzungen und klarer Anleitung, wann jeder verwendet werden sollte.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Token-Budget-Bewusstsein
|
|
10
|
+
|
|
11
|
+
Jeder aktivierte MCP-Server trägt seine Tool-Beschreibungen zum Kontextfenster von Claude bei.
|
|
12
|
+
|
|
13
|
+
| Aktivierte MCP-Server | Ungefähre Token-Kosten |
|
|
14
|
+
|--------------------|----------------------|
|
|
15
|
+
| 3 Server (~10 Tools) | ~10.000 Token |
|
|
16
|
+
| 10 Server (~30 Tools) | ~30.000 Token |
|
|
17
|
+
| 20 Server (~60 Tools) | ~60.000 Token |
|
|
18
|
+
|
|
19
|
+
Mit einem 200k-Token-Fenster verbrauchen 10 aktive MCPs ~15% des Kontexts vor jedem Gespräch. Selektiv sein. Server deaktivieren, die nicht aktiv verwendet werden.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Dateisystem & Suche
|
|
24
|
+
|
|
25
|
+
### `@modelcontextprotocol/server-filesystem`
|
|
26
|
+
```bash
|
|
27
|
+
npx -y @modelcontextprotocol/server-filesystem /path/to/project
|
|
28
|
+
```
|
|
29
|
+
- **Was es bietet:** Dateien lesen, schreiben, auflisten und suchen mit konfigurierbaren Pfadbeschränkungen
|
|
30
|
+
- **Token-Kosten:** ~2.000 Token
|
|
31
|
+
- **Verwenden wenn:** Claude eine Codebase-Verzeichnisstruktur über das aktuelle Arbeitsverzeichnis hinaus erkunden soll
|
|
32
|
+
- **Vermeiden wenn:** Claude Codes eingebaute Read/Write-Tools bereits das Projekt abdecken
|
|
33
|
+
|
|
34
|
+
### `@modelcontextprotocol/server-brave-search` oder `tavily`
|
|
35
|
+
```bash
|
|
36
|
+
npx -y @modelcontextprotocol/server-brave-search
|
|
37
|
+
```
|
|
38
|
+
- **Was es bietet:** Websuche aus Claude heraus
|
|
39
|
+
- **Token-Kosten:** ~1.500 Token
|
|
40
|
+
- **Verwenden wenn:** Agenten aktuelle Informationen benötigen (Docs, Neuigkeiten, Paketversionen), die nicht in den Trainingsdaten sind
|
|
41
|
+
- **Vermeiden wenn:** Nur Code-Generierung benötigt wird, keine Web-Lookups erforderlich
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Datenbanken
|
|
46
|
+
|
|
47
|
+
### `@modelcontextprotocol/server-postgres`
|
|
48
|
+
```json
|
|
49
|
+
{
|
|
50
|
+
"mcpServers": {
|
|
51
|
+
"postgres": {
|
|
52
|
+
"command": "npx",
|
|
53
|
+
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
```
|
|
58
|
+
- **Was es bietet:** Abfragen, Schema inspizieren, Tabellen auflisten — direkter DB-Zugriff aus Claude
|
|
59
|
+
- **Token-Kosten:** ~3.000 Token
|
|
60
|
+
- **Verwenden wenn:** Schema-Erkundung, komplexe Abfragen schreiben, Datenprobleme debuggen
|
|
61
|
+
- **Vermeiden wenn:** Produktionsdatenbank — stattdessen ein schreibgeschütztes Replikat oder Dev-DB verwenden
|
|
62
|
+
- **Sicherheit:** Niemals auf Produktions-DB zeigen. Mindestens einen schreibgeschützten Benutzer verwenden.
|
|
63
|
+
|
|
64
|
+
### `@modelcontextprotocol/server-sqlite`
|
|
65
|
+
- **Was es bietet:** Dasselbe wie postgres, aber für SQLite-Dateien
|
|
66
|
+
- **Token-Kosten:** ~2.500 Token
|
|
67
|
+
- **Verwenden wenn:** Lokale Entwicklung mit SQLite, eingebettete Datenbanken
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## APIs & Dienste
|
|
72
|
+
|
|
73
|
+
### `@modelcontextprotocol/server-github`
|
|
74
|
+
```json
|
|
75
|
+
{
|
|
76
|
+
"mcpServers": {
|
|
77
|
+
"github": {
|
|
78
|
+
"command": "npx",
|
|
79
|
+
"args": ["-y", "@modelcontextprotocol/server-github"],
|
|
80
|
+
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<token>" }
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
```
|
|
85
|
+
- **Was es bietet:** Issues, PRs, Commits, Dateien aus GitHub-Repos lesen
|
|
86
|
+
- **Token-Kosten:** ~4.000 Token
|
|
87
|
+
- **Verwenden wenn:** PRs überprüfen, Issues priorisieren, Kontext aus Remote-Repos abrufen
|
|
88
|
+
- **Vermeiden wenn:** Nur lokaler Git-Kontext benötigt wird (git CLI ist schneller)
|
|
89
|
+
|
|
90
|
+
### `@modelcontextprotocol/server-linear`
|
|
91
|
+
- **Was es bietet:** Linear-Issues und -Projekte erstellen, aktualisieren und abfragen
|
|
92
|
+
- **Token-Kosten:** ~3.000 Token
|
|
93
|
+
- **Verwenden wenn:** Issue-Tracking in den Entwicklungs-Workflow integriert ist
|
|
94
|
+
|
|
95
|
+
### `stripe-mcp` (offiziell von Stripe)
|
|
96
|
+
```bash
|
|
97
|
+
npx -y @stripe/mcp --api-key sk_test_...
|
|
98
|
+
```
|
|
99
|
+
- **Was es bietet:** Kunden, Produkte, Preise, Checkout-Sessions erstellen; Zahlungen abfragen
|
|
100
|
+
- **Token-Kosten:** ~5.000 Token
|
|
101
|
+
- **Verwenden wenn:** Stripe-Integrationen bauen, Zahlungsflows testen
|
|
102
|
+
- **Vermeiden wenn:** Produktions-Stripe-Keys — in der Entwicklung nur Testmodus verwenden
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Browser & Tests
|
|
107
|
+
|
|
108
|
+
### `@modelcontextprotocol/server-puppeteer`
|
|
109
|
+
- **Was es bietet:** Browser starten, Seiten navigieren, Elemente klicken, Screenshots machen
|
|
110
|
+
- **Token-Kosten:** ~3.500 Token
|
|
111
|
+
- **Verwenden wenn:** Web-UIs testen, Scraping, Browser-Interaktionen automatisieren
|
|
112
|
+
- **Vermeiden wenn:** API-Tests — überdimensioniert, fetch/curl verwenden
|
|
113
|
+
|
|
114
|
+
### `@playwright/mcp`
|
|
115
|
+
```bash
|
|
116
|
+
npx -y @playwright/mcp@latest
|
|
117
|
+
```
|
|
118
|
+
- **Was es bietet:** Playwright-Automatisierung — zuverlässiger als Puppeteer für moderne SPAs
|
|
119
|
+
- **Token-Kosten:** ~4.000 Token
|
|
120
|
+
- **Verwenden wenn:** E2E-Test-Schreiben, UI-Verifikation, komplexe Browser-Automatisierung
|
|
121
|
+
- **Gegenüber Puppeteer empfohlen** für Next.js / React-Apps
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## KI & Reasoning
|
|
126
|
+
|
|
127
|
+
### `@modelcontextprotocol/server-memory`
|
|
128
|
+
```bash
|
|
129
|
+
npx -y @modelcontextprotocol/server-memory
|
|
130
|
+
```
|
|
131
|
+
- **Was es bietet:** Ein Wissensgraph, der über Sitzungen hinweg persistiert — Entitäten, Beziehungen, Beobachtungen
|
|
132
|
+
- **Token-Kosten:** ~2.000 Token
|
|
133
|
+
- **Verwenden wenn:** Langfristige Projekte, bei denen Claude sich Kontext zwischen Sitzungen merken soll
|
|
134
|
+
- **Vermeiden wenn:** Einzel-Sitzungs-Aufgaben — Overhead ohne Nutzen
|
|
135
|
+
|
|
136
|
+
### `@modelcontextprotocol/server-sequential-thinking`
|
|
137
|
+
- **Was es bietet:** Erzwingt, dass Claude explizite Reasoning-Schritte durchläuft, bevor es antwortet
|
|
138
|
+
- **Token-Kosten:** ~1.500 Token
|
|
139
|
+
- **Verwenden wenn:** Komplexe mehrstufige Problemlösung, Architekturentscheidungen
|
|
140
|
+
- **Vermeiden wenn:** Einfache Abfragen — fügt Latenz ohne Nutzen hinzu
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Konfigurationsvorlage
|
|
145
|
+
|
|
146
|
+
Server zu `~/.claude/settings.json` (global) oder `.claude/settings.json` (Projekt) hinzufügen:
|
|
147
|
+
|
|
148
|
+
```json
|
|
149
|
+
{
|
|
150
|
+
"mcpServers": {
|
|
151
|
+
"github": {
|
|
152
|
+
"command": "npx",
|
|
153
|
+
"args": ["-y", "@modelcontextprotocol/server-github"],
|
|
154
|
+
"env": {
|
|
155
|
+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"postgres": {
|
|
159
|
+
"command": "npx",
|
|
160
|
+
"args": ["-y", "@modelcontextprotocol/server-postgres", "${DATABASE_URL}"]
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
Umgebungsvariablen-Referenzen (`${VAR}`) anstelle von hartcodierten Secrets verwenden.
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
> **Mit uns arbeiten:** Claudient wird von [Uitbreiden](https://uitbreiden.com/) unterstützt — wir bauen KI-Produkte und B2B-Lösungen mit Entwickler-Communities. [uitbreiden.com](https://uitbreiden.com/)
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
> 🇪🇸 Esta es la traducción en español. [Versión en inglés](../recommended-servers.md).
|
|
2
|
+
|
|
3
|
+
# Servidores MCP Recomendados
|
|
4
|
+
|
|
5
|
+
Una guía práctica de servidores MCP que vale la pena habilitar en Claude Code. Organizados por categoría con estimaciones de costo de tokens y orientación clara sobre cuándo usar cada uno.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Conciencia del Presupuesto de Tokens
|
|
10
|
+
|
|
11
|
+
Cada servidor MCP habilitado contribuye sus descripciones de herramientas a la ventana de contexto de Claude.
|
|
12
|
+
|
|
13
|
+
| Servidores MCP habilitados | Costo aproximado de tokens |
|
|
14
|
+
|--------------------|----------------------|
|
|
15
|
+
| 3 servidores (~10 herramientas) | ~10,000 tokens |
|
|
16
|
+
| 10 servidores (~30 herramientas) | ~30,000 tokens |
|
|
17
|
+
| 20 servidores (~60 herramientas) | ~60,000 tokens |
|
|
18
|
+
|
|
19
|
+
Con una ventana de 200k tokens, 10 MCPs activos consumen ~15% de tu contexto antes de cualquier conversación. Sé selectivo. Deshabilita los servidores que no estés usando activamente.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Sistema de Archivos y Búsqueda
|
|
24
|
+
|
|
25
|
+
### `@modelcontextprotocol/server-filesystem`
|
|
26
|
+
```bash
|
|
27
|
+
npx -y @modelcontextprotocol/server-filesystem /path/to/project
|
|
28
|
+
```
|
|
29
|
+
- **Qué proporciona:** Leer, escribir, listar y buscar archivos con restricciones de ruta configurables
|
|
30
|
+
- **Costo de tokens:** ~2,000 tokens
|
|
31
|
+
- **Usar cuando:** Quieres que Claude explore un directorio del codebase más allá del directorio de trabajo actual
|
|
32
|
+
- **Evitar cuando:** Las herramientas integradas de Read/Write de Claude Code ya cubren tu proyecto
|
|
33
|
+
|
|
34
|
+
### `@modelcontextprotocol/server-brave-search` o `tavily`
|
|
35
|
+
```bash
|
|
36
|
+
npx -y @modelcontextprotocol/server-brave-search
|
|
37
|
+
```
|
|
38
|
+
- **Qué proporciona:** Búsqueda web desde dentro de Claude
|
|
39
|
+
- **Costo de tokens:** ~1,500 tokens
|
|
40
|
+
- **Usar cuando:** Los agentes necesitan información actual (docs, noticias, versiones de paquetes) no disponible en los datos de entrenamiento
|
|
41
|
+
- **Evitar cuando:** Solo necesitas generación de código, sin búsquedas web necesarias
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Bases de Datos
|
|
46
|
+
|
|
47
|
+
### `@modelcontextprotocol/server-postgres`
|
|
48
|
+
```json
|
|
49
|
+
{
|
|
50
|
+
"mcpServers": {
|
|
51
|
+
"postgres": {
|
|
52
|
+
"command": "npx",
|
|
53
|
+
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
```
|
|
58
|
+
- **Qué proporciona:** Consultar, inspeccionar esquema, listar tablas — acceso directo a BD desde Claude
|
|
59
|
+
- **Costo de tokens:** ~3,000 tokens
|
|
60
|
+
- **Usar cuando:** Exploración de esquemas, escritura de consultas complejas, depuración de problemas de datos
|
|
61
|
+
- **Evitar cuando:** Base de datos de producción — usa una réplica de solo lectura o BD de desarrollo
|
|
62
|
+
- **Seguridad:** Nunca apuntes a la BD de producción. Usa un usuario de solo lectura como mínimo.
|
|
63
|
+
|
|
64
|
+
### `@modelcontextprotocol/server-sqlite`
|
|
65
|
+
- **Qué proporciona:** Lo mismo que postgres pero para archivos SQLite
|
|
66
|
+
- **Costo de tokens:** ~2,500 tokens
|
|
67
|
+
- **Usar cuando:** Desarrollo local con SQLite, bases de datos embebidas
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## APIs y Servicios
|
|
72
|
+
|
|
73
|
+
### `@modelcontextprotocol/server-github`
|
|
74
|
+
```json
|
|
75
|
+
{
|
|
76
|
+
"mcpServers": {
|
|
77
|
+
"github": {
|
|
78
|
+
"command": "npx",
|
|
79
|
+
"args": ["-y", "@modelcontextprotocol/server-github"],
|
|
80
|
+
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<token>" }
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
```
|
|
85
|
+
- **Qué proporciona:** Leer issues, PRs, commits, archivos de repositorios de GitHub
|
|
86
|
+
- **Costo de tokens:** ~4,000 tokens
|
|
87
|
+
- **Usar cuando:** Revisión de PRs, triaje de issues, obtención de contexto de repos remotos
|
|
88
|
+
- **Evitar cuando:** Solo necesitas contexto git local (la CLI de git es más rápida)
|
|
89
|
+
|
|
90
|
+
### `@modelcontextprotocol/server-linear`
|
|
91
|
+
- **Qué proporciona:** Crear, actualizar y consultar issues y proyectos de Linear
|
|
92
|
+
- **Costo de tokens:** ~3,000 tokens
|
|
93
|
+
- **Usar cuando:** Seguimiento de issues integrado en el flujo de trabajo de desarrollo
|
|
94
|
+
|
|
95
|
+
### `stripe-mcp` (Stripe oficial)
|
|
96
|
+
```bash
|
|
97
|
+
npx -y @stripe/mcp --api-key sk_test_...
|
|
98
|
+
```
|
|
99
|
+
- **Qué proporciona:** Crear clientes, productos, precios, sesiones de checkout; consultar pagos
|
|
100
|
+
- **Costo de tokens:** ~5,000 tokens
|
|
101
|
+
- **Usar cuando:** Construyendo integraciones con Stripe, probando flujos de pago
|
|
102
|
+
- **Evitar cuando:** Claves de Stripe de producción — usa el modo de prueba solo en desarrollo
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Navegador y Testing
|
|
107
|
+
|
|
108
|
+
### `@modelcontextprotocol/server-puppeteer`
|
|
109
|
+
- **Qué proporciona:** Lanzar un navegador, navegar páginas, hacer clic en elementos, tomar capturas de pantalla
|
|
110
|
+
- **Costo de tokens:** ~3,500 tokens
|
|
111
|
+
- **Usar cuando:** Pruebas de UIs web, scraping, automatización de interacciones del navegador
|
|
112
|
+
- **Evitar cuando:** Pruebas de API — es excesivo, usa fetch/curl
|
|
113
|
+
|
|
114
|
+
### `@playwright/mcp`
|
|
115
|
+
```bash
|
|
116
|
+
npx -y @playwright/mcp@latest
|
|
117
|
+
```
|
|
118
|
+
- **Qué proporciona:** Automatización con Playwright — más fiable que Puppeteer para SPAs modernas
|
|
119
|
+
- **Costo de tokens:** ~4,000 tokens
|
|
120
|
+
- **Usar cuando:** Escritura de pruebas E2E, verificación de UI, automatización compleja del navegador
|
|
121
|
+
- **Recomendado sobre Puppeteer** para aplicaciones Next.js / React
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## IA y Razonamiento
|
|
126
|
+
|
|
127
|
+
### `@modelcontextprotocol/server-memory`
|
|
128
|
+
```bash
|
|
129
|
+
npx -y @modelcontextprotocol/server-memory
|
|
130
|
+
```
|
|
131
|
+
- **Qué proporciona:** Un grafo de conocimiento que persiste entre sesiones — entidades, relaciones, observaciones
|
|
132
|
+
- **Costo de tokens:** ~2,000 tokens
|
|
133
|
+
- **Usar cuando:** Proyectos de larga duración donde quieres que Claude recuerde el contexto entre sesiones
|
|
134
|
+
- **Evitar cuando:** Tareas de una sola sesión — sobrecarga sin beneficio
|
|
135
|
+
|
|
136
|
+
### `@modelcontextprotocol/server-sequential-thinking`
|
|
137
|
+
- **Qué proporciona:** Obliga a Claude a pasar por pasos de razonamiento explícito antes de responder
|
|
138
|
+
- **Costo de tokens:** ~1,500 tokens
|
|
139
|
+
- **Usar cuando:** Resolución de problemas complejos de múltiples pasos, decisiones arquitectónicas
|
|
140
|
+
- **Evitar cuando:** Consultas simples — agrega latencia sin beneficio
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Plantilla de Configuración
|
|
145
|
+
|
|
146
|
+
Agrega servidores a `~/.claude/settings.json` (global) o `.claude/settings.json` (proyecto):
|
|
147
|
+
|
|
148
|
+
```json
|
|
149
|
+
{
|
|
150
|
+
"mcpServers": {
|
|
151
|
+
"github": {
|
|
152
|
+
"command": "npx",
|
|
153
|
+
"args": ["-y", "@modelcontextprotocol/server-github"],
|
|
154
|
+
"env": {
|
|
155
|
+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"postgres": {
|
|
159
|
+
"command": "npx",
|
|
160
|
+
"args": ["-y", "@modelcontextprotocol/server-postgres", "${DATABASE_URL}"]
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
Usa referencias a variables de entorno (`${VAR}`) en lugar de secretos hardcodeados.
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
> **Trabaja con nosotros:** Claudient está respaldado por [Uitbreiden](https://uitbreiden.com/) — construimos productos de IA y soluciones B2B con comunidades de desarrolladores. [uitbreiden.com](https://uitbreiden.com/)
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
> 🇫🇷 This is the French translation. [English version](../recommended-servers.md).
|
|
2
|
+
|
|
3
|
+
# Serveurs MCP Recommandés
|
|
4
|
+
|
|
5
|
+
Un guide pratique des serveurs MCP valant la peine d'être activés dans Claude Code. Organisé par catégorie avec des estimations du coût en tokens et des conseils clairs sur quand utiliser chacun.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Sensibilisation au Budget de Tokens
|
|
10
|
+
|
|
11
|
+
Chaque serveur MCP activé contribue ses descriptions d'outils à la fenêtre de contexte de Claude.
|
|
12
|
+
|
|
13
|
+
| Serveurs MCP activés | Coût approximatif en tokens |
|
|
14
|
+
|---------------------|----------------------------|
|
|
15
|
+
| 3 serveurs (~10 outils) | ~10 000 tokens |
|
|
16
|
+
| 10 serveurs (~30 outils) | ~30 000 tokens |
|
|
17
|
+
| 20 serveurs (~60 outils) | ~60 000 tokens |
|
|
18
|
+
|
|
19
|
+
Avec une fenêtre de 200k tokens, 10 MCPs actifs consomment ~15% de votre contexte avant toute conversation. Soyez sélectif. Désactivez les serveurs que vous n'utilisez pas activement.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Système de Fichiers & Recherche
|
|
24
|
+
|
|
25
|
+
### `@modelcontextprotocol/server-filesystem`
|
|
26
|
+
```bash
|
|
27
|
+
npx -y @modelcontextprotocol/server-filesystem /path/to/project
|
|
28
|
+
```
|
|
29
|
+
- **Ce qu'il apporte :** Lire, écrire, lister et rechercher des fichiers avec des restrictions de chemin configurables
|
|
30
|
+
- **Coût en tokens :** ~2 000 tokens
|
|
31
|
+
- **Utiliser quand :** Vous voulez que Claude explore un répertoire de base de code au-delà du répertoire de travail actuel
|
|
32
|
+
- **Éviter quand :** Les outils intégrés Read/Write de Claude Code couvrent déjà votre projet
|
|
33
|
+
|
|
34
|
+
### `@modelcontextprotocol/server-brave-search` ou `tavily`
|
|
35
|
+
```bash
|
|
36
|
+
npx -y @modelcontextprotocol/server-brave-search
|
|
37
|
+
```
|
|
38
|
+
- **Ce qu'il apporte :** Recherche web depuis Claude
|
|
39
|
+
- **Coût en tokens :** ~1 500 tokens
|
|
40
|
+
- **Utiliser quand :** Les agents ont besoin d'informations actuelles (docs, actualités, versions de packages) non présentes dans les données d'entraînement
|
|
41
|
+
- **Éviter quand :** Vous n'avez besoin que de génération de code, pas de recherches web
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Bases de Données
|
|
46
|
+
|
|
47
|
+
### `@modelcontextprotocol/server-postgres`
|
|
48
|
+
```json
|
|
49
|
+
{
|
|
50
|
+
"mcpServers": {
|
|
51
|
+
"postgres": {
|
|
52
|
+
"command": "npx",
|
|
53
|
+
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
```
|
|
58
|
+
- **Ce qu'il apporte :** Requêter, inspecter le schéma, lister les tables — accès DB direct depuis Claude
|
|
59
|
+
- **Coût en tokens :** ~3 000 tokens
|
|
60
|
+
- **Utiliser quand :** Exploration de schéma, rédaction de requêtes complexes, débogage de problèmes de données
|
|
61
|
+
- **Éviter quand :** Base de données de production — utiliser un replica en lecture seule ou une DB de dev
|
|
62
|
+
- **Sécurité :** Ne jamais pointer vers la DB de production. Utiliser un utilisateur en lecture seule au minimum.
|
|
63
|
+
|
|
64
|
+
### `@modelcontextprotocol/server-sqlite`
|
|
65
|
+
- **Ce qu'il apporte :** Identique à postgres mais pour les fichiers SQLite
|
|
66
|
+
- **Coût en tokens :** ~2 500 tokens
|
|
67
|
+
- **Utiliser quand :** Développement local avec SQLite, bases de données embarquées
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## APIs & Services
|
|
72
|
+
|
|
73
|
+
### `@modelcontextprotocol/server-github`
|
|
74
|
+
```json
|
|
75
|
+
{
|
|
76
|
+
"mcpServers": {
|
|
77
|
+
"github": {
|
|
78
|
+
"command": "npx",
|
|
79
|
+
"args": ["-y", "@modelcontextprotocol/server-github"],
|
|
80
|
+
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<token>" }
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
```
|
|
85
|
+
- **Ce qu'il apporte :** Lire les issues, PRs, commits, fichiers depuis des dépôts GitHub
|
|
86
|
+
- **Coût en tokens :** ~4 000 tokens
|
|
87
|
+
- **Utiliser quand :** Révision de PRs, triage d'issues, récupération de contexte depuis des dépôts distants
|
|
88
|
+
- **Éviter quand :** Vous n'avez besoin que du contexte git local (le CLI git est plus rapide)
|
|
89
|
+
|
|
90
|
+
### `@modelcontextprotocol/server-linear`
|
|
91
|
+
- **Ce qu'il apporte :** Créer, mettre à jour et interroger les issues et projets Linear
|
|
92
|
+
- **Coût en tokens :** ~3 000 tokens
|
|
93
|
+
- **Utiliser quand :** Suivi des issues intégré dans le workflow de développement
|
|
94
|
+
|
|
95
|
+
### `stripe-mcp` (Stripe officiel)
|
|
96
|
+
```bash
|
|
97
|
+
npx -y @stripe/mcp --api-key sk_test_...
|
|
98
|
+
```
|
|
99
|
+
- **Ce qu'il apporte :** Créer des customers, produits, prix, sessions checkout ; interroger les paiements
|
|
100
|
+
- **Coût en tokens :** ~5 000 tokens
|
|
101
|
+
- **Utiliser quand :** Construction d'intégrations Stripe, test des flux de paiement
|
|
102
|
+
- **Éviter quand :** Clés Stripe de production — utiliser uniquement le mode test en développement
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Navigateur & Tests
|
|
107
|
+
|
|
108
|
+
### `@modelcontextprotocol/server-puppeteer`
|
|
109
|
+
- **Ce qu'il apporte :** Lancer un navigateur, naviguer sur des pages, cliquer sur des éléments, prendre des captures d'écran
|
|
110
|
+
- **Coût en tokens :** ~3 500 tokens
|
|
111
|
+
- **Utiliser quand :** Tests d'UI web, scraping, automatisation d'interactions navigateur
|
|
112
|
+
- **Éviter quand :** Tests API — surdimensionné, utiliser fetch/curl
|
|
113
|
+
|
|
114
|
+
### `@playwright/mcp`
|
|
115
|
+
```bash
|
|
116
|
+
npx -y @playwright/mcp@latest
|
|
117
|
+
```
|
|
118
|
+
- **Ce qu'il apporte :** Automatisation Playwright — plus fiable que Puppeteer pour les SPAs modernes
|
|
119
|
+
- **Coût en tokens :** ~4 000 tokens
|
|
120
|
+
- **Utiliser quand :** Rédaction de tests E2E, vérification UI, automatisation complexe de navigateur
|
|
121
|
+
- **Recommandé plutôt que Puppeteer** pour les applications Next.js / React
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## IA & Raisonnement
|
|
126
|
+
|
|
127
|
+
### `@modelcontextprotocol/server-memory`
|
|
128
|
+
```bash
|
|
129
|
+
npx -y @modelcontextprotocol/server-memory
|
|
130
|
+
```
|
|
131
|
+
- **Ce qu'il apporte :** Un graphe de connaissances qui persiste entre les sessions — entités, relations, observations
|
|
132
|
+
- **Coût en tokens :** ~2 000 tokens
|
|
133
|
+
- **Utiliser quand :** Projets long-running où vous voulez que Claude se souvienne du contexte entre les sessions
|
|
134
|
+
- **Éviter quand :** Tâches à session unique — surcoût sans bénéfice
|
|
135
|
+
|
|
136
|
+
### `@modelcontextprotocol/server-sequential-thinking`
|
|
137
|
+
- **Ce qu'il apporte :** Force Claude à travers des étapes de raisonnement explicites avant de répondre
|
|
138
|
+
- **Coût en tokens :** ~1 500 tokens
|
|
139
|
+
- **Utiliser quand :** Résolution de problèmes multi-étapes complexes, décisions architecturales
|
|
140
|
+
- **Éviter quand :** Requêtes simples — ajoute de la latence sans bénéfice
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Template de Configuration
|
|
145
|
+
|
|
146
|
+
Ajouter des serveurs à `~/.claude/settings.json` (global) ou `.claude/settings.json` (projet) :
|
|
147
|
+
|
|
148
|
+
```json
|
|
149
|
+
{
|
|
150
|
+
"mcpServers": {
|
|
151
|
+
"github": {
|
|
152
|
+
"command": "npx",
|
|
153
|
+
"args": ["-y", "@modelcontextprotocol/server-github"],
|
|
154
|
+
"env": {
|
|
155
|
+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"postgres": {
|
|
159
|
+
"command": "npx",
|
|
160
|
+
"args": ["-y", "@modelcontextprotocol/server-postgres", "${DATABASE_URL}"]
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
Utiliser des références à des variables d'environnement (`${VAR}`) plutôt que des secrets codés en dur.
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
> **Travaillez avec nous :** Claudient est soutenu par [Uitbreiden](https://uitbreiden.com/) — nous construisons des produits IA et des solutions B2B avec des communautés de développeurs. [uitbreiden.com](https://uitbreiden.com/)
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
> 🇳🇱 Dit is de Nederlandse vertaling. [Engelse versie](../recommended-servers.md).
|
|
2
|
+
|
|
3
|
+
# MCP Aanbevolen Servers
|
|
4
|
+
|
|
5
|
+
Een praktische gids voor MCP-servers die het waard zijn om in Claude Code in te schakelen. Georganiseerd per categorie met tokenkostraming en duidelijke richtlijnen over wanneer elke te gebruiken.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Token Budget Bewustzijn
|
|
10
|
+
|
|
11
|
+
Elke ingeschakelde MCP-server draagt zijn toolbeschrijvingen bij aan het contextvenster van Claude.
|
|
12
|
+
|
|
13
|
+
| Ingeschakelde MCP-servers | Geschatte tokenkosten |
|
|
14
|
+
|--------------------|----------------------|
|
|
15
|
+
| 3 servers (~10 tools) | ~10.000 tokens |
|
|
16
|
+
| 10 servers (~30 tools) | ~30.000 tokens |
|
|
17
|
+
| 20 servers (~60 tools) | ~60.000 tokens |
|
|
18
|
+
|
|
19
|
+
Met een 200k tokenvenster verbruiken 10 actieve MCP's ~15% van je context voor elk gesprek. Wees selectief. Schakel servers uit die je niet actief gebruikt.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Bestandssysteem & Zoeken
|
|
24
|
+
|
|
25
|
+
### `@modelcontextprotocol/server-filesystem`
|
|
26
|
+
```bash
|
|
27
|
+
npx -y @modelcontextprotocol/server-filesystem /path/to/project
|
|
28
|
+
```
|
|
29
|
+
- **Wat het biedt:** Bestanden lezen, schrijven, weergeven en zoeken met configureerbare padrestricties
|
|
30
|
+
- **Tokenkosten:** ~2.000 tokens
|
|
31
|
+
- **Gebruik wanneer:** Je wilt dat Claude een codebasedirectory verkent buiten de huidige werkmap
|
|
32
|
+
- **Vermijd wanneer:** Claude Code's ingebouwde Read/Write-tools al je project afdekken
|
|
33
|
+
|
|
34
|
+
### `@modelcontextprotocol/server-brave-search` of `tavily`
|
|
35
|
+
```bash
|
|
36
|
+
npx -y @modelcontextprotocol/server-brave-search
|
|
37
|
+
```
|
|
38
|
+
- **Wat het biedt:** Webzoeken vanuit Claude
|
|
39
|
+
- **Tokenkosten:** ~1.500 tokens
|
|
40
|
+
- **Gebruik wanneer:** Agenten actuele informatie nodig hebben (documentatie, nieuws, pakketversies) die niet in trainingsdata zit
|
|
41
|
+
- **Vermijd wanneer:** Je alleen codegeneratie nodig hebt, geen webzoekopdrachten
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Databases
|
|
46
|
+
|
|
47
|
+
### `@modelcontextprotocol/server-postgres`
|
|
48
|
+
```json
|
|
49
|
+
{
|
|
50
|
+
"mcpServers": {
|
|
51
|
+
"postgres": {
|
|
52
|
+
"command": "npx",
|
|
53
|
+
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
```
|
|
58
|
+
- **Wat het biedt:** Query's uitvoeren, schema inspecteren, tabellen weergeven — directe DB-toegang vanuit Claude
|
|
59
|
+
- **Tokenkosten:** ~3.000 tokens
|
|
60
|
+
- **Gebruik wanneer:** Schema-exploratie, complexe queries schrijven, dataproblemen debuggen
|
|
61
|
+
- **Vermijd wanneer:** Productiedatabase — gebruik een alleen-lezen replica of dev-DB
|
|
62
|
+
- **Beveiliging:** Wijs nooit naar productie-DB. Gebruik minimaal een alleen-lezen gebruiker.
|
|
63
|
+
|
|
64
|
+
### `@modelcontextprotocol/server-sqlite`
|
|
65
|
+
- **Wat het biedt:** Hetzelfde als postgres maar voor SQLite-bestanden
|
|
66
|
+
- **Tokenkosten:** ~2.500 tokens
|
|
67
|
+
- **Gebruik wanneer:** Lokale ontwikkeling met SQLite, ingebedde databases
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## API's & Services
|
|
72
|
+
|
|
73
|
+
### `@modelcontextprotocol/server-github`
|
|
74
|
+
```json
|
|
75
|
+
{
|
|
76
|
+
"mcpServers": {
|
|
77
|
+
"github": {
|
|
78
|
+
"command": "npx",
|
|
79
|
+
"args": ["-y", "@modelcontextprotocol/server-github"],
|
|
80
|
+
"env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "<token>" }
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
```
|
|
85
|
+
- **Wat het biedt:** Issues, PR's, commits, bestanden lezen vanuit GitHub-repo's
|
|
86
|
+
- **Tokenkosten:** ~4.000 tokens
|
|
87
|
+
- **Gebruik wanneer:** PR's reviewen, issues triagen, context ophalen vanuit externe repo's
|
|
88
|
+
- **Vermijd wanneer:** Je alleen lokale git-context nodig hebt (git CLI is sneller)
|
|
89
|
+
|
|
90
|
+
### `@modelcontextprotocol/server-linear`
|
|
91
|
+
- **Wat het biedt:** Linear-issues en -projecten aanmaken, bijwerken en bevragen
|
|
92
|
+
- **Tokenkosten:** ~3.000 tokens
|
|
93
|
+
- **Gebruik wanneer:** Issue-tracking geïntegreerd in ontwikkelingsworkflow
|
|
94
|
+
|
|
95
|
+
### `stripe-mcp` (Stripe officieel)
|
|
96
|
+
```bash
|
|
97
|
+
npx -y @stripe/mcp --api-key sk_test_...
|
|
98
|
+
```
|
|
99
|
+
- **Wat het biedt:** Klanten, producten, prijzen, checkout-sessies aanmaken; betalingen bevragen
|
|
100
|
+
- **Tokenkosten:** ~5.000 tokens
|
|
101
|
+
- **Gebruik wanneer:** Stripe-integraties bouwen, betalingsflows testen
|
|
102
|
+
- **Vermijd wanneer:** Productie Stripe-sleutels — gebruik testmodus alleen in ontwikkeling
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## Browser & Testen
|
|
107
|
+
|
|
108
|
+
### `@modelcontextprotocol/server-puppeteer`
|
|
109
|
+
- **Wat het biedt:** Een browser starten, pagina's navigeren, elementen klikken, schermafbeeldingen maken
|
|
110
|
+
- **Tokenkosten:** ~3.500 tokens
|
|
111
|
+
- **Gebruik wanneer:** Web-UI's testen, scrapen, browserinteracties automatiseren
|
|
112
|
+
- **Vermijd wanneer:** API-testen — overkill, gebruik fetch/curl
|
|
113
|
+
|
|
114
|
+
### `@playwright/mcp`
|
|
115
|
+
```bash
|
|
116
|
+
npx -y @playwright/mcp@latest
|
|
117
|
+
```
|
|
118
|
+
- **Wat het biedt:** Playwright-automatisering — betrouwbaarder dan Puppeteer voor moderne SPA's
|
|
119
|
+
- **Tokenkosten:** ~4.000 tokens
|
|
120
|
+
- **Gebruik wanneer:** E2E-tests schrijven, UI-verificatie, complexe browserautomatisering
|
|
121
|
+
- **Aanbevolen boven Puppeteer** voor Next.js / React-apps
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## AI & Redenering
|
|
126
|
+
|
|
127
|
+
### `@modelcontextprotocol/server-memory`
|
|
128
|
+
```bash
|
|
129
|
+
npx -y @modelcontextprotocol/server-memory
|
|
130
|
+
```
|
|
131
|
+
- **Wat het biedt:** Een kennisgraaf die persisteert over sessies — entiteiten, relaties, observaties
|
|
132
|
+
- **Tokenkosten:** ~2.000 tokens
|
|
133
|
+
- **Gebruik wanneer:** Langlopende projecten waarbij je wilt dat Claude context onthoudt tussen sessies
|
|
134
|
+
- **Vermijd wanneer:** Enkelvoudige sessietaken — overhead zonder voordeel
|
|
135
|
+
|
|
136
|
+
### `@modelcontextprotocol/server-sequential-thinking`
|
|
137
|
+
- **Wat het biedt:** Dwingt Claude door expliciete redenerstappen voor het beantwoorden
|
|
138
|
+
- **Tokenkosten:** ~1.500 tokens
|
|
139
|
+
- **Gebruik wanneer:** Complexe meerstaps probleemoplossing, architectuurbeslissingen
|
|
140
|
+
- **Vermijd wanneer:** Eenvoudige queries — voegt latentie toe zonder voordeel
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Configuratiesjabloon
|
|
145
|
+
|
|
146
|
+
Voeg servers toe aan `~/.claude/settings.json` (globaal) of `.claude/settings.json` (project):
|
|
147
|
+
|
|
148
|
+
```json
|
|
149
|
+
{
|
|
150
|
+
"mcpServers": {
|
|
151
|
+
"github": {
|
|
152
|
+
"command": "npx",
|
|
153
|
+
"args": ["-y", "@modelcontextprotocol/server-github"],
|
|
154
|
+
"env": {
|
|
155
|
+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"postgres": {
|
|
159
|
+
"command": "npx",
|
|
160
|
+
"args": ["-y", "@modelcontextprotocol/server-postgres", "${DATABASE_URL}"]
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
Gebruik omgevingsvariabele-verwijzingen (`${VAR}`) in plaats van hardcoded secrets.
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
> **Werk met ons:** Claudient wordt ondersteund door [Uitbreiden](https://uitbreiden.com/) — we bouwen AI-producten en B2B-oplossingen met ontwikkelaarsgemeenschappen. [uitbreiden.com](https://uitbreiden.com/)
|