A comprehensive collection of Model Context Protocol (MCP) servers that transform Claude Desktop into a powerful development assistant. This project
If you already use Claude Ts Mcps, the claude ts mcps mcp server is the piece that lets your assistant work with it directly. A comprehensive collection of Model Context Protocol (MCP) servers that transform Claude Desktop into a powerful development assistant. This project leverages your flat-rate Claude Pro/Max subscription to provide capabilities similar to.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Multi — Account Support**: Switch between work/personal accountsSecurity — Prevents dangerous operations, directory restrictionsFeatures — Auto-parsing of command strings, output size limits, timeoutAutomation — You: "Monitor our GitHub issues and create a summary" Claude: Uses GitHub API to fetch issues, analyze patterns, generate reportConfiguration is passed through the environment: GITHUB_PERSONAL_ACCESS_TOKEN, GITHUB_TOKEN_WORK, GITHUB_TOKEN_PERSONAL, BRAVE_API_KEY, PERPLEXITY_API_KEY, CUSTOM_USER_AGENT, IGNORE_ROBOTS_TXT, YOUR_DEFAULT_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Claude Ts Mcps's toolset — Multi, Security, Features and 1 more — is a fair guide to whether it matches your workflow. It is maintained by ukkz; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Claude Ts Mcps's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Multi | Account Support**: Switch between work/personal accounts |
| Security | Prevents dangerous operations, directory restrictions |
| Features | Auto-parsing of command strings, output size limits, timeout |
| Automation | You: "Monitor our GitHub issues and create a summary" Claude: *Uses GitHub API to fetch issues, analyze patterns, generate report* |
| Variable | Description | Required |
|---|---|---|
| GITHUB_PERSONAL_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| GITHUB_TOKEN_WORK | Credential the server authenticates with. | Yes |
| GITHUB_TOKEN_PERSONAL | Credential the server authenticates with. | Yes |
| BRAVE_API_KEY | Credential the server authenticates with. | Yes |
| PERPLEXITY_API_KEY | Credential the server authenticates with. | Yes |
| CUSTOM_USER_AGENT | Configuration value read at startup. | Optional |
| IGNORE_ROBOTS_TXT | Configuration value read at startup. | Optional |
| YOUR_DEFAULT_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.