twitter-mcp-secure
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@twitter-mcp-securepost a tweet saying Hello World"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Twitter MCP Server (Secure Fork)
Security-hardened fork of EnesCinr/twitter-mcp. Fixes sensitive content leakage in stderr logs.
This MCP server allows Clients to interact with X.com (Twitter).
Changes from upstream
Core fix:
console.errorno longer logs tweet content during normalpost_tweet/search_tweetsoperationsResidual fix: error handlers sanitized — log only
error.message, not the full error object (prevents API response payload leakage on errors)
Related MCP server: x-post-mcp
Security Review
A full security review identified and closed residual log-leak vectors. See PR #1 for details.
Quick Start
Get API keys from Twitter Developer Portal
Add this to Claude Desktop config:
{
"mcpServers": {
"twitter-mcp-secure": {
"command": "node",
"args": ["build/index.js"],
"env": {
"API_KEY": "your_key",
"API_SECRET_KEY": "your_key",
"ACCESS_TOKEN": "your_key",
"ACCESS_TOKEN_SECRET": "your_key"
}
}
}
}Restart Claude Desktop
Development
git clone https://github.com/MunhoLau/twitter-mcp-secure.git
cd twitter-mcp-secure
npm install && npm run build && npm startCredit
Forked from EnesCinr/twitter-mcp
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MunhoLau/twitter-mcp-secure'
If you have feedback or need assistance with the MCP directory API, please join our Discord server