X API FastMCP Server
Rank #6,050glama/xdevplatform/xmcp
A local MCP server that exposes the X API (formerly Twitter API) as tools, enabling operations like posting, searching, user management, and more via natural language commands.
X API FastMCP Server is a Model Context Protocol (MCP) server published by xdevplatform. It ranks #6,050 of 132,046 servers tracked on MCP Toplist, and its repository has 856 GitHub stars. X API FastMCP Server is listed across 2 registries — PulseMCP and Glama, and ships as a single rolling release with no explicit version metadata. It was first listed on Jan 19, 2026.
Ranks ahead of 125,996 of 132,046 servers on MCP Toplist.
Use X API FastMCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http xmcp https://api.x.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.xmcp]
url = "https://api.x.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://api.x.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"xmcp": {
"url": "https://api.x.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"xmcp": {
"type": "http",
"url": "https://api.x.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"xmcp": {
"serverUrl": "https://api.x.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"xmcp": {
"url": "https://api.x.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fxdevplatform%2Fxmcp)<a href="https://mcptoplist.com/server/glama%2Fxdevplatform%2Fxmcp"><img src="https://mcptoplist.com/badge/glama%2Fxdevplatform%2Fxmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
xdevplatform
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains X API FastMCP Server?
- X API FastMCP Server is maintained by xdevplatform, which publishes 1 MCP server (0 total versions) tracked on MCP Toplist.
- Is X API FastMCP Server listed on the Official MCP Registry?
- X API FastMCP Server is not on the Official MCP Registry. It is listed on PulseMCP and Glama.
- How many versions does X API FastMCP Server have?
- X API FastMCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for X API FastMCP Server?
- The source code for X API FastMCP Server is hosted at github.com/xdevplatform/xmcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.