LIVE ENDPOINT
https://mcp.jojapi.com/twitter-x-aio
Connect to this endpoint to inspect the live schema for get_user_userId_media and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.jojapi-twitter-x-aio]
url = "https://mcp.jojapi.com/twitter-x-aio"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jojapi-twitter-x-aio": {
"type": "http",
"url": "https://mcp.jojapi.com/twitter-x-aio"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jojapi-twitter-x-aio
Remote MCP URL: https://mcp.jojapi.com/twitter-x-aio
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"jojapi-twitter-x-aio": {
"url": "https://mcp.jojapi.com/twitter-x-aio"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jojapi-twitter-x-aio": {
"type": "http",
"url": "https://mcp.jojapi.com/twitter-x-aio"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jojapi-twitter-x-aio",
"transport": "streamable-http",
"url": "https://mcp.jojapi.com/twitter-x-aio"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_search_searchTerm— With the search endpoint you can search all of twitter.get_trends_locationId— Get twitter trends for worldwide or a specific region.get_user_userId— This is the prefered method of getting any information.get_user_by_username_username— Receive follower counts, images and more user related data with this endpoint.get_user_userId_tweets— Receive all tweets ordered by most recent.get_user_userId_tweetsAndReplies— Receive all tweets and replies ordered by most recent.get_user_userId_likes— Receive all likes of a user.get_user_userId_followers— Receive all followers of a user.