TypeScript Definition Finder MCP Server
@runninghare
About TypeScript Definition Finder MCP Server
A Model Context Protocol (MCP) server that helps AI code editors find TypeScript symbol definitions in your codebase.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ts-def-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@runninghare/ts-def-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is TypeScript Definition Finder MCP Server?
An MCP server that helps AI code editors locate the original definition of TypeScript symbols in a codebase, including imported symbols from external packages.
How to use TypeScript Definition Finder MCP Server?
Install via Smithery (npx -y @smithery/cli install @runninghare/ts-def-mcp --client claude) or manually with bun install and bun run build. Start the server with node dist/run.js. Use the tool find_typescript_definition (trigger /ts-def) with parameters file_path, line_content, and column_number.
Key features of TypeScript Definition Finder MCP Server
- Finds original definitions of TypeScript symbols
- Works with imported symbols from external packages
- Returns both the definition location and code snippet
- Supports stdio interface for AI code editor integration
- Trigger command
/ts-defavailable in Cursor
Use cases of TypeScript Definition Finder MCP Server
- Locating the original definition of an imported symbol in a TypeScript project
- Finding where a class, interface, or function is defined in the local codebase
- Assisting AI code editors to navigate to symbol definitions during code generation or refactoring
FAQ from TypeScript Definition Finder MCP Server
—
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments