One-click install
npx skills add https://github.com/Abdullahmohammadaref/acar --skill mcp-integration-abdullahmohammadaref
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MCP Integration
Source: https://github.com/Abdullahmohammadaref/acar/tree/main/.agents/skills/mcp-integration
Command: npx skills add https://github.com/Abdullahmohammadaref/acar --skill mcp-integration-abdullahmohammadaref

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes a unified, scalable method for Claude Code plugins to connect to external services via Model Context Protocol, replacing ad-hoc wiring with a standardized integration pattern.

Core Features & Use Cases

  • Supports stdio, SSE, HTTP, and WebSocket MCP servers for flexible plugin architectures
  • Provides consistent tool discovery, naming, and authentication workflows across plugins and agents
  • Includes guidance for configuring MCP servers, environment variables, and secure token handling in plugins
  • Real-world use: integrate a cloud service as tools within a Claude Code plugin to automate workflows

Quick Start

Install an MCP server in your Claude Code plugin and verify its tools appear with the /mcp command.

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 services into Claude Code plugins using MCP?

You integrate external services by configuring stdio, SSE, HTTP, or WebSocket MCP servers within your plugin to provide standardized tool discovery and authentication, allowing Claude Code to automate workflows securely.

What is the best way to connect an HTTP MCP server to Claude Code?

The best way to connect an HTTP MCP server is through the standardized MCP integration pattern, which replaces ad-hoc wiring by enforcing frontmatter requirements and providing consistent tool discovery across your Claude Code plugins and agents.

Can I use OAuth tokens for MCP server authentication in Claude Code?

Yes, you can use OAuth tokens for MCP server authentication in Claude Code. The integration emphasizes safe handling of environment variables and secure token management to connect plugins to external services.

How do I discover available tools after installing an MCP server in Claude Code?

You discover available tools by installing the MCP server in your Claude Code plugin and verifying its tools appear with the /mcp command, ensuring consistent naming and discovery workflows across your agents.

Does MCP integration support WebSocket server connections for Claude Code agents?

Yes, MCP integration supports WebSocket server connections alongside stdio, SSE, and HTTP servers. This flexible architecture allows Claude Code agents to connect to external services through various transport protocols.