69
/ 100
8 days ago
glama

agent-twitter-client-mcp

Enables AI models to interact with Twitter, including posting tweets, searching, following users, and chatting with Grok, using cookie or credential authentication.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 6 credentials: TWITTER_2FA_SECRET, TWITTER_ACCESS_TOKEN, TWITTER_ACCESS_TOKEN_SECRET, TWITTER_API_KEY, TWITTER_API_SECRET_KEY, TWITTER_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAUTH_METHOD"": "cookies",
configDISABLE_HTTP_SERVER
configLOG_LEVELSet logging level (error, warn, info, debug)
configPORTSet the environment variable:
configSTART_SERVER
🔐 secretTWITTER_2FA_SECRET"": "your_2fa_secret" // Optional, required if 2FA is enabled
🔐 secretTWITTER_ACCESS_TOKEN"": "your_access_token",
🔐 secretTWITTER_ACCESS_TOKEN_SECRET"": "your_access_token_secret"
🔐 secretTWITTER_API_KEY"": "your_api_key",
🔐 secretTWITTER_API_SECRET_KEY"": "your_api_secret_key",
configTWITTER_COOKIES"": "[\"auth_token=YOUR_AUTH_TOKEN; Domain=.twitter.com\", \"ct0=YOUR_CT0_VALUE; Domain=.twitter.com\", \"twid=u%3DYOUR_USER_ID; Domain=.twitter.com\"]"
configTWITTER_EMAIL"": "your_email@example.com", // Optional
🔐 secretTWITTER_PASSWORD"": "your_password",
configTWITTER_USERNAME"": "your_username",
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/theo-nash-twitter-mcp-server-1yu1w1)](https://m8ven.ai/mcp/theo-nash-twitter-mcp-server-1yu1w1)
commit: 072635e9fc4be19003c581b95bc70f6967cb8a73
code hash: cae40b7cb8506089055e122a7962824f7dfea5a541e95f272dafb7102b8eada5
verified: 6/18/2026, 10:53:15 AM
view raw JSON →