Skip to content
Claude Desktop

PapersFlow for Claude Desktop

io.github.papersflow-ai/papersflow

Academic research MCP server for paper search, citation checks, graphs, and deep research.

client:Claude Desktop transport:streamable-http

Install PapersFlow in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "papersflow": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://doxa.papersflow.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

PapersFlow in other clients