mcp-integration

Integrate external MCP servers into Claude Code plugins via .mcp.json.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/ffalor/agentic-coding --skill mcp-integration-ffalor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-integration
Source: https://github.com/ffalor/agentic-coding/tree/main/plugins/plugin-dev/skills/mcp-integration
Command: npx skills add https://github.com/ffalor/agentic-coding --skill mcp-integration-ffalor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the integration of external services and APIs into Claude Code plugins, enabling richer functionality and data access.

Core Features & Use Cases

  • Connect External Services: Seamlessly integrate databases, APIs, and other services.
  • Expose Tool Capabilities: Make external service functionalities available as tools within Claude Code.
  • Use Case: Integrate a project management tool's API (like Asana or Jira) to allow Claude Code to create, update, and query tasks directly, all configured through a simple .mcp.json file.

Quick Start

Configure your MCP server by creating a .mcp.json file in your plugin's root directory.

Frequently Asked Questions about mcp-integration

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

FAQPage Schema
How do I integrate external APIs into Claude Code plugins?

You can connect external APIs into Claude Code plugins by configuring a `.mcp.json` file in the plugin's root directory to connect external Model Context Protocol (MCP) servers. This setup enables structured external service access and exposes external service functionalities as tools.

What types of MCP servers can I connect to Claude Code?

Claude Code supports connecting stdio, SSE, HTTP, and WebSocket server types. This allows diverse external service connectivity and tool usage within your AI plugin architecture, supporting various protocol integrations for external services.

How do I expose external service functionalities as tools within Claude Code?

You expose external service functionalities as tools within Claude Code by configuring your MCP server through a `.mcp.json` file. This bridges external services like project management APIs directly into Claude Code for querying and updating tasks.

Does the Model Context Protocol integration support authentication for external services?

Yes, Model Context Protocol integration provides comprehensive guidance on configuration and authentication for external services. This ensures secure access to databases and APIs exposed as tools within your Claude Code plugins.

Can I use a project management API like Asana or Jira with Claude Code?

Yes, you can integrate project management APIs like Asana or Jira with Claude Code. By configuring a `.mcp.json` file, you allow Claude Code to directly create, update, and query tasks through the Model Context Protocol.