MCP Server
Maintained
Twitter Scraper API MCP Server
io.github.Br0ski777/twitter-scraper
What is the Twitter Scraper API MCP server?
Scrape Twitter/X profiles, tweets, search. No API key. Structured JSON. x402 pay-per-call.
How to install Twitter Scraper API
Copy-paste configuration for popular MCP clients.
transport: sse
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"twitter-scraper": {
"url": "https://twitter-scraper.api.klymax402.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"twitter-scraper": {
"serverUrl": "https://twitter-scraper.api.klymax402.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"twitter-scraper": {
"type": "http",
"url": "https://twitter-scraper.api.klymax402.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"twitter-scraper": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://twitter-scraper.api.klymax402.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport sse twitter-scraper https://twitter-scraper.api.klymax402.com/mcpRelated MCP servers
Cron Parser API
Maintained
Parse, validate and explain cron expressions. Get next run times. x402 micropayment.
1
View repository →TypeScript
HL Portfolio API
Maintained
Hyperliquid account analysis: positions, PnL, fills, orders, funding. x402 pay-per-call.
1
View repository →TypeScript
Address Validator API
Maintained
Parse, validate and normalize postal addresses. Detect country, verify format. x402.
0
View repository →TypeScript
AI Text Summarizer API
Maintained
Summarize text or URLs into key points with compression ratio and reading time. x402 USDC.
0
View repository →TypeScript
Airdrop Checker API
Maintained
Check wallet eligibility for active crypto airdrops — LayerZero, EigenLayer, Scroll. x402.
0
View repository →TypeScript
Barcode Generator API
Maintained
Generate barcodes — EAN-13, UPC-A, Code128, Code39. Returns SVG. x402 micropayment.
0
View repository →TypeScript