redfox-mcp
Officialredfox-mcp
RedFoxHub MCP 服务器——将6大主流内容平台的数据API以及AI搜索/生成能力转化为40个MCP工具,可直接用于任何MCP客户端,如dsh、Claude Code或Cursor。
工具(40个)
类别 | 工具 | 说明 |
抖音 |
| 作品搜索、账号搜索、账号信息、作品列表、作品详情、AI作品流 |
小红书 |
| 笔记搜索、创作者搜索、账号信息、笔记详情、AI笔记流 |
微信公众号 |
| 文章搜索(含全文详情)、账号搜索、文章列表、AI文章流 |
B站 |
| 视频搜索、UP主搜索/信息/视频、视频详情 |
头条 |
| 内容搜索、作品详情(实时) |
TikTok |
| 账号搜索 |
AI搜索 |
| 一次调用提交查询并等待完整回答 |
AI生成 |
| 文生图/图生图/图片集/文生视频,一次调用提交并等待 |
任务跟进 |
| 当异步工具超时时返回 |
异步工具(AI搜索/生成)内部轮询:提交→等待→返回完整结果,无需手动处理taskId。如果等待超过timeout_seconds(默认240秒,视频为480秒),则返回taskId供对应的结果工具使用。
Related MCP server: rednote-analyzer-mcp
认证
所有API都需要RedFoxHub API密钥:
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-dshClaude Code
claude mcp add redfox --env REDFOX_API_KEY=YOUR_API_KEY -- uvx redfox-mcpCursor / 其他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
Maintenance
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
- Flicense-qualityDmaintenanceEnables 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
- AlicenseAqualityDmaintenanceMCP server enabling AI assistants to search, analyze, and generate content for Xiaohongshu (RedNote), China's leading lifestyle social media platform.68MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to search, browse, and publish notes on Xiaohongshu (Little Red Book) via MCP tools.8AGPL 3.0
- Alicense-qualityCmaintenanceA 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.1MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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