Tweetsave MCP
Rank #20,392io.github.zezeron/tweetsave-mcp
MCP server providing tweetsave-mcp capabilities
Tweetsave MCP is a Model Context Protocol (MCP) server published by zezeron. It ranks #20,392 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Tweetsave MCP is listed across 4 registries — Official MCP, mcp.so, Glama and PulseMCP, with 3 tracked versions. It was first listed on Jan 19, 2026 and most recently updated on Jan 21, 2026.
Ranks ahead of 111,654 of 132,046 servers on MCP Toplist.
Use Tweetsave MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tweetsave-mcp https://mcp.tweetsave.org/sseclaude mcp add tweetsave-mcp -- npx -y tweetsave-mcp[mcp_servers.tweetsave-mcp]
url = "https://mcp.tweetsave.org/sse"Add to ~/.codex/config.toml.
[mcp_servers.tweetsave-mcp]
command = "npx"
args = ["-y", "tweetsave-mcp"]Add to ~/.codex/config.toml.
https://mcp.tweetsave.org/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tweetsave-mcp": {
"command": "npx",
"args": [
"-y",
"tweetsave-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tweetsave-mcp": {
"url": "https://mcp.tweetsave.org/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tweetsave-mcp": {
"command": "npx",
"args": [
"-y",
"tweetsave-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tweetsave-mcp": {
"type": "http",
"url": "https://mcp.tweetsave.org/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tweetsave-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tweetsave-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tweetsave-mcp": {
"serverUrl": "https://mcp.tweetsave.org/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tweetsave-mcp": {
"command": "npx",
"args": [
"-y",
"tweetsave-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tweetsave-mcp": {
"url": "https://mcp.tweetsave.org/sse"
}
}
}{
"mcpServers": {
"tweetsave-mcp": {
"command": "npx",
"args": [
"-y",
"tweetsave-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.zezeron%2Ftweetsave-mcp)<a href="https://mcptoplist.com/server/io.github.zezeron%2Ftweetsave-mcp"><img src="https://mcptoplist.com/badge/io.github.zezeron%2Ftweetsave-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
zezeron
Available versions (3)
| Version | Published |
|---|---|
| 1.0.3 | Jan 21, 2026 |
| 1.0.2 | Jan 21, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Tweetsave MCP?
- Tweetsave MCP is maintained by zezeron, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Tweetsave MCP listed on the Official MCP Registry?
- Yes — Tweetsave MCP is listed on the Official MCP Registry, alongside mcp.so, Glama and PulseMCP.
- How many versions does Tweetsave MCP have?
- MCP Toplist tracks 3 versions of Tweetsave MCP, most recently published on Jan 21, 2026.
- Where can I find the source code for Tweetsave MCP?
- The source code for Tweetsave MCP is hosted at github.com/zezeron/tweetsave-mcp.
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.