mcp-integration

Configure Model Context Protocol servers to integrate external APIs into Claude Code plugins.

3|Updated May 3, 2026
One-click install
npx skills add https://github.com/chloebrett/slay --skill mcp-integration-chloebrett
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-integration
Source: https://github.com/chloebrett/slay/tree/main/.claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/mcp-integration
Command: npx skills add https://github.com/chloebrett/slay --skill mcp-integration-chloebrett

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill enables Claude Code plugins to connect with and utilize external services and APIs through Model Context Protocol servers, streamlining the integration process.

Core Features & Use Cases

  • Connect to external services such as databases, APIs, and file systems using various MCP server types.
  • Provide multiple related tools from a single service to extend plugin functionality.
  • Handle authentication flows like OAuth and token-based methods automatically within Claude Code.
  • Use case: A developer wants to incorporate GitHub issue management into their plugin, configuring an MCP SSE server for OAuth authentication and calling tools for issue creation and search seamlessly.

Quick Start

Configure an MCP SSE server inside your plugin's .mcp.json, then reference tools like mcp__plugin_github_github__create_issue directly in your commands.

Frequently Asked Questions about mcp-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect external APIs to Claude Code plugins?

You can connect external APIs by configuring Model Context Protocol servers within your Claude Code plugin's `.mcp.json` file, which facilitates secure and scalable external service interactions across AI workflows.

Does Claude Code support OAuth authentication for MCP server connections?

Yes, Claude Code supports OAuth authentication for MCP server connections. It automatically handles authentication flows like OAuth and token-based methods within your AI workflows, ensuring secure access to external services and APIs.

What is the best way to configure an MCP SSE server for GitHub issue management?

The best way to configure an MCP SSE server for GitHub issue management is to define the server settings inside your plugin's `.mcp.json` file, then directly reference tools like `mcp__plugin_github_github__create_issue` in your commands.

Can I provide multiple related tools from a single external service in my plugin?

Yes, you can provide multiple related tools from a single external service to extend plugin functionality. The Model Context Protocol integration allows comprehensive tool access, enabling scalable and maintainable external service interactions within AI workflows.

When do I need Model Context Protocol servers for external service integration?

You need Model Context Protocol servers for external service integration when you want to connect your Claude Code plugins to external databases, APIs, or file systems and require automated authentication flows to ensure secure, maintainable interactions.