Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
dkyazzentwatwa avatar

Mcp Builder

  • 179 installs
  • 84 repo stars
  • Updated April 8, 2026
  • dkyazzentwatwa/chatgpt-skills

Scaffold, wire, and validate MCP servers so agents can call external tools, APIs, and data sources with correct schemas and auth patterns.

About

Guides creation of Model Context Protocol servers: project layout, tool/resource definitions, transport setup, and integration checks so ChatGPT- or Claude-style agents invoke backends safely and consistently.

  • MCP server scaffold
  • tool schema design
  • auth wiring
  • agent integrations
  • protocol validation

Mcp Builder by the numbers

  • 179 all-time installs (skills.sh)
  • Ranked #3,011 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill mcp-builder

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs179
repo stars84
Last updatedApril 8, 2026
Repositorydkyazzentwatwa/chatgpt-skills

What it does

Scaffold, wire, and validate MCP servers so agents can call external tools, APIs, and data sources with correct schemas and auth patterns.

Files

SKILL.mdMarkdownGitHub ↗

MCP Builder

Build MCP servers around user workflows, not raw API endpoints.

Workflow

1. Read the target API docs and identify the workflows an agent must complete end to end. 2. Design a small tool surface with high-signal outputs, clear identifiers, and actionable errors. 3. Implement shared infrastructure first: auth, request helpers, pagination, truncation, and formatting. 4. Add tool schemas and docstrings that make correct usage obvious. 5. Evaluate the server with realistic tasks before expanding scope.

Principles

  • Prefer workflow tools over thin endpoint wrappers.
  • Return concise, high-signal responses by default.
  • Use human-readable identifiers whenever possible.
  • Make error messages corrective: tell the agent what to try next.
  • Design for limited context and large datasets.

Resources

  • references/mcp_best_practices.md for design principles that apply to every server.
  • references/python_mcp_server.md for Python implementation patterns.
  • references/node_mcp_server.md for TypeScript implementation patterns.
  • scripts/connections.py and scripts/evaluation.py as repo-local helpers.

Deliverables

  • A concrete tool inventory tied to user workflows.
  • Strict input/output schemas.
  • Evaluation prompts or scripts that confirm the server is usable by an agent.

Related skills

AI & Agent Buildingagentsautomationllm

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.