Mcp Wecombot Server
An MCP server application that sends various types of messages to the WeCom group robot.
Overview
Mcp Wecombot Server is an MCP server application designed to send various types of messages to the WeCom group robot, facilitating communication within WeCom groups.
To use Mcp Wecombot Server, you can either install it via Smithery or manually clone the repository and build it. After installation, configure the server with your WeCom bot webhook key and use the provided commands to send messages.
- Send text, markdown, image, news, and template card messages to WeCom groups. - Upload files to WeCom. - Easy installation via Smithery or manual setup. - Supports various message formats for enhanced communication.
- Sending automated notifications to WeCom groups.
- Sharing updates and news articles in a group setting.
- Facilitating team communication through various message types.
Add to your AI client
Use these steps to connect Mcp Wecombot Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-wecombot-server-gotoolkits": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-wecombot-server-gotoolkits"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-wecombot-server-gotoolkits": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-wecombot-server-gotoolkits"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-wecombot-server-gotoolkits": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-wecombot-server-gotoolkits"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-wecombot-server-gotoolkits": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-wecombot-server-gotoolkits"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-wecombot-server-gotoolkits": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-wecombot-server-gotoolkits"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-wecombot-server-gotoolkits": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-wecombot-server-gotoolkits"
]
}
}
}FAQ
How do I install Mcp Wecombot Server?
You can install it via Smithery or manually by cloning the repository and building it.
What types of messages can I send?
You can send text, markdown, image, news, and template card messages.
Is there a configuration guide for WeCom?
Yes, you can refer to the WeCom group robot configuration guide at https://developer.work.weixin.qq.com/document/path/91770.