mcp-builder

द्वारा mcp-use

पदावनत: mcp-use का उपयोग करके टूल, संसाधन, प्रॉम्प्ट और इंटरैक्टिव विजेट के साथ MCP सर्वर बनाएं। यह कौशल पदावनत है; इसके बजाय mcp-app-builder का उपयोग करें। एकल MCP सर्वर के भीतर टूल, संसाधन, प्रॉम्प्ट और इंटरैक्टिव React विजेट को परिभाषित करने का समर्थन करता है। आउटपुट को टेक्स्ट, मार्कडाउन, HTML, इमेज, ऑब्जेक्ट और कस्टम विजेट के रूप में फ़ॉर्मेट करने के लिए प्रतिक्रिया सहायक शामिल हैं। एकीकृत

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 की और Skills

chatgpt-app-builder
mcp-use
चैटजीपीटी ऐप्स को इंटरैक्टिव विजेट्स के साथ बनाएं, mcp-use और OpenAI Apps SDK का उपयोग करके। जब चैटजीपीटी ऐप्स बना रहे हों, विजेट्स के साथ MCP सर्वर बना रहे हों, परिभाषित कर रहे हों...
official
mcp-builder
mcp-use
mcp-builder फ्रेमवर्क और स्वचालित विजेट पंजीकरण के साथ उत्पादन-तैयार MCP सर्वर बनाएं। npx create-mcp-use-app के साथ बूटस्ट्रैप करें और तीन टेम्पलेट्स में से चुनें: स्टार्टर (पूर्ण-सुविधाओं वाला), mcp-apps (ChatGPT-अनुकूलित), या ब्लैंक (न्यूनतम)। स्वचालित सत्यापन और स्पष्ट पैरामीटर विवरण के साथ Zod स्कीमा का उपयोग करके टूल, संसाधन और प्रॉम्प्ट परिभाषित करें। resources/ फ़ोल्डर से React विजेट को स्वचालित रूप
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