davidleathers113/typescript-analyzer-mcp
If you are the rightful owner of typescript-analyzer-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
TypeScript Analyzer MCP Server - Enterprise Edition is a high-performance server designed to analyze and fix TypeScript 'any' types in codebases, offering advanced error handling, caching, and intelligent type inference.
Tools
Functions exposed to the LLM to take actions
getServerInfo
Retrieves basic information about the analyzer server (name, version, description, features, configuration).
configureServer
Updates server configuration (log levels, caching, etc.) at runtime.
analyzeTypeScriptFile
Analyzes a TypeScript file for 'any' types.
fixTypeScriptFile
Fixes 'any' types in a single TypeScript file.
batchFixTypeScriptFiles
Batch fixes 'any' types in multiple TypeScript files.
generateComponentInterface
Generates a proper TypeScript interface for React component props.
clearCache
Clears the analysis cache to force fresh analysis on subsequent operations.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client