Redfox
БесплатноНе проверенProvides 40 MCP tools for searching and retrieving content from six major platforms (Douyin, Xiaohongshu, WeChat, Bilibili, Toutiao, TikTok) along with AI searc
Описание
Provides 40 MCP tools for searching and retrieving content from six major platforms (Douyin, Xiaohongshu, WeChat, Bilibili, Toutiao, TikTok) along with AI search and image/video generation via RedFoxHub's API.
README
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 | douyin_search_articles / douyin_search_users / douyin_get_user / douyin_get_user_works / douyin_get_work / douyin_search_ai_articles |
work search, account search, account info, work lists, work detail, AI-work feed |
| Xiaohongshu | xiaohongshu_search_articles / xiaohongshu_search_users / xiaohongshu_get_account / xiaohongshu_get_work / xiaohongshu_search_ai_articles |
note search, creator search, account info, note detail, AI-note feed |
| WeChat Official Accounts | wechat_search_articles / wechat_search_users / wechat_get_account / wechat_get_user_works / wechat_get_work / wechat_get_article_detail / wechat_search_ai_articles |
article search (incl. full-text detail), account search, article lists, AI-article feed |
| Bilibili | bilibili_search_articles / bilibili_search_users / bilibili_get_account / bilibili_get_user_works / bilibili_get_work |
video search, UP-master search / info / videos, video detail |
| Toutiao | toutiao_search_works / toutiao_get_work |
content search, work detail (realtime) |
| TikTok | tiktok_search_users |
account search |
| AI search | ai_search_kimi / ai_search_doubao / ai_search_deepseek |
one call submits the query and waits for the full answer |
| AI generation | gpt_image_generate / doubao_image_pro_generate / doubao_image_lite_generate / doubao_video_generate |
text-to-image / image-to-image / image sets / text-to-video, one call submits and waits |
| Task follow-up | ai_search_*_result / gpt_image_result / doubao_image_*_result / doubao_video_result (7 in total) |
when an async tool times out it returns a taskId; use the matching result tool to fetch the outcome |
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.
Authentication
All APIs require a RedFoxHub API key:
- Get one at https://redfox.hk/settings/api-keys/?source=mcp
- 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-mcp
or:
pip install redfox-mcp
redfox-mcp
The 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-dsh
Claude Code
claude mcp add redfox --env REDFOX_API_KEY=YOUR_API_KEY -- uvx redfox-mcp
Cursor / other MCP clients
Add to your MCP configuration:
{
"mcpServers": {
"redfox": {
"command": "uvx",
"args": ["redfox-mcp"],
"env": { "REDFOX_API_KEY": "YOUR_API_KEY" }
}
}
}
Remote HTTP Mode (multi-tenant)
For MCP marketplaces and hosted scenarios, the server can also run as a remote HTTP service where every user brings their own API key:
redfox-mcp --transport http --host 0.0.0.0 --port 8000
# or via env vars: REDFOX_MCP_TRANSPORT=http REDFOX_MCP_HOST=0.0.0.0 REDFOX_MCP_PORT=8000
- MCP endpoint:
http://<host>:8000/mcp(Streamable HTTP); health check:GET /health - Each request carries its own key via header
X-API-Key: <key>(orAuthorization: Bearer <key>). A dedicated client is created and cached per key — quotas are never shared across users. Missing key returns a structured guide instead of an exception. - Client-side config (remote URL + header):
{
"mcpServers": {
"redfox": {
"url": "http://<host>:8000/mcp",
"headers": { "X-API-Key": "ak_your_key" }
}
}
}
Local stdio mode remains the default and is fully backward-compatible.
Under the Hood
Built on the official SDK redfox-python-sdk. API docs: https://redfox.hk/?source=mcp.
License
MIT
Установка Redfox
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/redfox-data/redfox-mcpFAQ
Redfox MCP бесплатный?
Да, Redfox MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Redfox?
Нет, Redfox работает без API-ключей и переменных окружения.
Redfox — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Redfox в Claude Desktop, Claude Code или Cursor?
Открой Redfox на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
ARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAOmni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolgpu-bridge/mcp-server
Unified GPU inference API with 30 AI services (LLM, image gen, video, TTS, whisper, embeddings, reranking, OCR) as MCP tools. Pay-per-use via x402 USDC or API k
автор: gpu-bridgehamflx/imagen3-mcp
A powerful image generation tool using Google's Imagen 3.0 API through MCP. Generate high-quality images from text prompts with advanced photography, artistic,
автор: hamflxmerterbak/Grok-MCP
MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support.
автор: merterbakSureScaleAI/openai-gpt-image-mcp
OpenAI GPT image generation/editing MCP server.
автор: SureScaleAIYangLiangwei/PersonalizationMCP
Comprehensive personal data aggregation MCP server with Steam, YouTube, Bilibili, Spotify, Reddit and other platforms integrations. Features OAuth2 authenticati
автор: YangLiangweiAceDataCloud/MCPFlux
Flux AI image generation and editing (Black Forest Labs) via Ace Data Cloud API.
автор: AceDataCloudCompare Redfox with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media

