Skip to main content
Glama

WeChat Mini Program Dev MCP

by yfmeii
index.ts556 B
#!/usr/bin/env node import { FastMCP } from "fastmcp"; import { createTools } from "./tools.js"; import { WeappAutomatorManager } from "./weappClient.js"; const manager = new WeappAutomatorManager(); const server = new FastMCP({ name: "weapp-dev-mcp", version: "0.1.0", instructions: "Controls WeChat Mini Program projects through WeChat DevTools using miniprogram-automator.", }); server.addTools(createTools(manager)); server.on("disconnect", async () => { await manager.close(); }); await server.start({ transportType: "stdio", });

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/yfmeii/weapp-dev-mcp'

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