A Model Context Protocol server allows to interact with X, enabling posting tweets and searching X
Description:
A server that enables Claude to post tweets and search X content directly.
Category: Social Media Integration
Overview:
This MCP server provides Claude with X interaction capabilities through two main tools:
post_tweet
: Create and publish tweetssearch_tweets
: Search through X contentRequirements:
Configuration:
{
"mcpServers": {
"twitter-mcp": {
"command": "npx",
"args": ["-y", "@enescinar/twitter-mcp"],
"env": {
"API_KEY": "your_api_key_here",
"API_SECRET_KEY": "your_api_secret_key_here",
"ACCESS_TOKEN": "your_access_token_here",
"ACCESS_TOKEN_SECRET": "your_access_token_secret_here"
}
}
}
}
Quick Install:
npx -y @enescinar/twitter-mcp
Log Locations:
%APPDATA%\Claude\logs\mcp-server-twitter.log
~/Library/Logs/Claude/mcp-server-twitter.log
Example Usage:
Licensed under MIT