build-mcp-use-server
Build mcp-use Server
Server-side mechanics for mcp-use/server TypeScript MCP servers. This skill owns API surface; sister skills own structure, clients, agents, and raw SDK.
When to use this skill
Trigger when the target code or request involves any of these:
- Imports from
mcp-use/server(MCPServer,text,object,mix,error,widget,Logger). - Defining or refining
server.tool(),server.resource(),server.prompt(),server.uiResource()with Zod schemas. - Server-side
ctxwork —ctx.auth,ctx.elicit(),ctx.sample(),ctx.notify(),ctx.client.can(),ctx.client.supportsApps(). - Configuring transports (Streamable HTTP, stateless, stdio), session stores, OAuth (DCR or proxy), CORS, allowedOrigins, DNS rebinding.
- MCP Apps / ChatGPT Apps widgets —
widgetMetadata,text/html;profile=mcp-app,text/html+skybridge,McpUseProvider,useCallTool,useWidget, CSP. - Running
mcp-use dev,mcp-use build,mcp-use start,mcp-use deploy,mcp-use generate-types, or debugging via Inspector / curl handshake on/mcp. - Hardening for production: health/readiness routes, graceful shutdown, rate limits, deploy to mcp-use Cloud, Vercel, Cloud Run, Fly, Cloudflare Workers, Deno Deploy, Supabase.
- Migrating from raw
@modelcontextprotocol/sdkserver code,mcp-usev1, orappsSdkwidgets to currentmcp-use/server.
Do not use this skill when:
More from yigitkonur/skills-by-yigitkonur
run-research
Use skill if you are answering one technical research question with current web evidence, Reddit practitioner experience, and source-backed synthesis, optionally fanned out across parallel subagents.
42run-agent-browser
Use skill if you are driving the agent-browser CLI for ad hoc browser automation — @ref snapshots, sessions, forms, extraction, screenshots, headed/stealth, or provider runs.
38publish-npm-package
Use skill if you are publishing to npm via GitHub Actions release workflow with trusted publishing, NPM_TOKEN, provenance, semantic-release, changesets, release-please, or fixing npm publish CI.
35init-agent-config
Use skill if you are creating, auditing, or migrating CLAUDE.md, AGENTS.md, or REVIEW.md instruction files, folder-scoped agent guidance, or cross-agent companion entrypoints.
34build-skills
Use skill if you are creating or substantially revising a Claude skill and need workspace-first evidence, remote comparison, and repo-fit synthesis before writing SKILL.md.
32extract-saas-design
Use skill if you are extracting design tokens (color, typography, spacing, components) from an existing SaaS dashboard URL, codebase, or HTML snapshot into structured documentation, not rebuilding it.
32