redfox-mcp
OfficialProvides tools for searching videos and users (UP-masters), retrieving account information, user works, and video details.
Provides a tool for searching TikTok users.
Provides tools for searching articles and users, retrieving account information, user works, article details, and an AI-article feed from WeChat Official Accounts.
Provides tools for searching notes and creators, retrieving account information, note details, and an AI-note feed.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@redfox-mcpsearch Xiaohongshu for healthy recipes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
redfox-mcp
RedFoxHub MCP Server — turns the data APIs of 6 major content platforms plus AI search / generation capabilities into 40 MCP tools, ready for any MCP client such as dsh, Claude Code or Cursor.
Tools (40)
Category | Tools | Notes |
Douyin |
| work search, account search, account info, work lists, work detail, AI-work feed |
Xiaohongshu |
| note search, creator search, account info, note detail, AI-note feed |
WeChat Official Accounts |
| article search (incl. full-text detail), account search, article lists, AI-article feed |
Bilibili |
| video search, UP-master search / info / videos, video detail |
Toutiao |
| content search, work detail (realtime) |
TikTok |
| account search |
AI search |
| one call submits the query and waits for the full answer |
AI generation |
| text-to-image / image-to-image / image sets / text-to-video, one call submits and waits |
Task follow-up |
| when an async tool times out it returns a |
Async tools (AI search / generation) poll internally: submit → wait → return the full result, with no manual taskId handling. If the wait exceeds timeout_seconds (default 240s, 480s for video), a taskId is returned for the matching result tool.
Related MCP server: rednote-analyzer-mcp
Authentication
All APIs require a RedFoxHub API key:
Set the environment variable:
export REDFOX_API_KEY="YOUR_API_KEY"Without a key, every tool returns a structured message explaining how to obtain one.
Install & Run
Python ≥ 3.10 required. Recommended via uv:
uvx redfox-mcpor:
pip install redfox-mcp
redfox-mcpThe server runs on stdio transport.
Client Configuration
dsh (DeepSeek Harness)
Install the official bundle plugin redfox-community-dsh — it registers this MCP server out of the box, exposing tools as 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 / other MCP clients
Add to your MCP configuration:
{
"mcpServers": {
"redfox": {
"command": "uvx",
"args": ["redfox-mcp"],
"env": { "REDFOX_API_KEY": "YOUR_API_KEY" }
}
}
}Under the Hood
Built on the official SDK redfox-python-sdk. API docs: https://redfox.hk/?source=mcp.
License
MIT
This server cannot be installed
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