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

4. 配置MCP服务

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

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

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

{
    "mcpServers": {
        "weixin_search_mcp": {
            "command": "uvx",
            "args": ["weixin_search_mcp", "--transport", "stdio"]
        }
    }
}

方式二:使用HTTP协议

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

工具使用说明

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

微信搜索工具

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

内容获取工具

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

使用示例

  1. 搜索关键词相关的微信公众号文章:
results = weixin_search("人工智能")
  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.1.1.tar.gz (6.7 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.1.1-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for weixin_search_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f2dd14856b92efa9a5474179fba502cb606362cbd9356e317b5a49fddcd00773
MD5 cc86da2e6e493dab52d7d5a9cfeb6698
BLAKE2b-256 5840730aca3430c0a1596d723b682a4ac8d3a8ccbe59f8ac1c8237537941721b

See more details on using hashes here.

Provenance

The following attestation bundles were made for weixin_search_mcp-0.1.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.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for weixin_search_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f2a0228cf9d10aa6e22e1d570e48b0eee3eb5e3e8bfcec9a369f6a45304c8b8f
MD5 a45e864b661550cd9df78d12cafb5717
BLAKE2b-256 4e6982963eac49f4b562012d2f9f7df0d896d5167d57ca98b556f235df96697f

See more details on using hashes here.

Provenance

The following attestation bundles were made for weixin_search_mcp-0.1.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