Quick reference for setting up the most useful MCP servers with Claude Code.
Search and install 200+ curated skills, prompts, and MCP configs.
claude mcp add tokrepo -- npx tokrepo-mcp-serverBrowse: https://tokrepo.com/en/featured
claude mcp add github -- npx @anthropic/mcp-githubclaude mcp add filesystem -- npx @anthropic/mcp-filesystem ~/projectsclaude mcp add brave-search -- npx @anthropic/mcp-brave-searchclaude mcp add memory -- npx @anthropic/mcp-memory{
"mcpServers": {
"tokrepo": {
"command": "npx",
"args": ["tokrepo-mcp-server"]
},
"github": {
"command": "npx",
"args": ["@anthropic/mcp-github"]
},
"filesystem": {
"command": "npx",
"args": ["@anthropic/mcp-filesystem", "~/projects"]
}
}
}npx tokrepo search "code review"
npx tokrepo search "git workflow"
npx tokrepo search "database mcp"