Metadata-Version: 2.4
Name: mseep-mcp-x
Version: 0.1.0
Summary: This is MCP to fetch Tweets using RAPID API Client
Home-page: 
Author: mseep
Author-email: support@skydeck.ai
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp[cli]>=1.4.1
Dynamic: author
Dynamic: author-email
Dynamic: requires-python

## Twitter MCP Client

1. Go to RapidAPI.com, get your api key and enable the api  https://rapidapi.com/alexanderxbx/api/twitter-api45 
2. Update the claude_desktop_config.json with the following details , 
```
"mcp-x": {
      "command": "uv", 
      "args": [
        "--directory",
        "PATH TO REPOSITORY",
        "run",
        "main.py"
      ],
      "env":{
        "RAPID_API_KEY": "XXXXXXXXXXXXXXXX"
      }
    }
```

