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
Integrates with the unofficial Google Gemini CLI, allowing file access within configured directories.
Extracts images from files, URLs, or base64 strings and converts them to base64 for LLM analysis.
An SSE-based MCP server that allows LLM-powered applications to interact with OCI registries. It provides tools for retrieving information about container images, listing tags, and more.
A service framework supporting the Model Context Protocol (MCP) to integrate enterprise systems and AI platforms via RESTful, gRPC, and Dubbo protocols.
A universal control plane for managing MCP servers and providing intelligent tool discovery for AI agents.
Integrates Ollama's local LLM models with MCP-compatible applications. Requires a local Ollama installation.
A test server for local MCP development and setup.
Work on your code with JetBrains IDEs
connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more.
An MCP server and client implementation for EdgeOne Pages Functions, supporting OpenAI-formatted requests.