Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🌐 Social Media
  3. Twitter MCP
Twitter MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:19:39 PM

Twitter MCP

User RatingsBe the first to rate and review this MCP server!
View Repository60 GitHub StarsTotal stargazers on GitHub for the source repository (60 stars).Visit Website
twittersocial-mediadirect-messagescontent-management

Manage Twitter timelines, tweets, hashtags, replies, direct messages, and posts through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for kunallunia/twitter-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🌐 More in Social Media

Overview

The kunallunia/twitter-mcp MCP server exposes Twitter account and content operations through MCP tools. It can retrieve timelines, public user tweets, hashtag results, tweet replies, summaries, and direct messages, while also creating and deleting posts. The project runs as a Python application using Twikit and MCP, with Twitter credentials supplied through a .env file and cookie settings configured for the server. Reach for it when an agent needs to monitor or manage Twitter activity programmatically.

Use cases

•Monitor a Twitter home timeline
•Search posts for hashtags
•Retrieve tweets from public users
•Summarize replies to posts
•Manage tweets and direct messages

Key features

•Read the home timeline
•Fetch public user tweets
•Search hashtag posts
•Retrieve replies and summaries
•Send and receive direct messages
•Create and delete posts

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Twitter MCP.

Extracted Tool Capabilities
Read the home timeline
Fetch public user tweets
Search hashtag posts
Retrieve replies and summaries
Send and receive direct messages
Create and delete posts

How Twitter MCP works

What kunallunia/twitter-mcp does

The kunallunia/twitter-mcp MCP server connects an MCP-compatible agent to Twitter account and content operations. It is intended for programmatic management rather than a standalone web interface, and the repository describes support for both reading Twitter data and changing account content.

Read operations include retrieving the authenticated account’s home timeline, fetching posts from any public user, and searching for posts containing a hashtag. The server can also retrieve replies to posts and produce summarized insights from those replies. The project description additionally identifies conversation analysis and sentiment analysis for posts as supported functionality.

Write operations cover direct messages and the post lifecycle. An agent can send and receive Twitter DMs, publish new posts, and delete posts created by the account. The available capabilities make the kunallunia/twitter-mcp MCP server relevant to monitoring, lightweight social workflows, and agent-assisted account management.

How it works

The repository is a Python project and lists Python 3.11 or newer among its prerequisites. Its launch example runs tweet_service.py with uv, adding the twikit and mcp dependencies at runtime. The README also lists uvicorn as a prerequisite, although the shown launch command uses uv directly.

Twitter credentials are configured in a .env file. The supplied MCP configuration passes two environment values to the process: COOKIES_PATH, which points to a cookies file, and ENV_FILE, which identifies the environment file. The example uses Windows-style path placeholders, so they must be replaced with paths valid in the deployment environment.

Setup and configuration

To set up the kunallunia/twitter-mcp MCP server, clone the repository and install the dependencies from requirements.txt with pip. Create the environment file using .env.example as a reference, then provide the required Twitter API credentials. The README does not enumerate the individual credential variable names, so those names should be taken from the repository’s example configuration rather than inferred.

The MCP client configuration starts the local Python service with uv, points it at the project’s source directory, and supplies COOKIES_PATH and ENV_FILE in the process environment. The documented command contains a placeholder path and is therefore a template rather than a directly runnable command without editing.

Tools and capabilities

The documented feature set includes:

  • Reading the Twitter home timeline.
  • Fetching tweets from any public user.
  • Searching posts by hashtag.
  • Retrieving replies and generating summaries.
  • Sending and receiving direct messages.
  • Creating and deleting posts.
  • Analyzing conversations and post sentiment, as stated in the project description.

These capabilities cover both observation and account actions. Write operations should be enabled only when the configured Twitter credentials and account permissions are appropriate for the intended workflow.

Limitations and notes

The material does not list individual MCP tool names, input schemas, response formats, rate-limit behavior, or supported Twitter API plans. It also does not identify specific MCP clients by name. The repository requires Twitter credentials and cookie configuration, but the excerpt does not explain how cookies are obtained, refreshed, or secured. Verify those details in the project files before deploying an automated workflow that sends messages, publishes posts, or deletes content.

Getting started with this kunallunia/twitter-mcp MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Social Media View all alternatives
  • Veezee MCP logoVeezee MCP

    Real-time LinkedIn, X (Twitter) and Reddit data: profiles, companies, posts, search, sentiment. Hosted at mcp.veezee.io with OAuth or self-serve keys.

    🌐 Social Media4 views
    Compare vs Veezee MCP →
  • X Twitter Scraper logoX Twitter Scraper

    Remote X (Twitter) MCP server with 121 endpoints via 2 tools. Post tweets, reply, like, retweet, follow, DM, search, extract data, run giveaways, and monitor accounts. StreamableHTTP at xquik.com/mcp with API key auth.

    🌐 Social Media3 views
    Compare vs X Twitter Scraper →
  • Reddit MCP Buddy logoReddit MCP Buddy

    Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop.

    🌐 Social Media5 views
    Compare vs Reddit MCP Buddy →
  • Xbird logoXbird

    Twitter/X MCP server with 34 tools — post tweets, search, read timelines, manage engagement, upload media. No API keys needed, uses browser cookies. Pay per call from $0.001 via x402 micropayments.

    🌐 Social Media4 views
    Compare vs Xbird →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
60
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Twitter MCP

Clone the repository, install dependencies with pip from requirements.txt, configure the Twitter credentials in a .env file, and start the service using the documented uv command with your local source path.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTwitter MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kunallunia-twitter-mcp?style=directory)](https://allmcps.com/mcp/kunallunia-twitter-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/kunallunia-twitter-mcp"><img src="https://allmcps.com/api/badge/kunallunia-twitter-mcp?style=directory" alt="Twitter MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🌐Social Media
PricingBring your own API key (usage-based cost)
More technical detailsExpand ▾
AuthAPI key
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars60
GitHub Star CountTotal stargazers on GitHub representing community popularity (60 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 3, 2025
44Quality signal: Fair · 44/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🌐 Social Media →Best MCP servers for Social Media →Alternatives to Twitter MCP →Install in Claude DesktopInstall in CursorInstall in VS Code