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).

コメント

「その他」の他のコンテンツ