Skip to content
Cursor

research hub for Cursor

io.github.wenyuchiou/research-hub

Research workspace for Zotero + Obsidian + NotebookLM. Search, ingest, sync, verify briefs.

client:Cursor transport:stdio runtime:pypi

Install research hub in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "research-hub": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "research-hub-pipeline"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

research hub in other clients