Servers
MCP Server: TypeScript Project Initializer
@Flow-Research
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-typescript-init": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"build/index.js"
]
}
}
}