create-mcp

Generate MCP server integrations in the Lore framework with transport configuration and tool registration.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/LayerDynamics/Lore --skill create-mcp-layerdynamics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-mcp
Source: https://github.com/LayerDynamics/Lore/tree/main/lore/skills/create-mcp
Command: npx skills add https://github.com/LayerDynamics/Lore --skill create-mcp-layerdynamics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new MCP (Model Context Protocol) server integrations within the Lore framework, automating the setup of transport configurations and tool registrations.

Core Features & Use Cases

  • Automated Project Scaffolding: Generates the necessary directory structure and configuration files for Node.js, Deno, or Python runtimes.
  • Transport Configuration: Sets up either stdio or server-sent events (SSE) transport mechanisms.
  • Tool Registration: Facilitates the definition and registration of tools the MCP server will expose.
  • Use Case: When starting a new microservice that needs to communicate via MCP, use this skill to quickly scaffold the project, define its communication protocol, and register its initial set of tools.

Quick Start

Use the create-mcp skill to create a new MCP server named 'user-auth' with SSE transport.

Frequently Asked Questions about create-mcp

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

FAQPage Schema
How do I scaffold a new MCP server integration?

To scaffold a new MCP server integration, use this tool to automatically generate the directory structure, plugin manifest, and server skeleton. It configures transport options and registers tools for your new server.

What runtimes are supported for MCP server creation?

MCP server creation supports Node.js, Python, and Deno runtimes. You can specify your preferred runtime during the project scaffolding process to generate the appropriate server skeleton.

Can I configure SSE transport for an MCP server?

Yes, you can configure SSE transport for an MCP server. The scaffolding process supports both stdio and server-sent events (SSE) transport mechanisms to suit your microservice communication needs.

What is the best way to register tools in an MCP integration?

The best way to register tools in an MCP integration is through automated project scaffolding. This process facilitates the definition and registration of the specific tools your MCP server will expose.

Do I need the Lore framework to generate an MCP server?

Yes, you need the Lore framework to generate an MCP server using this specific tooling. The Skill is designed to streamline MCP server creation specifically within the Lore framework environment.

Why use automated scaffolding for MCP server integrations?

Automated scaffolding for MCP server integrations eliminates manual setup errors by automatically generating directory structures, transport configurations, and tool registrations. This accelerates the deployment of microservices communicating via MCP.