CtrlK
BlogDocsLog inGet started
Tessl Logo

mcp-builder

Build, modify, debug, or review TypeScript MCP servers with mcp-use.

49

Quality

53%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/mcp-builder/SKILL.md
SKILL.md
Quality
Evals
Security

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.

Repository
mcp-use/mcp-use
Last updated
First committed

Also appears in

Shubhamsaboo/awesome-llm-apps
Modified

on Jul 23, 2026

Renamed to: chatgpt-app-builder

mcp-use/mcp-use
Modified

on Aug 14, 2026, based on f5be2a1

Renamed to: mcp-apps-builder

mcp-use/mcp-use
Modified

on Aug 14, 2026, based on f5be2a1

Renamed to: chatgpt-app-builder

march-3-late-night/mcp-builder
Modified

on Mar 3, 2026, based on a3ef7af

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.