Server data from the Official MCP Registry
Read-only X/Twitter MCP: posts, threads, replies, search via twscrape. No API key.
Read-only X/Twitter MCP: posts, threads, replies, search via twscrape. No API key.
This MCP server is well-architected with appropriate authentication and permission scoping for its purpose. The server uses user-provided Twitter/X session cookies via browser DevTools Protocol (CDP) or manual cookie entry, with no hardcoded credentials or data exfiltration patterns. Token-based HTTP auth is properly implemented for remote deployments. Minor code quality findings around broad exception handling and subprocess usage do not materially impact security posture given the server's legitimate need for these operations. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TWSCRAPE_TWITTER_MCP_HOME
Environment variable: TWSCRAPE_TWITTER_MCP_DB
Environment variable: TWSCRAPE_TWITTER_MCP_AUTH_TOKEN
Environment variable: TWSCRAPE_TWITTER_MCP_PROXY
Environment variable: TWSCRAPE_TWITTER_MCP_CDP_URL
Environment variable: TWSCRAPE_TWITTER_MCP_DEFAULT_LIMIT
Environment variable: PORT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jsilets-twscrape-twitter-mcp": {
"env": {
"PORT": "your-port-here",
"TWSCRAPE_TWITTER_MCP_DB": "your-twscrape-twitter-mcp-db-here",
"TWSCRAPE_TWITTER_MCP_HOME": "your-twscrape-twitter-mcp-home-here",
"TWSCRAPE_TWITTER_MCP_PROXY": "your-twscrape-twitter-mcp-proxy-here",
"TWSCRAPE_TWITTER_MCP_CDP_URL": "your-twscrape-twitter-mcp-cdp-url-here",
"TWSCRAPE_TWITTER_MCP_AUTH_TOKEN": "your-twscrape-twitter-mcp-auth-token-here",
"TWSCRAPE_TWITTER_MCP_DEFAULT_LIMIT": "your-twscrape-twitter-mcp-default-limit-here"
},
"args": [
"twscrape-twitter-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption