sint-ai/twitter_mcp_server
If you are the rightful owner of twitter_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol server for Twitter/X integration, enabling AI models to interact with the Twitter platform.
Twitter MCP Server
Environment variables
| Name | Required | Description |
|---|---|---|
TWITTER_API_KEY | Yes | Twitter application API key used for MCP requests. |
TWITTER_API_SECRET | Yes | Twitter application API secret used for MCP requests. |
DATABASE_URL | No (runtime) | Postgres connection string, required only when using the database or running drizzle-kit. |
NODE_ENV | No | development or production (defaults to development). |
PORT | No | HTTP port for the MCP server (defaults to 3000). |