零配置抓取搜狗微信搜索(weixin.sogou.com)的 Deepseek-Harness (dsh) 插件,用于检索微信公众号文章列表并抓取正文,同时提供同构的 MCP Server 入口。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dsh-wechat-mp-search": {
"command": "npx",
"args": [
"-y",
"iTraceur/dsh-wechat-mp-search"
]
}
}
}
Run in terminal:
claude mcp add dsh-wechat-mp-search npx -y iTraceur/dsh-wechat-mp-search
Add to .cursor/mcp.json:
{
"mcpServers": {
"dsh-wechat-mp-search": {
"command": "npx",
"args": [
"-y",
"iTraceur/dsh-wechat-mp-search"
]
}
}
}