Skip to content
MCP Server Directory logo
communication-collaboration

Mcp Wecombot Server.git

Reviewed overview

MCP 服务器概览

GitHub - gotoolkits/mcp-wecombot-server: An MCP server application that sends various types of messages to the WeCom group robot.

Skip to content

Navigation Menu

Toggle navigation

Sign in

Search or jump to…

Search code, repositories, users, issues, pull requests…

Search

Clear

Search syntax tips

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel Submit feedback

Saved searches

Use saved searches to filter your results more quickly

Name

Query

To see all available qualifiers, see our documentation.

Cancel Create saved search

Sign in

Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

{{ message }}

gotoolkits / mcp-wecombot-server Public

An MCP server application that sends various types of messages to the WeCom group robot.

License

GPL-3.0 license

1 star 1 fork Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

gotoolkits/mcp-wecombot-server

main

1 Branch1 Tag

Go to file

Code

Folders and files

| Name | Name | Last commit message

|

Last commit date

| | — | — | — | — | |

Latest commit

Image 1: gotoolkitsgotoolkits

Merge pull request #1 from smithery-ai/smithery/config-49g5

Jan 22, 2025

b6d6415 · Jan 22, 2025

History

10 Commits

| |

.gitignore

|

.gitignore

|

edit gitignore

|

Jan 8, 2025

| |

Dockerfile

|

Dockerfile

|

Add Dockerfile

|

Jan 22, 2025

| |

LICENSE

|

LICENSE

|

Initial commit

|

Jan 8, 2025

| |

Makefile

|

Makefile

|

Optimize the code.

|

Jan 8, 2025

| |

README.md

|

README.md

|

Update README

|

Jan 22, 2025

| |

config.json

|

config.json

|

init Codes

|

Jan 8, 2025

| |

go.mod

|

go.mod

|

init Codes

|

Jan 8, 2025

| |

go.sum

|

go.sum

|

init Codes

|

Jan 8, 2025

| |

main.go

|

main.go

|

Optimize the code.

|

Jan 8, 2025

| |

smithery.yaml

|

smithery.yaml

|

Add Smithery configuration

|

Jan 22, 2025

| |

wecom.go

|

wecom.go

|

init Codes

|

Jan 8, 2025

| |

wecom_test.go

|

wecom_test.go

|

init Codes

|

Jan 8, 2025

| |

View all files

|

Repository files navigation

🚀 mcp-wecombot-server

Image 2: smithery badge

An MCP server application that sends various types of messages to the WeCom group robot.

Installation

Installing via Smithery

To install mcp-wecombot-server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @gotoolkits/mcp-wecombot-server --client claude-desktop
Manual Installation

# clone the repo and build
$ git clone https://github.com/gotoolkits/mcp-wecombot-server.git
$ cd mcp-wecombot-server && make build
$ sudo ln -s $PWD/dist/mcp-wecombot-server_xxx_xxxx /usr/local/bin/mcp-wecombot-server

# "$PWD/dist/mcp-wecombot-server_xxx_xxxx" replace with the actual binary file name

#You can also download and use the pre-compiled release binary package.
Configuration

{
  "mcpServers": {
    "mcp-wecombot-server": {
      "command": "mcp-wecombot-server",
      "env": {
        "WECOM_BOT_WEBHOOK_KEY": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx"
      }
    }
  }
}
Usage

  • send_text

Send a text message to WeCom group

  • send_markdown

Send a markdown message to WeCom group

  • send_image

Send an image message to WeCom group

  • send_news

Send a news message to WeCom group,a news include title,description,url,picurl

  • send_template_card

Send a template card message to WeCom group

  • upload_file

Upload a file to WeCom

Samples


> prompt: 给我在WeCom发送一条文本消息,消息内容为:这是一条测试消息
> prompt: 给我在WeCom发送一条markdown消息,消息内容为:# 这是一条测试 Markdown 消息
> prompt: 给我在WeCom发送一条图文消息,图文标题为:这是一条图文消息,图文描述为:这是一条图文消息,图文链接为:https://github.com/gotoolkits,图文图片为:https://img-blog.csdnimg.cn/fcc22710385e4edabccf2451d5f64a99.jpeg

> Send me a text message on WeCom with the content: This is a test message.
> Send me a Markdown message on WeCom with the content: # This is a test Markdown message
> Send me a graphic message on WeCom with the title: This is a graphic message, the description: This is a graphic message, the link: https://github.com/gotoolkits, and the image: https://img-blog.csdnimg.cn/fcc22710385e4edabccf2451d5f64a99.jpeg


WeCom Robot

WeCom group robot configuration guide can be referred to: https://developer.work.weixin.qq.com/document/path/91770

WECOM_BOT_WEBHOOK_KEY is the robot webhook key
For example: https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa
“693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa” is your own WECOM_BOT_WEBHOOK_KEY

About

An MCP server application that sends various types of messages to the WeCom group robot.

Resources

Readme

License

GPL-3.0 license

Activity

Stars

1 star

Watchers

1 watching

Forks

1 fork

Report repository

Releases 1

mcp-wecombot-server v0.0.1 Latest Jan 8, 2025

Packages 0

No packages published

Contributors 2

Languages

Footer

© 2025 GitHub, Inc.

Footer navigation

You can’t perform that action at this time.