ts-intellisense-mcp

jtmenchaca/ts-intellisense-mcp

3.1

If you are the rightful owner of ts-intellisense-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 dayong@mcphub.com.

The TypeScript IntelliSense MCP Server provides comprehensive IntelliSense capabilities for TypeScript symbols, enhancing code development efficiency.

Tools
3
Resources
0
Prompts
0

TypeScript IntelliSense MCP Server

JSR License: MIT

A Model Context Protocol (MCP) server that provides TypeScript IntelliSense information for any symbol in TypeScript files.

Features

  • Quick Info: Get type signatures and documentation
  • Signature Help: Function overloads and parameters
  • Completions: Available symbols and autocompletion
  • Dual Backend: Pure Deno or Node.js TypeScript server support

Installation

First, make sure you have Deno installed. Then install the package:

deno install -Agrf --no-config jsr:@orderly/ts-intellisense-mcp

Usage

Claude Code Integration

claude mcp add --scope project ts-intellisense -- ts-intellisense-mcp

Cursor Integration

{
  "mcpServers": {
    "ts-intellisense": {
      "command": "ts-intellisense-mcp"
    }
  }
}

Tools Available

  • get_ts_intellisense - Get IntelliSense for a symbol
  • get_ts_intellisense_at_position - Get IntelliSense at line/offset
  • check_ts_server - Test server functionality

Uninstall

deno uninstall --global ts-intellisense-mcp

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Issues

If you encounter any problems or have feature requests, please open an issue on GitHub.

License

MIT - see the file for details.