mcp-builder

作者: mcp-use

已棄用:使用 mcp-use 構建具備工具、資源、提示與互動式元件的 MCP 伺服器。此技能已棄用,請改用 mcp-app-builder。支援在單一 MCP 伺服器中定義工具、資源、提示與互動式 React 元件。包含回應輔助工具,可將輸出格式化為文字、Markdown、HTML、圖片、物件與自訂元件。提供伺服器組合與代理功能,可將多個 MCP 伺服器聚合為統一介面。

npx skills add https://github.com/mcp-use/mcp-use --skill mcp-builder

Build MCP servers with mcp-use

mcp-use is the full stack TypeScript framework for building MCP servers and MCP apps to plug-ins and Claude connectors

Use it to build fully typed MCP servers with tools, resources, prompts, Agent Skills, 1 line oauth authentication adapters, middleware, production transports, a built-in Inspector, and headless tooling.

mcp-use has native first class support for MCP Apps with support for HMR both at the server and MCP App level to live preview the changes on clients like ChatGPT

Get started

Follow the guides at https://docs.mcp-use.com/v2.

API reference

Consult the TSDoc bundled in the installed package and the TypeScript source comments on disk. Inspect the project's installed mcp-use version and nearby code before choosing APIs or patterns.

Agent Skills

When a server needs reusable workflow instructions, prefer the conventional skills/<name>/SKILL.md layout. The directory enables Skills over MCP automatically, so omit skills from new MCPServer(...) in the normal case. Use skills: false only to ignore an existing directory, skills: true to require the convention, or skills: { directory: "server-skills" } for a project-relative override. Keep detailed references, scripts, templates, and assets beside SKILL.md; do not copy their contents into tool descriptions or server instructions.

來自 mcp-use 的更多技能

chatgpt-app-builder
mcp-use
使用 mcp-use 和 OpenAI Apps SDK 構建帶有互動式小工具的 ChatGPT 應用程式。適用於建立 ChatGPT 應用程式、建置包含小工具的 MCP 伺服器、定義…
official
mcp-builder
mcp-use
使用 mcp-use 框架與自動化元件註冊功能,建構可投入生產環境的 MCP 伺服器。透過 npx create-mcp-use-app 啟動專案,並從三種範本中選擇:starter(功能完整)、mcp-apps(針對 ChatGPT 最佳化)或 blank(精簡版)。利用 Zod 架構定義工具、資源與提示,具備自動驗證與清晰的參數說明。自動從 resources/ 資料夾註冊 React 元件為 MCP 工具與資源,並支援 MCP Apps 的雙協定...
official
chatgpt-app-builder
mcp-use
已棄用:請改用 mcp-app-builder。透過互動式小工具與零配置 React 開發來建構 ChatGPT 應用程式。此技能已棄用;請遷移至 mcp-app-builder 以獲得持續支援與更新。透過共享互動式小工具,實現人類使用者與 LLM 之間的協作式 UI。提供伺服器處理器、React 小工具框架、狀態管理,以及用於工具呼叫與後續訊息的內建鉤子。涵蓋顯示模式(內嵌、全螢幕、子母畫面)、主題設定...
official
mcp-apps-builder
mcp-use
建置生產級MCP伺服器的必備參考指南,涵蓋工具、資源、提示與小工具。包含基礎概念(工具、資源、提示、小工具原語)、伺服器架構、驗證模式(OAuth、Supabase、自訂)及部署策略。提供實作工具、資源、提示、回應格式,以及具狀態管理與主題設定之小工具型UI的詳細指南。記錄常見反模式(缺少驗證、不當錯誤處理……)
official
openapi-to-mcp
mcp-use
根據 OpenAPI / Swagger 規格,使用 mcp-use TypeScript SDK 建置並部署 MCP 伺服器。當使用者想要「將此 OpenAPI…
official