Skills Plugins MCP Prompt Model 博客 我的中心
開発 #python #typescript #design #api

mcp-server-builder

Design and ship production-ready MCP (Model Context Protocol) servers from OpenAPI contracts instead of hand-written tool wrappers. Python and TypeScript support, schema validation, safe evolution. Use when exposing an existing API as an MCP server, building tool integrations for Claude or Codex or Cursor, or scaffolding an MCP project from scratch.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=alirezarezvani-claude-skills-engineering-skills-mcp-server-builder-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name mcp-server-builder description Design and ship production-ready MCP (Model Context Protocol) servers from OpenAPI contracts instead of hand-written tool wrappers. Python and TypeScript support, schema validation, safe evolution. Use when exposing an existing API as an MCP server, building tool integrations for Claude or Codex or Cursor, or scaffolding an MCP project from scratch. MCP Server Builder Tier: POWERFUL · Category: Engineering · Domain: AI / API Integration Overview Use this skill to design and ship production-ready MCP servers from API contracts instead of hand-written one-off tool wrappers. It focuses on fast scaffolding, schema quality, validation, and safe evolution. The workflow supports both Python and TypeScript MCP implementations and treats OpenAPI as the source of truth. Core Capabilities Convert OpenAPI paths/operations into MCP tool definitions Generate starter server scaffolds (Python or TypeScript) Enforce naming, descriptions, and schema consistency Validate MCP tool manifests for common production failures Apply versioning and backward-compatibility checks Separate transport/runtime decisions from tool contract design When to Use You need to expose an internal/external REST API to an LLM agent You are replacing brittle browser automation with typed tools You want one MCP server shared across teams and assistants You need repeatable quality checks before publishing MCP tools You want to bootstrap an MCP server from existing OpenAPI specs Key Workflows 1. OpenAPI to MCP Scaffold Start from a valid OpenAPI spec. Generate tool manifest + starter server code. Review naming and auth strategy. Add endpoint-specific runtime logic. python3 scripts/openapi_to_mcp.py \ --input openapi.json \ --server-name billing-mcp \ --language python \ --output-dir ./out \ --format text Supports stdin as well: cat openapi.json | python3 scripts/openapi_to_mcp.py --server-name billing-mcp --language typescript 2. Validate MCP Tool Definitions Run validator before integration tests: python3 scripts/mcp_validator.py --input out/tool_manifest.json --strict --format text Checks include duplicate names, invalid schema shape, missing descriptions, empty required fields, and naming hygiene. 3. Runtime Selection Choose Python for fast iteration and data-heavy backends. Choose TypeScript for unified JS stacks and tighter frontend/backend contract reuse. Keep tool contracts stable even if transport/runtime changes. 4. Harden for Production Key items before publishing: Keep secrets in env vars, not tool schemas Prefer outbound host allowlists over open proxies Use additive-only changes; never rename tool names in-place Full hardening guidance: references/production-hardening-guide.md . Script Interfaces python3 scripts/openapi_to_mcp.py --help Reads OpenAPI from stdin or --input Produces manifest + server scaffold Emits JSON summary or text report python3 scripts/mcp_validator.py --help Validates manifests and optional runtime config Returns non-zero exit in strict mode when errors exist Reference Material references/production-hardening-guide.md — auth & safety design, versioning strategy, common pitfalls, best practices, architecture decisions, contract quality gates, testing strategy, deployment practices, security controls references/openapi-extraction-guide.md references/python-server-template.md references/typescript-server-template.md references/validation-checklist.md README.md
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。