Migrate JavaScript files to TypeScript with customizable conversion rules.
This MCP server let you easily converts JavaScript files to TypeScript with AI agent.
Add the following configuration to your MCP settings JSON:
{
"mcpServers": {
"typescript-migrator-mcp": {
"command": "npx",
"args": ["-y", "typescript-migrator-mcp"]
}
}
}
Once configured, your AI agent can convert JavaScript files to TypeScript by calling the conversion tool with a file path:
Convert @test/myFile.js to TypeScript
The tool will:
To add your own conversion rules, create a custom markdown file with your rules and specify its path in the environment configuration:
{
"mcpServers": {
"typescript-migrator-mcp": {
"command": "npx",
"args": ["-y", "typescript-migrator-mcp"],
"env": {
"CUSTOM_RULES_MD_FILE_PATH": "/path/to/your/custom-rules.md"
}
}
}
}
Apache 2.0
Execute JMeter tests and analyze results through MCP-compatible clients.
A secure command-line interface server for the Model Context Protocol (MCP) that allows AI models to interact with a user's terminal.
A collection of demo files for MCP servers and clients, illustrating various transport protocols and server capabilities using Python.
MCP server for TeamCity, integrates with Claude Desktop and Cursor.
An MCP server for real-time user intervention in AI-assisted development workflows.
An AI-assisted web development tool for creating, modifying, and deploying code through natural language conversations.
An example remote MCP server deployable on Cloudflare Workers without authentication.
Control your Android phone using ADB commands. Requires ADB tools and an Android device with USB debugging enabled.
Search and access Laravel documentation from version 6.x onwards, with automatic daily updates.
An MCP server for interacting with the Postman API, requiring an API key.