create-server-json

Generate and validate MCP Registry server.json files against the latest schema.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/pulsemcp/agentic-engineering --skill create-server-json
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-server-json
Source: https://github.com/pulsemcp/agentic-engineering/tree/main/.claude/skills/create-server-json
Command: npx skills add https://github.com/pulsemcp/agentic-engineering --skill create-server-json

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a standard, schema-conformant MCP Registry server.json for an MCP server project, enabling automated discovery, installation, and configuration.

Core Features & Use Cases

  • Scaffold a new server.json that adheres to the latest MCP Registry schema.
  • Validate and update existing server.json definitions for registry deployment.
  • Reference official guidelines and schema to ensure required fields like remotes and packages are properly populated.

Quick Start

Provide the server context (name, version, endpoints, packages) and I will generate a compliant server.json.

Frequently Asked Questions about create-server-json

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

FAQPage Schema
How do I generate a compliant MCP server.json file for registry deployment?

A server.json file is required for MCP Registry deployment to enable automated discovery, installation, and configuration. It must conform to the latest MCP schema and populate required fields like remotes and packages.

How do I validate an existing server.json definition against the MCP schema?

Provide your existing server.json definition and the Skill will validate it against the latest MCP Registry schema, updating required fields like remotes and packages to ensure full compliance.

What fields are required in a server.json file for the MCP Registry?

Required fields in a server.json file include remotes and packages. The Skill uses the official server.json reference to ensure these required fields are properly populated for registry deployment.

Can I scaffold a new server.json from scratch for an MCP server project?

Yes, scaffolding a new server.json from scratch is supported. Provide the initial server context such as name, version, endpoints, and packages to generate a standard, schema-conformant file for your MCP server project.

Why does my MCP server fail registry deployment due to schema validation?

Registry deployment fails when the server.json file is not schema-conformant. The Skill validates your file against the latest MCP schema to ensure required fields like remotes and packages are properly populated.