MCP Directory

papersflow-ai/papersflow-mcp

GitHub
Productivity

Hosted MCP server by [PapersFlow](https://papersflow.ai) for academic research with 7 specialized AI agents and 474M+ papers from Semantic Scholar and OpenAlex. Literature search, citation verification, citation graph exploration, and autonomous deep research workflows.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y papersflow-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from papersflow-ai/papersflow-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "papersflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "papersflow-mcp"
      ]
    }
  }
}

Route papersflow-ai/papersflow-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add papersflow-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use papersflow-ai/papersflow-mcp directly without routing

npx -y papersflow-mcp

New to Agent-CoreX? View setup guide →

papersflow-ai/papersflow-mcp MCP Server — Agent-CoreX