agentsclimarketplace

Create mcp integration

Skill richfrem/agent-plugins-skills/plugins/agent-scaffolders/skills/create-mcp-integration

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`).From its SKILL.md

Install
npx -y skills add richfrem/agent-plugins-skills --skill create-mcp-integration

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 255 tokens by cl100k_base, as published. Nobody here has run it

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

What ships with it: 79 files

7.5 KB alongside SKILL.md

evals/

references/

39 more files not listed here. See all 79 in the repository.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.