X (Twitter) MCP Server

Created By
Dishant27a year ago
Model Context Protocol server for Twitter integration. can be used to perform CRUD like operations using the twitter API in the background
Overview

What is X (Twitter) MCP Server?

X (Twitter) MCP Server is a Model Context Protocol server designed for seamless integration with X (formerly Twitter), allowing users to perform CRUD operations using the Twitter API.

How to use X (Twitter) MCP Server?

To use the server, create an X Developer account to obtain your API keys, set the required keys in environment variables, clone the repository, install dependencies, and run the server. You can also configure it to work with an MCP client like Claude.

Key features of X (Twitter) MCP Server?

  • Post tweets and manage content up to 280 characters.
  • Search for tweets with customizable result counts.
  • Manage user accounts, including following/unfollowing and updating profile details.
  • Create and manage lists on the platform.

Use cases of X (Twitter) MCP Server?

  1. Automating tweet posting and content management.
  2. Building applications that require Twitter data retrieval and analysis.
  3. Integrating Twitter functionalities into AI applications using Claude.

FAQ from X (Twitter) MCP Server?

  • What are the requirements to run the server?

You need Node.js 18.x or higher and an X Developer account with API keys.

  • Can I use this server for personal projects?

Yes! The server is open-source and can be used for personal or commercial projects.

  • Is there any support available?

You can refer to the GitHub repository for documentation and community support.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
Dishant27
Star
1
Language
Python
License
MIT license

Recommend Servers

View All
Mnemom

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Docwand

13 hours ago