---
Integrates your FastMCP server with external platforms like FastAPI, OpenAI, or Claude Desktop. Use this when you need to connect your MCP server to APIs, LLMs, IDEs, or add authorization.
/plugin marketplace add vanman2024/mcp-servers-marketplace/plugin install fastmcp@mcp-servers-marketplacešØ EXECUTION NOTICE FOR CLAUDE
When you invoke this command via SlashCommand, the system returns THESE INSTRUCTIONS below.
YOU are the executor. This is NOT an autonomous subprocess.
Immediately after SlashCommand returns, start executing Phase 0, then Phase 1, etc.
See @CLAUDE.md section "SlashCommand Execution - YOU Are The Executor" for detailed explanation.
CRITICAL: All generated files must follow security rules:
@docs/security/SECURITY-RULES.md
Key requirements:
your_service_key_here.env files with .gitignore.env.example with placeholders onlyArguments: $ARGUMENTS
Goal: Integrate existing FastMCP server with external platforms. Supports API frameworks (FastAPI, OpenAPI), LLM platforms (Anthropic, OpenAI, Gemini, ChatGPT), IDEs (Claude Desktop, Cursor, Claude Code), and authorization (Permit.io, Eunomia).
Phase 1: Discovery
Actions:
Phase 2: Analysis
Actions:
Phase 3: Implementation
Actions:
Implement directly or use Task with general-purpose agent for complex cases for each integration.
Agent should WebFetch based on integration type:
API Frameworks:
LLM Platforms:
IDEs:
Authorization:
FastAPI: Import MCP server, mount at path, configure CORS, add middleware OpenAPI: Parse spec, generate MCP tools from endpoints, add validation, configure route mapping LLM Platform: Add client library, configure API key, setup MCP connector, add sampling support IDE: Generate config files, add installation scripts, configure server command Authorization: Add middleware, configure policy engine, define resources/permissions, add checks, setup policy files
Phase 4: Configuration & Dependencies
Actions:
Phase 5: Documentation & Verification
Actions:
Phase 6: Summary
Actions: