Skip to content

Typescript

Free

by MCP Community

> ⚠️ **This project is under active development.** APIs and features may change without notice.

v0.0.14Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Typescript MCP Server

⚠️ This project is under active development. APIs and features may change without notice.

Installation

npx -y typescript-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y typescript-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "typescript": {
      "command": "npx",
      "args": ["-y", "typescript-mcp"]
    }
  }
}