Global Araç
Mcp Server Picker
Önerilen MCP sunucuları
- FilesystemofficialRead/write/edit files in a sandboxed directory.
@modelcontextprotocol/server-filesystem - GitofficialLocal git operations: log, diff, blame, status, commit prep.
@modelcontextprotocol/server-git - GitHubofficialIssues, PRs, repos, code search via the GitHub API.
@modelcontextprotocol/server-github - Sequential ThinkingofficialForces step-by-step thinking for hard problems.
@modelcontextprotocol/server-sequential-thinking - MemoryofficialPersistent knowledge graph across sessions.
@modelcontextprotocol/server-memory
Claude Masaüstü / Kod yapılandırma parçası
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/dir"
]
},
"git": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-git"
]
},
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}For Claude Desktop: paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
Güven notu: “official” sunucular Anthropic veya listelenen satıcı tarafından yönetilir. Topluluk sunucularının kalitesi değişir — dosya sistemi veya ağ erişimi vermeden önce kaynağı inceleyin. Tüm MCP sunucularını, onları çalıştıran kullanıcıyla aynı yetkilere sahip olarak değerlendirin.
Pick a workflow (coding, research, data analyst, customer support, scraping, project manager, personal assistant) and get the recommended Model Context Protocol servers, with installation strings and a copy-paste config snippet for Claude Desktop / Code.
Servers are tagged official vs community — community servers vary in quality and trust. Treat all MCP servers as having the privileges of the user running them.
Nasıl Kullanılır
- Pick the workflow.
- Read the server list.
- Copy the JSON snippet into your Claude Desktop config.