🌐 Master Claude Code with this comprehensive guide on enhancing projects with MCP servers, commands, and effective chat strategies.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-code-mastery": {
"command": "npx",
"args": [
"-y",
"israel7852/claude-code-mastery"
]
}
}
}
Run in terminal:
claude mcp add claude-code-mastery npx -y israel7852/claude-code-mastery
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-code-mastery": {
"command": "npx",
"args": [
"-y",
"israel7852/claude-code-mastery"
]
}
}
}