This lets you bundle Model Context Protocol servers directly into Claude Code plugins so external services show up as native tools. Instead of manually configuring MCP connections, you package them with your plugin using a .mcp.json file at the root. Useful when you're building plugins that need database access, API integrations, or OAuth flows and want users to get everything working without extra setup steps. The repo includes templates for both dedicated MCP config files and inline server definitions. It's forked from ovachiever/droid-tings and lives in a templates collection with 27.7K stars, though the security audits are mixed.
npx skills add https://github.com/davila7/claude-code-templates --skill mcp-integration