mcp-server-legacy-to-latest

RajGITTY/mcp-server-legacy-to-latest
★ 0 stars JavaScript 💻 Code/Dev Tools Updated today
converts the old legacy code to latest code as per the user's need.
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": {
    "mcp-server-legacy-to": {
      "command": "npx",
      "args": [
        "-y",
        "RajGITTY/mcp-server-legacy-to-latest"
      ]
    }
  }
}