AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Mcp Server Weibo

mcp-infernalazazel-mcp-server-weibo · by InfernalAzazel

微博数据接口服务器(基于 Model Context Protocol) 实时、高效、接入微博数据。 无缝获取用户信息、动态内容、热搜榜单以及粉丝关注数据;支持灵活的用户搜索、内容搜索和话题分析。 专为 AI 应用设计,让你的智能系统轻松利用微博海量数据,快速实现内容洞察与趋势分析。

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add mcp-infernalazazel-mcp-server-weibo

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-infernalazazel-mcp-server-weibo)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mcp Server Weibo? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

mcp-server-weibo

微博 MCP 服务器,通过 Model Context Protocol 为 AI 助手提供微博数据查询能力。

功能

| 工具 | 说明 | |------|------| | search_users | 根据关键词搜索微博用户 | | get_profile | 获取用户资料 | | get_feeds | 获取用户动态 | | get_hot_feeds | 获取用户热门动态 | | get_trendings | 获取微博热搜榜 | | search_content | 搜索微博内容 | | search_topics | 搜索微博话题 | | get_followers | 获取用户关注列表 | | get_fans | 获取用户粉丝列表 | | get_comments | 获取帖子评论 |

安装

在 MCP 客户端的配置中添加:

从 GitHub 源码安装:

{
  "mcpServers": {
    "weibo": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/InfernalAzazel/mcp-server-weibo.git",
        "mcp-server-weibo"
      ],
      "env": {
        "COOKIE": "你的微博 cookie"
      },
    }
  }
}

本地开发:

uv pip install -e .
# 或
pip install -e .

配置

需要配置微博 Cookie 才能调用 API。在 env 中设置 COOKIE,或在项目目录下创建 .env

COOKIE=你的微博Cookie字符串

或通过命令行保存到 .env

mcp-server-weibo --cookie "你的微博Cookie"

> 获取 Cookie:登录 m.weibo.cn,在浏览器开发者工具中复制请求头里的 Cookie。

使用

stdio(默认)

mcp-server-weibo
# 或
mcp-server-weibo stdio

HTTP 模式

mcp-server-weibo http
# 默认端口 4200,可通过环境变量 PORT 修改
PORT=8080 mcp-server-weibo http

开发调试

uv run fastmcp dev inspector src/mcp_server_weibo/server.py --ui-port 3666 --server-port 3667

测试

# 运行所有测试
uv run pytest tests/ -v

# 需要 COOKIE 的 API 测试(未配置会跳过)
uv run pytest tests/test_weibo.py -v

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.