Loading...
Loading...
Search GitHub and automatically install and configure MCP (Model Context Protocol) server tools into Claude configuration files. This skill is triggered when users need to install MCP tools. Workflow: Search for MCP projects on GitHub -> Extract npx configuration -> Add to ~/.claude.json -> Handle API keys (if any).
npx skill4agent add aaaaqwq/claude-code-skills mcp-installermcp servermcp-{
"mcpServers": {
"Tool Name": {
"command": "npx",
"args": ["-y", "package-name@latest"]
}
}
}{
"mcpServers": {
"Tool Name": {
"command": "npx",
"args": ["-y", "package-name@latest"],
"env": {
"API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}~/.claude.jsonYOUR_API_KEY_HERE✅ MCP tool installation completed!
Tool Name: [Tool Name]
Project URL: [GitHub URL]
Configuration Location: ~/.claude.json
Keys to configure (if any):
- [Key Name]: [Obtaining Instructions]
Please restart Claude Code to load the new configuration.%USERPROFILE%\.claude.json~/.claude.jsonmcp__github__search_repositoriesmcp__github__get_file_contents