ResearchAssistantMCP

Burton-David/ResearchAssistantMCP
★ 0 stars Python 💻 Code/Dev Tools Updated today
MCP server for citation-finding research workflows: claim extraction, multi-source paper search (arXiv/Semantic Scholar/PubMed/OpenAlex), citation quality scoring, structured paper analysis.
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": {
    "researchassistantmcp": {
      "command": "uvx",
      "args": [
        "researchassistantmcp"
      ]
    }
  }
}

Or install with pip: pip install researchassistantmcp

README Excerpt

A citation-finding research assistant for scientists, exposed as an MCP server. Paste a draft paragraph; it identifies the claims that need citations, finds candidate papers across arXiv, Semantic Scholar, PubMed, and OpenAlex, scores their quality, and explains each recommendation — all from inside Claude Desktop, Claude Code, or any MCP-compatible client.