Skip to content

Typescript Type Fetcher

Free

by MCP Community

MCP Tool for providing TypeScript type definitions from npm packages

v1.0.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Typescript Type Fetcher MCP Server

MCP Tool for providing TypeScript type definitions from npm packages

Installation

npx -y typescript-type-fetcher

Reviews

Leave a Review

Installation

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