Skip to main content
Home

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
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
2 months ago (0.1.8)

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 LICENSE file for details.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@orderly/ts-intellisense-mcp

Import symbol

import * as ts_intellisense_mcp from "@orderly/ts-intellisense-mcp";
or

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
or (using pnpm 10.8 or older)
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
or (using Yarn 4.8 or older)
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";