Typescript
Freeby MCP Community
> ⚠️ **This project is under active development.** APIs and features may change without notice.
v0.0.14Added Apr 12, 2026
Typescript MCP Server
⚠️ This project is under active development. APIs and features may change without notice.
Installation
npx -y typescript-mcp
Reviews
Installation
Quick install
npx -y typescript-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"typescript": {
"command": "npx",
"args": ["-y", "typescript-mcp"]
}
}
}