{"type":"mcp_server","name":"twitter-mcp","description":"This repository provides an MCP server that allows Claude to interact with Twitter, enabling it to post tweets and search for tweets using Twitter's API. This repository provides an MCP","category":"Communication","language":"TypeScript","stars":401,"forks":11,"owner":"EnesCinr","github_url":"https://github.com/EnesCinr/twitter-mcp","homepage":null,"setup":"## Setup\n\n1. Create a Twitter Developer account and get your API keys from [Twitter Developer Portal](https://developer.twitter.com/en/portal/dashboard)\n\n2. Add this configuration to your Claude Desktop config file:\n\n**Windows**: `%APPDATA%\\Claude\\claude_desktop_config.json`  \n**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"twitter-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@enescinar/twitter-mcp\"],\n      \"env\": {\n        \"API_KEY\": \"your_api_key_here\",\n        \"API_SECRET_KEY\": \"your_api_secret_key_here\",\n        \"ACCESS_TOKEN\": \"your_access_token_here\",\n        \"ACCESS_TOKEN_SECRET\": \"your_access_token_secret_here\"\n      }\n    }\n  }\n}\n```\n\n3. Restart Claude Desktop","tools":"## Available Tools\n\n1. `post_tweet` (Post a new tweet)\n2. `search_tweets` (Search for tweets)","faq":null,"created_at":"2024-12-11T02:42:14+00:00","updated_at":"2025-03-28T17:26:53+00:00","source_url":"https://model-context-protocol.com/servers/twitter-mcp-model-context-protocol-server","related_articles":[]}