XTapDown
Rank #20,552io.github.farukkolip/xtapdown-mcp
14 X (Twitter) creator tools — tweet download, hashtags, hooks, engagement & ads-revenue calc.
XTapDown is a Model Context Protocol (MCP) server published by farukkolip. It ranks #20,552 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. XTapDown is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 25, 2026 and most recently updated on Jun 25, 2026.
Ranks ahead of 94,908 of 115,460 servers on MCP Toplist.
Use XTapDown
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add xtapdown-mcp -- npx -y xtapdown-mcp[mcp_servers.xtapdown-mcp]
command = "npx"
args = ["-y", "xtapdown-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"xtapdown-mcp": {
"command": "npx",
"args": [
"-y",
"xtapdown-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"xtapdown-mcp": {
"command": "npx",
"args": [
"-y",
"xtapdown-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"xtapdown-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xtapdown-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"xtapdown-mcp": {
"command": "npx",
"args": [
"-y",
"xtapdown-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"xtapdown-mcp": {
"command": "npx",
"args": [
"-y",
"xtapdown-mcp"
]
}
}
}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/io.github.farukkolip%2Fxtapdown-mcp)<a href="https://mcptoplist.com/server/io.github.farukkolip%2Fxtapdown-mcp"><img src="https://mcptoplist.com/badge/io.github.farukkolip%2Fxtapdown-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
farukkolip
Other servers by farukkolip
View all farukkolip servers →Available versions (1)
| Version | Published |
|---|---|
| 1.2.1 | Jun 25, 2026 |
Frequently asked questions
- Who maintains XTapDown?
- XTapDown is maintained by farukkolip, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is XTapDown listed on the Official MCP Registry?
- Yes — XTapDown is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does XTapDown have?
- MCP Toplist tracks 1 version of XTapDown, most recently published on Jun 25, 2026.
- Where can I find the source code for XTapDown?
- The source code for XTapDown is hosted at github.com/farukkolip/xtapdown-mcp.