Wechat Devtools
Rank #6,561io.github.WaterTian/wechat-devtools
MCP server providing wechat-devtools capabilities
Wechat Devtools is a Model Context Protocol (MCP) server published by watertian. It ranks #6,561 of 115,460 servers tracked on MCP Toplist, and its repository has 53 GitHub stars. Wechat Devtools is listed on Official MCP, with 1 tracked version. It was first listed on Mar 9, 2026 and most recently updated on Mar 9, 2026.
Ranks ahead of 108,899 of 115,460 servers on MCP Toplist.
Use Wechat Devtools
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add wechat-devtools -e "WECHAT_DEVTOOLS_CLI=<your WECHAT_DEVTOOLS_CLI>" -e "WECHAT_PROJECT_PATH=<your WECHAT_PROJECT_PATH>" -e "WECHAT_CLI_TIMEOUT=<your WECHAT_CLI_TIMEOUT>" -e "NODE_PATH=<your NODE_PATH>" -- uvx wechat-devtools-mcpReplace each placeholder with your own value before saving.
[mcp_servers.wechat-devtools]
command = "uvx"
args = ["wechat-devtools-mcp"]
[mcp_servers.wechat-devtools.env]
WECHAT_DEVTOOLS_CLI = "<your WECHAT_DEVTOOLS_CLI>"
WECHAT_PROJECT_PATH = "<your WECHAT_PROJECT_PATH>"
WECHAT_CLI_TIMEOUT = "<your WECHAT_CLI_TIMEOUT>"
NODE_PATH = "<your NODE_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wechat-devtools": {
"command": "uvx",
"args": [
"wechat-devtools-mcp"
],
"env": {
"WECHAT_DEVTOOLS_CLI": "<your WECHAT_DEVTOOLS_CLI>",
"WECHAT_PROJECT_PATH": "<your WECHAT_PROJECT_PATH>",
"WECHAT_CLI_TIMEOUT": "<your WECHAT_CLI_TIMEOUT>",
"NODE_PATH": "<your NODE_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wechat-devtools": {
"command": "uvx",
"args": [
"wechat-devtools-mcp"
],
"env": {
"WECHAT_DEVTOOLS_CLI": "<your WECHAT_DEVTOOLS_CLI>",
"WECHAT_PROJECT_PATH": "<your WECHAT_PROJECT_PATH>",
"WECHAT_CLI_TIMEOUT": "<your WECHAT_CLI_TIMEOUT>",
"NODE_PATH": "<your NODE_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"wechat-devtools": {
"type": "stdio",
"command": "uvx",
"args": [
"wechat-devtools-mcp"
],
"env": {
"WECHAT_DEVTOOLS_CLI": "<your WECHAT_DEVTOOLS_CLI>",
"WECHAT_PROJECT_PATH": "<your WECHAT_PROJECT_PATH>",
"WECHAT_CLI_TIMEOUT": "<your WECHAT_CLI_TIMEOUT>",
"NODE_PATH": "<your NODE_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wechat-devtools": {
"command": "uvx",
"args": [
"wechat-devtools-mcp"
],
"env": {
"WECHAT_DEVTOOLS_CLI": "<your WECHAT_DEVTOOLS_CLI>",
"WECHAT_PROJECT_PATH": "<your WECHAT_PROJECT_PATH>",
"WECHAT_CLI_TIMEOUT": "<your WECHAT_CLI_TIMEOUT>",
"NODE_PATH": "<your NODE_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wechat-devtools": {
"command": "uvx",
"args": [
"wechat-devtools-mcp"
],
"env": {
"WECHAT_DEVTOOLS_CLI": "<your WECHAT_DEVTOOLS_CLI>",
"WECHAT_PROJECT_PATH": "<your WECHAT_PROJECT_PATH>",
"WECHAT_CLI_TIMEOUT": "<your WECHAT_CLI_TIMEOUT>",
"NODE_PATH": "<your NODE_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.WaterTian%2Fwechat-devtools)<a href="https://mcptoplist.com/server/io.github.WaterTian%2Fwechat-devtools"><img src="https://mcptoplist.com/badge/io.github.WaterTian%2Fwechat-devtools.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
watertian
Other servers by watertian
View all watertian servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Mar 9, 2026 |
Frequently asked questions
- Who maintains Wechat Devtools?
- Wechat Devtools is maintained by watertian, which publishes 2 MCP servers (37 total versions) tracked on MCP Toplist.
- Is Wechat Devtools listed on the Official MCP Registry?
- Yes — Wechat Devtools is listed on the Official MCP Registry.
- How many versions does Wechat Devtools have?
- MCP Toplist tracks 1 version of Wechat Devtools, most recently published on Mar 9, 2026.
- Where can I find the source code for Wechat Devtools?
- The source code for Wechat Devtools is hosted at github.com/WaterTian/wechat-devtools.