Labsco
OmniXapi logo

Jivilo

from OmniXapi

OmniX is the fast, affordable X (Twitter) API โ€” one key for full read & write access (tweets, users, DMs, media, articles), no official X developer account needed. Start free.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedPaid serviceNeeds API keys

OmniX MCP โ€” Free X (Twitter) API for Claude, Cursor & any MCP client

The official OmniX MCP server โ€” give Claude, Cursor, and any Model Context Protocol client direct access to the X (Twitter) API. Search tweets, look up users, read followers and replies, post tweets, send DMs, follow users, and publish articles โ€” all from your AI assistant.

Unlike read-only Twitter MCP servers, OmniX MCP can act: post, reply, like, retweet, bookmark, follow, send DMs, and publish long-form articles โ€” not just read. 55 tools in all.

โšก Start free โ€” get a free API key and free trial credits. No X developer account, no OAuth app, no approval wait. Flat $0.001 per call after your free credits.

โ†’ Get your free API key ยท Docs ยท Pricing


Why OmniX MCP?

  • ๐Ÿ†“ Free to start โ€” a free API key and free trial credits, no credit card to try it.
  • โœ๏ธ Read and write โ€” post tweets, send DMs, follow, like, retweet, publish articles.
  • ๐Ÿงฉ Works everywhere โ€” Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP client.
  • ๐Ÿš€ No X developer account needed โ€” use your normal X login (auth_token cookie).
  • ๐Ÿ’ธ Simple pricing โ€” flat $0.001 per successful call; account tools are free.
  • ๐Ÿ› ๏ธ 55 tools across tweets, users, articles, lists, media, and direct messages.

What you can ask your assistant

"Find Elon Musk's latest tweets" "Search X for posts about OpenAI from the last week" "Who are @vercel's verified followers?" "Post 'shipping ๐Ÿš€' to my X account" "Send a DM to @jack saying hi" "Publish this markdown as an X Article"

Tools (55)

GroupTools
Tweets (13)advanced_search_tweets, get_tweet_detail, get_tweet_thread, get_tweet_replies, get_tweet_retweeters, create_tweet, delete_tweet, favorite_tweet, unlike_tweet, retweet_tweet, unretweet_tweet, bookmark_tweet, unbookmark_tweet
Users (24)get_user_info, get_user_info_by_id, get_user_about, search_users, get_user_affiliates, check_follow_relationship, get_user_tweets, get_user_tweets_and_replies, get_user_articles_tweets, get_user_media, get_user_mentions, get_user_followers, get_verified_followers, get_user_following, get_followers_you_know, get_user_likes, get_home_timeline, list_bookmarks, search_bookmarks, update_profile, update_avatar, update_banner, follow_user, unfollow_user
Articles (7)get_article, create_article, update_article, list_articles, publish_article, unpublish_article, delete_article
Lists (1)get_list_members
Media (1)upload_media
Direct Messages (7)list_direct_messages, get_dm_conversation, send_direct_message, send_dm_media, delete_dm, react_dm, edit_dm
Account (2)get_account_info, get_payment_history

Read tools are marked readOnlyHint; delete_tweet, unpublish_article, delete_article and delete_dm are marked destructiveHint so clients can confirm before running them.


Pricing

  • Free API key + free trial credits to start โ€” sign up.
  • Flat $0.001 per successful call (no per-endpoint pricing).
  • The two account tools (get_account_info, get_payment_history) are free.

See omnixapi.com/pricing.


Develop

npm install
npm run build      # tsc โ†’ dist/
npm start          # run the built server over stdio

Tools live in src/tools/*.ts, one declarative ToolDef per endpoint; src/register.ts turns each into a registerTool call and src/client.ts forwards it to the API.