Skip to main content
Glama
TCMPP-Team

tcsas-devtools-mcp-server

by TCMPP-Team

TCSAS-Devtools MCP Server

License: MIT

An MCP (Model Context Protocol) server designed to connect AI assistants with TCSAS-Devtools for a seamless miniprogram development experience.

This server wraps the basic functionalities of TCSAS-Devtools into a set of tools that can be called by AI assistants (like CodeBuddy, Cursor, Claude), allowing you to open, build, preview, and upload miniprograms using natural language.

✨ Features

  • Launch IDE: Directly open the TCSAS-Devtools application or a specific miniprogram project.

  • Check Installation: Verify if TCSAS-Devtools is installed on the local machine.

  • Preview Miniprogram: Generate a QR code for previewing the miniprogram on a mobile device.

  • Upload Miniprogram: Upload a new version of the miniprogram with specified version information.

Related MCP server: Alibaba Cloud MCP Server

🚀 Prerequisites

Before you begin, ensure you have the following software installed:

📦 Installation and Setup

  1. For first-time use, please download the installation package for TCSAS-Devtools from the console in advance, the version should >= 2.2.15.

  2. After installation, please open it to complete the login process and enable the service port.

login pannel Settings - Security - Enable enable Service port

Ensure the above steps are completed. Then you can configure the MCP server in your Code Agent and start using it.

🤖 How to Use in Cursor

You can integrate this server with any AI assistant that supports custom MCP servers. Here are the steps to configure it in Cursor:

  1. Open Cursor Settings: In Cursor, find the settings for AI integration. This is usually located in Settings > Tools & MCP or a similar configuration area for managing AI providers.

  2. Add Custom MCP Service: Look for an option like "Add Model Context Provider" or "MCP Server" and click "Add".

  3. Enter Command: For example:

    {
      "tcsas-devtools-mcp-server": {
        "command": "npx",
        "args": [
          "-y",
          "tcsas-devtools-mcp-server@latest"
        ]
      }
    }

    Illustration: (A screenshot of the Cursor settings panel could be like this, showing the user entering the command in the mcp.json)

    Cursor MCP Configuration

  4. Connect and Start Using: After adding, Cursor will connect to your local server. Now you can interact with it in the chat. For example, you can type:

    "Launch TCSAS-Devtools and open my project at /Users/me/projects/my-miniprogram."

    "Generate a preview QR code for the project I'm currently developing."

🛠️ Tool API Reference

Below is a detailed description of all the tools provided by this MCP server:

launchIde

Launches the TCSAS-Devtools IDE.

  • Input Parameters:

    • path (optional, string): The absolute path to the miniprogram project to open.

checkIdeInstalled

Checks if the TCSAS-Devtools IDE is installed.

  • Input Parameters: None

previewMiniprogram

Generates a preview QR code for a miniprogram project.

  • Input Parameters:

    • path (string): The absolute path to the miniprogram project.

uploadMiniprogram

Uploads a new version of the miniprogram.

  • Input Parameters:

    • path (string): The absolute path to the project.

    • version (string): The new version number (e.g., "1.0.1").

    • describeMessage (string): A short description of the changes.

Contributions are welcome! Please feel free to submit a Pull Request.

📜 License

This project is open-sourced under the MIT License.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that enables AI assistants to interact with WeChat Mini Programs, allowing developers to publish versions, analyze package size, diagnose compilation errors, and manage projects via natural language.
    78
    3
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Wraps the WeChat DevTools CLI as an MCP service, enabling AI in editors to call WeChat CLI commands for mini-program development, testing, debugging, and automation.
    7
    126
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TCMPP-Team/tcsas-devtools-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server