MCP.so
登录

Twitter MCP Server

@sint-ai

关于 Twitter MCP Server

MCP server for Twitter/X API integration - enables AI agents to interact with Twitter

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

sint-ai

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Twitter MCP Server?

A server implementing the Model Context Protocol (MCP) that uses Twitter API credentials to handle requests. It is configured via environment variables and optionally supports a PostgreSQL database.

How to use Twitter MCP Server?

Set the required environment variables TWITTER_API_KEY and TWITTER_API_SECRET. Optionally set DATABASE_URL, NODE_ENV, and PORT. Run the server (default HTTP port 3000).

Key features of Twitter MCP Server

  • Requires Twitter API key and secret for MCP requests.
  • Supports optional PostgreSQL database persistence.
  • Configurable HTTP port (defaults to 3000).
  • Configurable Node environment (defaults to development).

Use cases of Twitter MCP Server

FAQ from Twitter MCP Server

What are the required environment variables?

TWITTER_API_KEY and TWITTER_API_SECRET are both required.

What is DATABASE_URL used for?

It is required only when using the database or running drizzle‑kit.

What is the default port?

The default HTTP port is 3000.

What does NODE_ENV do?

It sets the environment to development or production (defaults to development).

评论

其他 分类下的更多 MCP 服务器