{"type":"mcp_server","name":"agent-twitter-client-mcp","description":"This repository provides a Model Context Protocol (MCP) server that enables AI models to interact with Twitter through the agent-twitter-client, offering features like tweet operations, user management, and Grok integration.","category":"Communication","language":"TypeScript","stars":31,"forks":1,"owner":"ryanmac","github_url":"https://github.com/ryanmac/agent-twitter-client-mcp","homepage":"https://github.com/ryanmac/agent-twitter-client-mcp","setup":"## Setup\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/ryanmac/agent-twitter-client-mcp.git\ncd agent-twitter-client-mcp\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n3. Create a `.env` file with configuration:\n\n```\nAUTH_METHOD=cookies\nTWITTER_COOKIES=[\"cookie1=value1\", \"cookie2=value2\"]\n```\n\n4. Build the project:\n\n```bash\nnpm run build\n```\n\n5. Start the server:\n\n```bash\nnpm start\n```","tools":"## Available Tools\n\n- Authentication Options: Cookie-based, username/password, and Twitter API v2 credentials.\n- Tweet Operations: Fetch, get by ID, search, send tweets, create polls, like, retweet, and quote tweets.\n- User Operations: Get profiles, follow users, get followers and following lists.\n- Grok Integration: Chat with Grok, continue conversations, get web search results and citations, access Twitter's real-time data.\n- `get_user_tweets`: Fetch tweets from a specific user.\n- `get_tweet_by_id`: Fetch a specific tweet by ID.\n- `search_tweets`: Search for tweets.\n- `send_tweet`: Post a new tweet.\n- `send_tweet_with_poll`: Post a tweet with a poll.\n- `like_tweet`: Like a tweet.\n- `retweet`: Retweet a tweet.\n- `quote_tweet`: Quote a tweet.\n- `get_user_profile`: Get a user's profile.\n- `follow_user`: Follow a user.\n- `get_followers`: Get a user's followers.\n- `get_following`: Get users a user is following.\n- `grok_chat`: Chat with Grok via Twitter.\n- `health_check`: Check the health of the Twitter MCP server.","faq":null,"created_at":"2025-03-07T20:54:02+00:00","updated_at":"2025-03-25T11:37:20+00:00","source_url":"https://model-context-protocol.com/servers/ai-model-twitter-interaction-mcp-server","related_articles":[]}