Typescript Type Fetcher
Freeby MCP Community
MCP Tool for providing TypeScript type definitions from npm packages
v1.0.3Added Apr 12, 2026
Typescript Type Fetcher MCP Server
MCP Tool for providing TypeScript type definitions from npm packages
Installation
npx -y typescript-type-fetcher
Reviews
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"]
}
}
}