AI & Prompt Tools · Free tool
MCP Server Picker
Pick a workflow (coding, research, data, support, scraping) and get the recommended MCP servers plus a copy-paste Claude Desktop config.
Recommended MCP servers
- 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 Desktop / Code config snippet
{
"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).
Advertisement
What it does
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.
Embed this tool on your siteShow snippetHide
Paste this snippet into any page. Loads on-demand (lazy), no tracking scripts, and sized to most dashboards. Replace the height to fit your layout.
<iframe src="https://freetoolarena.com/embed/mcp-server-picker" width="100%" height="720" frameborder="0" loading="lazy" title="MCP Server Picker" style="border:1px solid #e2e8f0;border-radius:12px;max-width:720px;"></iframe>How to use it
- Pick the workflow.
- Read the server list.
- Copy the JSON snippet into your Claude Desktop config.
Advertisement