Skip to main content
Glama
redfox-data

redfox-mcp

Official
by redfox-data

redfox-mcp

RedFoxHub MCP 服务器——将6大主流内容平台的数据API以及AI搜索/生成能力转化为40个MCP工具,可直接用于任何MCP客户端,如dsh、Claude Code或Cursor。

工具(40个)

类别

工具

说明

抖音

douyin_search_articles / douyin_search_users / douyin_get_user / douyin_get_user_works / douyin_get_work / douyin_search_ai_articles

作品搜索、账号搜索、账号信息、作品列表、作品详情、AI作品流

小红书

xiaohongshu_search_articles / xiaohongshu_search_users / xiaohongshu_get_account / xiaohongshu_get_work / xiaohongshu_search_ai_articles

笔记搜索、创作者搜索、账号信息、笔记详情、AI笔记流

微信公众号

wechat_search_articles / wechat_search_users / wechat_get_account / wechat_get_user_works / wechat_get_work / wechat_get_article_detail / wechat_search_ai_articles

文章搜索(含全文详情)、账号搜索、文章列表、AI文章流

B站

bilibili_search_articles / bilibili_search_users / bilibili_get_account / bilibili_get_user_works / bilibili_get_work

视频搜索、UP主搜索/信息/视频、视频详情

头条

toutiao_search_works / toutiao_get_work

内容搜索、作品详情(实时)

TikTok

tiktok_search_users

账号搜索

AI搜索

ai_search_kimi / ai_search_doubao / ai_search_deepseek

一次调用提交查询并等待完整回答

AI生成

gpt_image_generate / doubao_image_pro_generate / doubao_image_lite_generate / doubao_video_generate

文生图/图生图/图片集/文生视频,一次调用提交并等待

任务跟进

ai_search_*_result / gpt_image_result / doubao_image_*_result / doubao_video_result(共7个)

当异步工具超时时返回taskId;使用对应的结果工具获取结果

异步工具(AI搜索/生成)内部轮询:提交→等待→返回完整结果,无需手动处理taskId。如果等待超过timeout_seconds(默认240秒,视频为480秒),则返回taskId供对应的结果工具使用。

Related MCP server: rednote-analyzer-mcp

认证

所有API都需要RedFoxHub API密钥:

  1. https://redfox.hk/settings/api-keys/?source=mcp获取

  2. 设置环境变量:

export REDFOX_API_KEY="YOUR_API_KEY"

没有密钥时,每个工具都会返回一条结构化消息,说明如何获取密钥。

安装与运行

需要Python ≥ 3.10。推荐通过uv安装:

uvx redfox-mcp

或:

pip install redfox-mcp
redfox-mcp

服务器通过stdio传输运行。

客户端配置

dsh (DeepSeek Harness)

安装官方插件包redfox-community-dsh——它会自动注册此MCP服务器,将工具暴露为mcp__redfox__*

dsh plugin --profile web add -w github:redfox-data/redfox-community-dsh

Claude Code

claude mcp add redfox --env REDFOX_API_KEY=YOUR_API_KEY -- uvx redfox-mcp

Cursor / 其他MCP客户端

添加到您的MCP配置中:

{
  "mcpServers": {
    "redfox": {
      "command": "uvx",
      "args": ["redfox-mcp"],
      "env": { "REDFOX_API_KEY": "YOUR_API_KEY" }
    }
  }
}

底层实现

基于官方SDKredfox-python-sdk构建。API文档:https://redfox.hk/?source=mcp

许可证

MIT

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to crawl and extract data from Chinese social media platforms like Bilibili, Xiaohongshu, and Douyin. Provides search, content detail retrieval, and creator information tools with persistent browser sessions and QR code login support.
    68
  • A
    license
    A
    quality
    D
    maintenance
    MCP server enabling AI assistants to search, analyze, and generate content for Xiaohongshu (RedNote), China's leading lifestyle social media platform.
    6
    8
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A Model Context Protocol server that consolidates 237+ social/e-commerce data APIs (TikTok, Xiaohongshu, Taobao, etc.) into 6 fixed tools, enabling natural language semantic search and dynamic invocation without code changes.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

  • 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

  • Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/redfox-data/redfox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server