mcp-creator

Create and configure MCP server integrations for Claude Code plugins.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill mcp-creator-hjemmesidekongen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-creator
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/kronen/skills/mcp-creator
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill mcp-creator-hjemmesidekongen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of setting up and configuring connections to external services via MCP (Model Context Protocol) servers, enabling seamless integration of tools and data into Claude Code.

Core Features & Use Cases

  • Server Configuration: Define and manage connections for various server types (stdio, SSE, HTTP, WebSocket).
  • Authentication Setup: Configure OAuth, token-based, or environment variable authentication.
  • Tool Integration: Integrate external tools into commands and agents.
  • Use Case: When adding a new external API as a tool for Claude Code, use this Skill to define its connection details, authentication method, and ensure it's correctly registered.

Quick Start

Configure a new MCP server integration for your plugin by defining its connection details.

Frequently Asked Questions about mcp-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure an MCP server connection for Claude Code plugins?

To configure an MCP server connection, you define the server type (stdio, SSE, HTTP, WebSocket), set up authentication mechanisms like OAuth or API keys, and register the server as a tool within commands and agents using portable environment variables and standard pathing.

What authentication methods can I set up for MCP server integrations?

MCP server integrations support OAuth, token-based authentication, and environment variable authentication. You configure these mechanisms during the server setup process to securely connect external APIs as tools for Claude Code.

Can I use SSE and WebSocket server types when adding external API tools?

Yes, you can define and manage connections for various server types including SSE, WebSocket, stdio, and HTTP. The skill facilitates integrating these external servers as functional tools within Claude Code commands and agents.

What is the best way to ensure portable configurations for MCP server setups?

The best way to ensure portable configurations is by using environment variables and standard pathing when defining server connections. This approach guarantees your MCP server integrations remain portable across different environments.

How do I integrate external tools into Claude Code commands and agents?

You integrate external tools by defining their connection details and authentication method through an MCP server configuration. Once configured, the skill registers the external service as a usable tool within your Claude Code commands and agents.

Do I need environment variables to manage MCP server API connections?

Yes, using environment variables is required to ensure portable configurations for MCP server API connections. This standardizes pathing and securely manages authentication tokens without hardcoding sensitive credentials.