PluginBench
MCP Server
Active
MIT

Bluesky Keyword Alerts MCP Server

io.github.telemarkdigital-publisher/bluesky-keyword-alerts

What is the Bluesky Keyword Alerts MCP server?

Search bounded public Bluesky keywords, handles, mentions, and hashtags.

How to install Bluesky Keyword Alerts

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

Search bounded RSS, Atom, and RDF feed matches by keyword or regex.

1
JavaScript
MIT
View repository →

Search EU TED procurement notices by CPV, country, keyword, value, or type.

1
JavaScript
MIT
View repository →
Bluesky Keyword Alerts MCP Server | PluginBench