SurfSense (MCP Server)

GitHub

Open-source NotebookLM alternative. Research the open web with live data(Reddit, YT, IG, TikTok, Indeed, Google Search, Maps etc) through one platform, API or MCP server. Join our Discord: https://discord.gg/ejRNvftDp9

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "SurfSense": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-SurfSense"
      ]
    }
  }
}