Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Redfox Twitter Mcp

БесплатноПоддерживается

RedFoxHub X(Twitter) MCP server

GitHubEmbed

Описание

RedFoxHub X(Twitter) MCP server

README

PyPI version Python License

中文 English

RedFox Logo

redfox-mcp

RedFoxHub MCP monorepo — the data APIs of 11 content platforms plus auto vertical (3 brands), AI search / generation and download/upload tools, exposed as 134 MCP tools split into 15 independent per-platform MCP servers, ready for any MCP client such as dsh, Claude Code or Cursor.

Every package supports both local stdio (single-user, REDFOX_API_KEY env var) and remote HTTP (multi-tenant, per-request API key header), and ships its own Dockerfile for independent deployment.

Packages

Package Tools stdio command Docker service / port
redfox-mcp (all-in-one) 134 uvx redfox-mcp all → 8000
redfox-douyin-mcp 16 uvx redfox-douyin-mcp douyin → 8001
redfox-xiaohongshu-mcp 15 uvx redfox-xiaohongshu-mcp xiaohongshu → 8002
redfox-wechat-mcp 16 uvx redfox-wechat-mcp wechat → 8003
redfox-bilibili-mcp 8 uvx redfox-bilibili-mcp bilibili → 8004
redfox-toutiao-mcp 5 uvx redfox-toutiao-mcp toutiao → 8005
redfox-tiktok-mcp 4 uvx redfox-tiktok-mcp tiktok → 8006
redfox-ai-search-mcp 12 uvx redfox-ai-search-mcp ai-search → 8007
redfox-ai-gen-mcp 8 uvx redfox-ai-gen-mcp ai-gen → 8008
redfox-kuaishou-mcp 6 uvx redfox-kuaishou-mcp kuaishou → 8009
redfox-instagram-mcp 4 uvx redfox-instagram-mcp instagram → 8010
redfox-twitter-mcp 4 uvx redfox-twitter-mcp twitter → 8011
redfox-youtube-mcp 4 uvx redfox-youtube-mcp youtube → 8012
redfox-wechat-channels-mcp 7 uvx redfox-wechat-channels-mcp wechat-channels → 8013
redfox-auto-mcp 13 uvx redfox-auto-mcp auto → 8014
redfox-tools-mcp 12 uvx redfox-tools-mcp tools → 8015
redfox-mcp-core shared runtime (not user-facing)

Async tools (AI search / generation) poll internally: submit → wait → return the full result. 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:

  1. Get one at https://redfox.hk/settings/api-keys/?source=mcp
  2. 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.

Quick Start (stdio)

Python ≥ 3.10 required. Pick only the platforms you need — e.g. Douyin only:

uvx redfox-douyin-mcp

or the all-in-one bundle with all 134 tools:

uvx redfox-mcp

Client configuration (Cursor / other MCP clients):

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

Claude Code:

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

Remote HTTP Mode (multi-tenant)

Each server can run as a remote HTTP service where every user brings their own API key:

redfox-douyin-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 REDFOX_API_KEY: <key> (or Authorization: Bearer <key>). A dedicated client is created and cached per key — quotas are never shared across users.

Client-side config (remote URL + header):

{
  "mcpServers": {
    "redfox-douyin": {
      "url": "http://<host>:8000/mcp",
      "headers": { "REDFOX_API_KEY": "ak_your_key" }
    }
  }
}

Docker Deployment

Each package directory is self-contained with its own Dockerfile and can be deployed independently:

cd packages/redfox-douyin-mcp
docker build -t redfox-douyin-mcp .
docker run -d -p 8001:8000 redfox-douyin-mcp

A root-level docker-compose.yml is provided for convenience — every service is independent and can be started/stopped on its own:

docker compose up -d douyin        # one platform only
docker compose up -d               # all 16 services, ports 8000-8015

Images never embed API keys; callers pass their own key via request header.

Development

This repo is a uv workspace. After cloning:

uv sync                            # installs all packages from source
uv run redfox-douyin-mcp --help    # run any server from source

Publishing

Packages are published to PyPI individually, in dependency order:

cd packages/redfox-mcp-core && uv build && uv publish        # 1. core first
cd packages/redfox-douyin-mcp && uv build && uv publish      # 2. platform packages
# ... repeat for the other 13 platform packages ...
cd packages/redfox-mcp && uv build && uv publish             # 3. all-in-one last

Under the Hood

Built on the official SDK redfox-python-sdk. API docs: https://redfox.hk/?source=mcp.

License

MIT

from github.com/redfox-data/redfox-mcp

Установить Redfox Twitter Mcp в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install redfox-twitter-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add redfox-twitter-mcp --env REDFOX_API_KEY="" -- npx -y redfox-twitter-mcp

Пошаговые гайды: как установить Redfox Twitter Mcp

FAQ

Redfox Twitter Mcp MCP бесплатный?

Да, Redfox Twitter Mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Redfox Twitter Mcp?

Да, требуются переменные окружения: REDFOX_API_KEY. Unyly подставит их в конфиг при установке.

Redfox Twitter Mcp — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Redfox Twitter Mcp в Claude Desktop, Claude Code или Cursor?

Открой Redfox Twitter Mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

Opencode Omniroute Plugin

OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc

GitHub Actionsавтор: GitHub Actions

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

Compare Redfox Twitter Mcp with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai