io.github.zezeron/tweetsave-mcp
https://mcp.tweetsave.org/sse
● degraded
MCP server for fetching Twitter/X content and converting to blog posts. No API key required.
Transport
sse
Auth
—
Cost
—
How to connect
MCP endpoint (sse)
https://mcp.tweetsave.org/sse
JSON-RPC initialize probe
curl -X POST https://mcp.tweetsave.org/sse \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/zezeron/tweetsave-mcp