SkillAgentSearch skills...

ts-mcp-server

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

Install / Use

claude mcp add AndyLiner13 -- npx -y github:AndyLiner13/ts-mcp-server

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

40/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "ts-mcp-server", "version": "1.1.1", "description": "MCP server that renames/moves TypeScript files and updates all imports via tsserver", "type": "module", "bin": { "ts-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "lint": "eslint index.ts tsserver.ts tools/", "start": "node dist/index.js", "prepublishOnly": "tsc", "publish": "npm publish --access public", "patch": "npm version patch" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "typescript", "javascript", "react", "tsx", "jsx", "refactor", "refactoring", "rename", "move-file", "import-update", "tsserver", "language-server", "code-automation", "ai-tools", "copilot", "claude", "cursor" ], "license": "MIT", "author": "AndyLiner13", "repository": { "type": "git", "url": "https://github.com/AndyLiner13/ts-mcp-server.git" }, "homepage": "https://github.com/AndyLiner13/ts-mcp-server#readme", "bugs": { "url": "https://github.com/AndyLiner13/ts-mcp-server/issues" }, "engines": { "node": ">=22" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "typescript": "^6", "zod": "^4.3.6" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^22", "eslint": "^10.1.0", "typescript-eslint": "^8.57.1" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low