ts-mcp-server

AndyLiner13/ts-mcp-server
★ 3 stars TypeScript Code/Dev Tools Updated today
TypeScript MCP server for AI-powered refactoring. Rename symbols, extract functions, move declarations, inline variables, find references, and fix diagnostics — strictly via the native tsserver
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ts-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "AndyLiner13/ts-mcp-server"
      ]
    }
  }
}

Topics

ai-codingclaude-codecursorjavascriptlinuxmacosmcpmode-context-protocolnodejsreactjsrefactoringtsservertypescripttypescript-compilerwindows