x-bookmarks-mcp-server

cdilling/x-bookmarks-mcp-server
★ 0 stars TypeScript 🔍 Search Updated today
MCP server for syncing, searching, and exploring X/Twitter bookmarks with AI-powered enrichment and a React dashboard
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "x-bookmarks-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "cdilling/x-bookmarks-mcp-server"
      ]
    }
  }
}