X.com MCP Server
@tiovikram
X.com MCP Server について
MCP server implementation for X.com API with OAuth 2.0 support
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"x.com-mcp-server": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is X.com MCP Server?
A Model Context Protocol server that provides access to X.com's API capabilities. It enables LLMs to interact with X.com (formerly Twitter) through OAuth 2.0 authentication, supporting all major Post-related operations including reading, writing, searching, and managing posts, likes, retweets, and bookmarks.
How to use X.com MCP Server?
Install via pnpm or Docker, then set the required X_COM_ACCESS_TOKEN environment variable with an OAuth 2.0 Bearer token obtained from an X.com Developer account. After building and running the server, configure your MCP client (e.g., Claude.app) to use the server and start making tool calls.
Key features of X.com MCP Server
- OAuth 2.0 Bearer token authentication
- 21 tools covering all major X.com operations
- Type safety with TypeScript and Zod validation
- Lookup, manage, search, timeline, and counts
- Manage retweets, likes, and bookmarks
- Docker and pnpm installation options
Use cases of X.com MCP Server
- Search recent posts about a specific topic and analyze engagement metrics.
- Create, delete, hide replies, and manage user posts.
- Retrieve user timelines and mentions for monitoring.
- Manage likes, retweets, and bookmarks programmatically.
- Get time‑bucketed post counts for trend analysis.
FAQ from X.com MCP Server
What authentication does X.com MCP Server require?
It requires an OAuth 2.0 Bearer access token, set as the X_COM_ACCESS_TOKEN environment variable. Obtain this token from your X.com Developer account after implementing the Authorization Code with PKCE flow.
Which X.com API endpoints are covered?
The server implements all Post-related endpoints from X.com API v2, including lookup, manage posts, timelines, search, post counts, retweets, likes, and bookmarks.
What rate limits apply to X.com MCP Server?
Most read operations: 300 requests per 15 minutes; write operations: 50 per 15 minutes; bookmark operations: 50 write and 180 read per 15 minutes.
What OAuth 2.0 scopes are required?
Required scopes: tweet.read, tweet.write, tweet.moderate.write, users.read, like.read, like.write, bookmark.read, bookmark.write.
Can I search the full archive of posts?
Yes, via the searchAll tool, but it requires Academic or Enterprise access to the X.com API.
「開発者ツール」の他のコンテンツ
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
コメント