twitterapi-mcp-server

Jing-yilin/twitterapi-mcp-server

3.2

If you are the rightful owner of twitterapi-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A Model Context Protocol (MCP) server that provides access to Twitter data through the TwitterAPI.io service.

Tools

Functions exposed to the LLM to take actions

get_user_by_username

Get user details by username.

get_user_by_id

Get user details by user ID.

get_user_followers

Get user's followers with pagination support.

get_user_following

Get users someone follows with pagination support.

search_users

Search for users by keyword.

get_user_tweets

Get tweets from a user with pagination support.

search_tweets

Search tweets by keywords with advanced options.

get_tweet_by_id

Get tweets by IDs.

get_tweet_replies

Get replies to a tweet with pagination support.

login_user

Login to Twitter account.

create_tweet

Post new tweets and interact with content.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources