create-mcp

Automates scaffolding and configuration of MCP servers for Codex from OpenAPI specs.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill create-mcp-tecnologia-ibtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-mcp
Source: https://github.com/tecnologia-ibtech/geo-codex/tree/main/geo-setup/skills/create-mcp
Command: npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill create-mcp-tecnologia-ibtech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the scaffolding and configuration of an MCP server to wrap an API or service for Codex.

Core Features & Use Cases

  • Generates a complete MCP server project structure (TypeScript or Python) and registers tools for Codex.
  • Supports input from OpenAPI/Swagger specs, API documentation, or manual API descriptions to tailor endpoints and auth.
  • Includes guidance for environment variables and project configuration to safely run the MCP server.

Quick Start

Generate a new MCP server by describing your API input form and following the prompts to produce a ready-to-run project.

Frequently Asked Questions about create-mcp

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

FAQPage Schema
How do I create an MCP server to wrap an API for Codex?

You can scaffold an MCP server for Codex by providing OpenAPI specs, API documentation, or manual descriptions. The Skill then automatically generates the complete project structure, environment configuration, and integration snippets using either TypeScript or Python.

Can I generate an MCP server from an OpenAPI spec?

Yes, the Skill supports OpenAPI and Swagger specifications as input to automatically generate the MCP server project. It uses these specs to tailor endpoints and authentication configurations for the Codex integration.

Does MCP server scaffolding work with both Python and TypeScript?

Yes, MCP server scaffolding supports both Python and TypeScript stacks. The Skill generates the appropriate project structure, file configuration, and build scripts based on your chosen language.

What do I need to configure when wrapping an API for Codex?

When wrapping an API for Codex, you need to configure environment variables and project settings to safely run the MCP server. The Skill provides specific guidance for environment configuration alongside the generated integration snippets.

What is the best way to register API tools for Codex integration?

The best way to register API tools for Codex integration is to scaffold a complete MCP server project that includes built-in registration snippets. This Skill automates that process by generating the project structure and build scripts directly from your API descriptions.