Skip to main content
Glama
redfox-data

redfox-mcp

Official
by redfox-data

redfox-mcp

RedFoxHub MCP Server — 6つの主要コンテンツプラットフォームのデータAPIとAI検索/生成機能を40のMCPツールに変換し、dsh、Claude Code、Cursorなどの任意のMCPクライアントで使用できます。

ツール(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記事フィード

Bilibili

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

1回の呼び出しでクエリを送信し、完全な回答を待機

AI生成

gpt_image_generate / doubao_image_pro_generate / doubao_image_lite_generate / doubao_video_generate

テキスト→画像/画像→画像/画像セット/テキスト→動画、1回の呼び出しで送信・待機

タスクフォローアップ

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" }
    }
  }
}

内部構造

公式SDK redfox-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