Sogou Weixin Server
БесплатноНе проверенEnables searching for WeChat official account articles through the Sogou WeChat platform, returning structured article information.
Описание
Enables searching for WeChat official account articles through the Sogou WeChat platform, returning structured article information.
README
This project provides a tool for searching articles through Sogou WeChat and encapsulates it as an MCP (Model Context Protocol) server.
Key Highlights:
- WeChat Article Search: Enables searching for WeChat official account articles through the Sogou WeChat platform.
- Flexible Query: Supports searching by keywords and specifying the number of articles to return.
- Structured Output: Returns structured article information including title, snippet, URL, source, and date, facilitating further processing.
- MCP Server Integration: Encapsulates the WeChat article search functionality as an MCP tool, allowing other AI agents or systems to call it via the MCP protocol.
How to Use
Quick Start (Recommended)
You can run the server directly with uvx — no clone, no install, no setup:
uvx --from git+https://github.com/ptbsare/sogou-weixin-mcp-server.git sogou-weixin-mcp-server
This downloads and runs the latest version in one shot.
1. Environment Setup (Local Development)
Ensure your system has Python 3.10 or higher installed.
It is recommended to use uv for dependency management:
# Install uv (if not already installed)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Clone the repository
git clone https://github.com/ptbsare/sogou-weixin-mcp-server.git
cd sogou-weixin-mcp-server
# Install dependencies using uv
uv sync
2. Usage as an MCP Server
You can run this project as an MCP server, allowing other AI agents or systems to call the search_wechat_articles tool via the MCP protocol.
# Run via uv (local directory)
uv run sogou-weixin-mcp-server
# Or run the script directly
uv run server.py
Once the server starts, it will listen for MCP client requests over stdio.
3. Claude MCP Server Configuration Example
Below is an example mcp_server.json configuration file to connect this MCP server to Claude:
Option A: Using uvx (no local clone needed)
{
"mcp_servers": [
{
"name": "sogou-wechat-search",
"type": "stdio",
"command": ["uvx", "--from", "git+https://github.com/ptbsare/sogou-weixin-mcp-server.git", "sogou-weixin-mcp-server"]
}
]
}
Option B: Using local directory
{
"mcp_servers": [
{
"name": "sogou-wechat-search",
"type": "stdio",
"command": ["uv", "--directory", "/path/to/sogou-weixin-mcp-server/", "run", "server.py"]
}
]
}
4. Available Tools
search_wechat_articles
Search for WeChat articles via Sogou WeChat.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query |
string | Yes | — | Search keyword |
top_num |
integer | No | 18 | Maximum number of articles to return |
Returns: A list of dictionaries, each containing:
title— Article titlesnippet— Article summary/snippeturl— Article URLsource— WeChat official account namedate— Publication date
Установка Sogou Weixin Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ptbsare/sogou-weixin-mcp-serverFAQ
Sogou Weixin Server MCP бесплатный?
Да, Sogou Weixin Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Sogou Weixin Server?
Нет, Sogou Weixin Server работает без API-ключей и переменных окружения.
Sogou Weixin Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Sogou Weixin Server в Claude Desktop, Claude Code или Cursor?
Открой Sogou Weixin Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Sogou Weixin Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
