What problem does it solve?
This Skill helps you discover, validate, and integrate Model Context Protocol (MCP) tools into Claude Code skills, enabling seamless tool catalogs, scoring candidates, generating tool configs, and optional Docker runtimes, reducing manual setup and security concerns.
Core Features & Use Cases
- Discover MCP tools from approved catalogs
- Score and validate candidates based on your requirements
- Generate tool artifacts (manifests, configs) and integrate into skills
- Prepare runtimes with optional Docker sandboxing
- Use case: When creating a new skill that needs external MCP tools, attach a tool and test it.
Quick Start
Run the quick start commands below to attach and test MCP tools in your skill.
- Discover MCP tools from catalogs:
python3 .claude/skills/mcp-provider/scripts/discover_mcp.py --search "database"
- Attach an MCP tool to a Skill:
python3 .claude/skills/mcp-provider/scripts/attach_mcp.py --skill-path .claude/skills/my-skill --mcp-id "postgresql-mcp" --tool-name "postgres-tools"
- Test the MCP tool:
python3 .claude/skills/mcp-provider/scripts/test_mcp.py --skill-path .claude/skills/my-skill --tool-name "postgres-tools"