mcp-provider
CommunityAutomate MCP tool discovery and integration.
Authorbacoco
Version1.0.0
Installs0
System Documentation
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"
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: mcp-provider Download link: https://github.com/bacoco/EvolveSkill/archive/main.zip#mcp-provider Please download this .zip file, extract it, and install it in the .claude/skills/ directory.