mcp-builder とは?
(中文)LLM が適切に設計されたツールを通じて外部サービスと対話できるようにする、高品質の MCP (Model Context Protocol) サーバーを作成するためのガイド。 Python (FastMCP) または Node/TypeScript (MCP SDK) のいずれであれ、外部 API またはサービスを統合するための MCP サーバーを構築するときに使用します。 ソース: jackiexiao/jackie-skills-dev。
(中文)LLM が適切に設計されたツールを通じて外部サービスと対話できるようにする、高品質の MCP (Model Context Protocol) サーバーを作成するためのガイド。 Python (FastMCP) または Node/TypeScript (MCP SDK) のいずれであれ、外部 API またはサービスを統合するための MCP サーバーを構築するときに使用します。
コマンドラインで mcp-builder AI スキルを開発環境にすばやくインストール
ソース: jackiexiao/jackie-skills-dev。
Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks.
Balance comprehensive API endpoint coverage with specialized workflow tools. Workflow tools can be more convenient for specific tasks, while comprehensive coverage gives agents flexibility to compose operations. Performance varies by client—some clients benefit from code execution that combines basic tools, while others work better with higher-level workflows. When uncertain, prioritize comprehensive API coverage.
Tool Naming and Discoverability: Clear, descriptive tool names help agents find the right tools quickly. Use consistent prefixes (e.g., githubcreateissue, githublistrepos) and action-oriented naming.
(中文)LLM が適切に設計されたツールを通じて外部サービスと対話できるようにする、高品質の MCP (Model Context Protocol) サーバーを作成するためのガイド。 Python (FastMCP) または Node/TypeScript (MCP SDK) のいずれであれ、外部 API またはサービスを統合するための MCP サーバーを構築するときに使用します。 ソース: jackiexiao/jackie-skills-dev。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/jackiexiao/jackie-skills-dev --skill mcp-builder(中文)LLM が適切に設計されたツールを通じて外部サービスと対話できるようにする、高品質の MCP (Model Context Protocol) サーバーを作成するためのガイド。 Python (FastMCP) または Node/TypeScript (MCP SDK) のいずれであれ、外部 API またはサービスを統合するための MCP サーバーを構築するときに使用します。 ソース: jackiexiao/jackie-skills-dev。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/jackiexiao/jackie-skills-dev --skill mcp-builder インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/jackiexiao/jackie-skills-dev