From 1d3fd43fb363cbbb9c3f03c9f7d425b41e47573a Mon Sep 17 00:00:00 2001 From: Pnant <73925474+Panniantong@users.noreply.github.com> Date: Sun, 8 Mar 2026 21:57:34 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20Weibo=20note=20=E2=80=94=20not=20?= =?UTF-8?q?IP-restricted,=20needs=20visitor=20cookie=20(#116)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The m.weibo.cn API works from overseas IPs (browsers handle the visitor passport flow automatically). The issue is that mcp-server-weibo doesn't handle the visitor auth flow, so it needs a valid Cookie to work. Co-authored-by: Panniantong --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 3cc19a0..cfc2542 100644 --- a/docs/install.md +++ b/docs/install.md @@ -170,7 +170,7 @@ pip install mcp-server-weibo mcporter config add weibo --command 'mcp-server-weibo' ``` -> **注意:** 微博 API (m.weibo.cn) 仅限中国大陆 IP 访问。海外服务器需配置中国出口代理,否则 API 请求会被拦截返回空响应。 +> **注意:** 微博 API (m.weibo.cn) 海外访问时需要 Cookie 认证。首次使用前建议在浏览器登录微博,用 Cookie-Editor 导出 Cookie 并配置到 `WEIBO_COOKIE` 环境变量中,否则 API 请求可能返回空响应。 **抖音 / Douyin (douyin-mcp-server):** > "抖音视频解析需要一个 MCP 服务。安装 douyin-mcp-server 后即可解析视频、获取无水印下载链接。"