Skip to main content
Glama

WeCom Bot MCP Server

app.py362 B
"""Application configuration for WeCom Bot MCP Server.""" # Import third-party modules from mcp.server.fastmcp import FastMCP # Constants APP_NAME = "wecom_bot_mcp_server" APP_DESCRIPTION = "WeCom Bot MCP Server for sending messages and files to WeCom groups." # Initialize FastMCP server mcp = FastMCP( name=APP_NAME, instructions=APP_DESCRIPTION, )

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/loonghao/wecom-bot-mcp-server'

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