Adds an MCP server integration configuration to an existing plugin. NOT for scaffolding a brand-new plugin (use `create-plugin`) and NOT for Azure hosted agents (use `create-azure-agent`).
Scanned 9/2/2026
Install to Claude Code
npx -y skills add richfrem/agent-plugins-skills --skill create-mcp-integration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Create Mcp Integration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/richfrem-create-mcp-integration-agent-plugins-skills)More formats (shields.io, HTML) on the badges page.
---
name: create-mcp-integration
plugin: agent-scaffolders
description: >
Adds an MCP server integration configuration to an existing plugin. NOT for scaffolding a brand-new plugin (use `create-plugin`) and NOT for Azure hosted agents (use `create-azure-agent`).
argument-hint: "[mcp-server-name or service]"
allowed-tools: Bash, Read, Write
---
Follow the `create-mcp-integration` skill workflow to scaffold a new MCP server
integration for a Claude Code plugin.
## Inputs
- `$ARGUMENTS` — optional MCP server name or service description (e.g. `postgres`,
`github`, `slack`). Omit to start with discovery.
## Steps
1. If `$ARGUMENTS` names a server or service, use it to seed Phase 1 discovery
2. Follow the create-mcp-integration phased workflow: confirm server type
(stdio / SSE / streamable-http), authentication method, which tools to expose,
configuration fields, then generate the `.mcp.json` entry and any supporting config
3. Report the generated configuration and setup instructions
## Output
`.mcp.json` server entry with full configuration (command/url, env vars, allowed tools)
and instructions for obtaining credentials and verifying the connection with `/mcp`.
## Edge Cases
- If `$ARGUMENTS` is empty: begin with server type selection
- If the service requires OAuth: document the auth flow steps explicitly
- Prefer `streamable-http` transport for new hosted integrations over SSE
- All MCP server URLs must use HTTPS/WSS — never HTTP/WS
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!