PluginBench
MCP Server
Active
MIT

TweetFeed MCP Server

io.github.0xDanielLopez/tweetfeed

What is the TweetFeed MCP server?

IOCs (URLs, domains, IPs, hashes) shared by the infosec community on X/Twitter. No auth, CC0.

How to install TweetFeed

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tweetfeed": {
      "url": "https://mcp.tweetfeed.live/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tweetfeed": {
      "serverUrl": "https://mcp.tweetfeed.live/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tweetfeed": {
      "type": "http",
      "url": "https://mcp.tweetfeed.live/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "tweetfeed": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.tweetfeed.live/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http tweetfeed https://mcp.tweetfeed.live/

Related MCP servers

Phishunt

Active

Public phishing feed: suspicious/confirmed phishing URLs detected hourly. No auth, CC0.

1
TypeScript
MIT
View repository →