create-typescript-server

modelcontextprotocol/create-typescript-server
★ 172 stars JavaScript 💻 Code/Dev Tools Updated 3mo ago
CLI tool to create a new TypeScript MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "create-typescript-se": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/create-typescript-server"
      ]
    }
  }
}