{"type":"mcp_server","name":"twitter-scraper-mcp","description":"This repository provides an MCP server for interacting with Twitter, allowing users to retrieve tweets by ID and post new tweets using the agent-twitter-client library and FastMCP framework.","category":"Communication","language":"JavaScript","stars":7,"forks":0,"owner":"takiAA","github_url":"https://github.com/takiAA/twitter-scraper-mcp","homepage":null,"setup":"## Setup\n\n1. Clone this repository.\n2. Install dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Create a `.env` file in the root directory with your Twitter credentials:\n\n```\nTWITTER_USERNAME=your_twitter_username\nTWITTER_PASSWORD=your_twitter_password\nTWITTER_EMAIL=your_email@example.com (optional)\nTWITTER_2FA_SECRET=your_2fa_secret (optional)\n\n# Optional API credentials (used as fallback)\nTWITTER_API_KEY=your_api_key\nTWITTER_API_SECRET_KEY=your_api_secret_key\nTWITTER_ACCESS_TOKEN=your_access_token\nTWITTER_ACCESS_TOKEN_SECRET=your_access_token_secret\n```","tools":"## Available Tools\n\n1. getTweet (Retrieve a tweet by its ID)\n2. sendTweet (Post a new tweet to Twitter)","faq":null,"created_at":"2025-03-06T10:40:52+00:00","updated_at":"2025-03-06T15:30:13+00:00","source_url":"https://model-context-protocol.com/servers/twitter-mcp-server-interact-with-twitter","related_articles":[]}