A Model Context Protocol (MCP) server that provides TypeScript IntelliSense information for any symbol in TypeScript files.
This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers




JSR Score
100%
Published
2 months ago (0.1.8)
TypeScript IntelliSense MCP Server
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 symbolget_ts_intellisense_at_position- Get IntelliSense at line/offsetcheck_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 LICENSE file for details.
Add Package
deno add jsr:@orderly/ts-intellisense-mcp
Import symbol
import * as ts_intellisense_mcp from "@orderly/ts-intellisense-mcp";
Import directly with a jsr specifier
import * as ts_intellisense_mcp from "jsr:@orderly/ts-intellisense-mcp";
Add Package
pnpm i jsr:@orderly/ts-intellisense-mcp
pnpm dlx jsr add @orderly/ts-intellisense-mcp
Import symbol
import * as ts_intellisense_mcp from "@orderly/ts-intellisense-mcp";
Add Package
yarn add jsr:@orderly/ts-intellisense-mcp
yarn dlx jsr add @orderly/ts-intellisense-mcp
Import symbol
import * as ts_intellisense_mcp from "@orderly/ts-intellisense-mcp";
Add Package
vlt install jsr:@orderly/ts-intellisense-mcp
Import symbol
import * as ts_intellisense_mcp from "@orderly/ts-intellisense-mcp";
Add Package
npx jsr add @orderly/ts-intellisense-mcp
Import symbol
import * as ts_intellisense_mcp from "@orderly/ts-intellisense-mcp";
Add Package
bunx jsr add @orderly/ts-intellisense-mcp
Import symbol
import * as ts_intellisense_mcp from "@orderly/ts-intellisense-mcp";