Skip to main content

微信公众号内容搜索和获取工具

Project description

微信公众号内容搜索工具 (Weixin Search MCP)

这是一个基于MCP (Multimodal Capability Provider)的工具,用于搜索和获取微信公众号文章内容。通过搜狗微信搜索接口,可以方便地获取公众号文章并提取内容。

功能特点

  • 通过关键词在搜狗微信搜索中查找公众号文章
  • 自动获取文章的真实链接(从搜狗跳转链接转为微信原始链接)
  • 提取文章的完整正文内容
  • 支持批量获取多篇文章

安装方法

环境要求

  • Python 3.12 或更高版本
  • uv 包管理工具

安装步骤

使用 uv 创建虚拟环境并安装:

# 创建虚拟环境
uv venv

# 激活虚拟环境
source .venv/bin/activate  # Linux/Mac
# 或者在Windows上:
# .venv\Scripts\activate

# 安装项目
uv pip install -e .

使用方法

启动服务

启动HTTP服务器:

weixin_search_mcp --transport http --port 8809 --host 0.0.0.0

或者使用标准输入/输出模式(用于与其他应用集成):

weixin_search_mcp --transport stdio

通过 PyPI / uvx 直接运行:

uvx --from weixin-search-mcp weixin_search_mcp --transport stdio

4. 配置MCP服务

有两种方式可以配置和启动MCP服务:

方式一:使用stdio协议(直接连接)

在Claude配置中添加以下内容:

{
    "mcpServers": {
        "weixin_search_mcp": {
            "command": "uvx",
            "args": ["--from", "weixin-search-mcp", "weixin_search_mcp", "--transport", "stdio"]
        }
    }
}

方式二:使用HTTP协议

  1. 启动HTTP服务:
uvx --from weixin-search-mcp weixin_search_mcp --transport http --port 8809
  1. 在Claude配置中添加以下内容:
{
    "mcpServers": {
        "weixin_search_mcp": {
            "type": "http",
            "url": "http://localhost:8809/mcp"
        }
    }
}

工具使用说明

本项目提供了以下工具来搜索和获取微信公众号内容:

微信搜索工具

  • weixin_search: 在搜狗微信搜索中搜索指定关键词并返回结果列表
    • 参数:
      • query - 搜索关键词
      • page - 可选,页码,默认 1
    • 返回: 包含标题、链接、真实URL、发布时间、页码的文章列表

多页搜索工具

  • weixin_search_all: 自动翻页搜索多页微信公众号文章
    • 参数:
      • query - 搜索关键词
      • max_pages - 可选,最大页数,默认 10
    • 返回: 聚合后的多页结果列表

内容获取工具

  • get_weixin_article_content: 获取微信公众号文章的正文内容
    • 参数:
      • real_url - 真实微信公众号文章链接
      • referer - 可选,请求来源,通常为weixin_search返回的链接
    • 返回: 文章正文内容

使用示例

  1. 搜索关键词相关的微信公众号文章:
results = weixin_search("人工智能")

按指定页搜索:

results = weixin_search("人工智能", page=2)

自动翻页抓取:

all_results = weixin_search_all("人工智能", max_pages=3)
  1. 获取文章内容:
article_content = get_weixin_article_content(real_url="https://mp.weixin.qq.com/...", referer="https://weixin.sogou.com/...")

注意事项

  • 该工具依赖于搜狗微信搜索接口,如果接口变更可能会影响工具功能
  • 请合理控制请求频率,避免被搜狗或微信官方限制访问
  • 获取的内容仅供学习研究使用,请遵守相关法律法规

许可证

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

weixin_search_mcp-0.2.1.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

weixin_search_mcp-0.2.1-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file weixin_search_mcp-0.2.1.tar.gz.

File metadata

  • Download URL: weixin_search_mcp-0.2.1.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for weixin_search_mcp-0.2.1.tar.gz
Algorithm Hash digest
SHA256 983d05e9598122832e8d3a5932bcb944df3d6bb9b9711efe40bd588bd5820efb
MD5 a2008d9a3235b5c4451cb54c83ed97ae
BLAKE2b-256 0559c4de5cec5b30acd5318e59d6463f32bb3364aed8bd8b86f7f5115160a13e

See more details on using hashes here.

Provenance

The following attestation bundles were made for weixin_search_mcp-0.2.1.tar.gz:

Publisher: publish.yml on fancyboi999/weixin_search_mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file weixin_search_mcp-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for weixin_search_mcp-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6b5d5934aa589079ff64b98e328909202a420fe85c1849717820107c9ef05833
MD5 ad8f6c12b132f61f79c08c8932c167ff
BLAKE2b-256 84e633caf48b208ac20e61ac52c934596a9a69af733bb72ada702373cbbdc332

See more details on using hashes here.

Provenance

The following attestation bundles were made for weixin_search_mcp-0.2.1-py3-none-any.whl:

Publisher: publish.yml on fancyboi999/weixin_search_mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page