mcp-integration

Expose MCP servers as tools via standardized prefixes for Claude Code plugins.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/PoyoPoak/FastAPI-App-Template --skill mcp-integration-poyopoak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-integration
Source: https://github.com/PoyoPoak/FastAPI-App-Template/tree/main/.agents/skills/mcp-integration
Command: npx skills add https://github.com/PoyoPoak/FastAPI-App-Template --skill mcp-integration-poyopoak

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Connect Claude Code plugins to external services by exposing MCP servers as configurable tools through standardized tool prefixes, enabling seamless integration and automation across plugins.

Core Features & Use Cases

  • Configurable MCP server types: stdio (local), SSE (hosted), HTTP, and WebSocket to cover both local development and cloud integrations.
  • Automatic authentication options: OAuth for SSE/HTTP and token-based or environment-variable credentials for stdio, with secure token handling guidance.
  • Unified tool discovery and usage: tools are exposed with the mcp__plugin_<plugin>_<server>__<tool-name> prefixes, enabling cross-service workflows and multi-server plugin orchestration.

Quick Start

Configure a local MCP server (stdio) or a hosted MCP service (SSE/HTTP) and verify tool availability 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 MCP servers with Claude Code?

You can connect Claude Code plugins to external services by exposing MCP servers as configurable tools through standardized prefixes. This enables seamless integration and automation across plugins for both local and cloud services.

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

Yes, OAuth flows are supported for authenticating SSE and HTTP MCP servers. For local stdio servers, you can use environment-variable configuration or token-based credentials for secure authentication.

Does Claude Code support WebSocket and SSE for MCP tool discovery?

Yes, Claude Code supports stdio, SSE, HTTP, and WebSocket MCP types for tool discovery. You can verify available tools and manage multi-server workflows through the in-app /mcp interface.

What is the naming convention for MCP tools in Claude Code plugins?

MCP tools are exposed using the mcp__plugin_<plugin>_<server>__<tool-name> prefix structure. This standardized naming convention enables unified tool discovery and multi-server orchestration across plugins.

How do I configure a local stdio MCP server for Claude Code?

To configure a local stdio MCP server, set up environment-variable configuration and token credentials. After setup, verify tool availability and multi-server workflow integration using the /mcp command.