원클릭으로
typescript-mcp-server-generator
Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill when the user needs TeamDynamix ITSM operations through MCP: ticket triage and updates, KB article maintenance, asset/CI relationships, service catalog lookups, project issue/risk workflows, or time entry queries. Always discover IDs first, use read-before-write patterns, and enforce write safety gates.
Use this skill when the user needs TeamDynamix ITSM operations through MCP: ticket triage and updates, KB article maintenance, asset/CI relationships, service catalog lookups, project issue/risk workflows, or time entry queries. Always discover IDs first, use read-before-write patterns, and enforce write safety gates.
| name | typescript-mcp-server-generator |
| description | Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration |
Create a complete Model Context Protocol (MCP) server in TypeScript with the following specifications:
npm init and create package.json@modelcontextprotocol/sdk, zod@4, and transport-specific packages"type": "module" in package.jsontsx or ts-node for developmentMcpServer class for high-level implementationregisterTool() method with descriptive namestitle and description fieldscontent and structuredContent in resultsregisterResource() with ResourceTemplate for dynamic URIsregisterPrompt() with argument schemasFor HTTP Servers:
For stdio Servers:
npm start or npx tsx server.ts)npx @modelcontextprotocol/inspectorhttp://localhost:PORT/mcpGenerate a complete, production-ready MCP server with comprehensive documentation, type safety, and error handling.