Research-paper-mcp-server

the-samarium/Research-paper-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
A research paper discovery and ingestion tool built on top of arXiv, ChromaDB, and FastMCP. Originally developed as a FastAPI backend with local LLM inference via Ollama, then migrated to an MCP server so that an LLM host (like Claude) handles all reasoning.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "research-paper-mcp-s": {
      "command": "uvx",
      "args": [
        "research-paper-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install research-paper-mcp-server

Topics

aiai-toolsbackendbackendapifastapimcp-servermcp-toolspython