Description
TypeScript Definition Finder MCP Server provides a tool for AI code editors to locate original TypeScript symbol definitions in codebases. Developed by runninghare, this server implementation uses the TypeScript Language Service to find definitions of imported symbols, classes, interfaces, and functions, returning both the file location and code snippet. The server exposes a single tool that accepts file path, line content, and column number parameters to precisely locate symbol definitions, making it particularly valuable for AI assistants that need to understand code structure and navigate complex TypeScript projects without context switching.
Server Details
Added
April 21, 2025
