Back to MCP directory
publicPublicdnsLocal runtime

Twitter Timeline

Twitter API客户端项目

article

README

🚀 Twitter MCP 客户端

Twitter MCP 客户端可帮助你便捷地使用 Twitter 相关功能,通过配置 API 密钥和运行命令,即可开启使用。

🚀 快速开始

  1. 前往 RapidAPI.com,获取你的 API 密钥并启用该 API。
  2. 更新 claude_desktop_config.json 文件,添加以下详细信息:
"mcp-x": {
      "command": "uv", 
      "args": [
        "--directory",
        "PATH TO REPOSITORY",
        "run",
        "main.py"
      ],
      "env":{
        "RAPID_API_KEY": "XXXXXXXXXXXXXXXX"
      }
    }
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client