Skip to main content
Glama
khushisonwane23

AI Research Assistant MCP

AI Research Assistant MCP

An MCP-powered AI research assistant for discovering, understanding, comparing, and organizing academic papers.

The server connects to arXiv for paper discovery and uses Gemini to perform research-oriented analysis. It is designed to help researchers move from finding papers to understanding their methods, limitations, and potential research gaps.

Features

πŸ”Ž Paper Discovery

Search arXiv using a research topic or keyword.

The server returns:

  • Paper title

  • Authors

  • Abstract

  • Publication date

  • Updated date

  • arXiv URL

  • PDF URL

πŸ“„ Paper Retrieval

Retrieve detailed information about a specific paper using its arXiv ID or URL.

πŸ“ Paper Summarization

Generate a structured research-oriented summary covering:

  • Research problem

  • Proposed approach

  • Key results

  • Main contribution

  • Why the work matters

βš–οΈ Paper Comparison

Compare multiple papers across:

  • Research problem

  • Core method

  • Model/retrieval architecture

  • Dataset or evaluation

  • Results

  • Strengths

  • Weaknesses

  • Differences

  • Common findings

  • Research opportunities

πŸ”¬ Methodology Analysis

Extract and explain the methodology of a paper, including:

  • Research objective

  • Architecture

  • Main technique

  • Data used

  • Training/retrieval process

  • Evaluation method

  • Technical components

⚠️ Limitation Analysis

Analyze papers for:

  • Explicit limitations

  • Methodological weaknesses

  • Evaluation limitations

  • Dataset limitations

  • Generalization concerns

  • Computational concerns

  • Future research questions

The assistant distinguishes between limitations explicitly supported by the paper and potential research questions inferred from the available information.

πŸ’‘ Research Gap Discovery

Given a research topic and multiple papers, identify potential research gaps and provide:

  • Gap

  • Evidence from the literature

  • Why the gap matters

  • Possible research question

  • Possible experiment

  • Expected contribution

The system is instructed not to present an unverified gap as an established fact.

πŸ’Ύ Research Library

Papers can be saved locally to create a personal research library.

Available operations include:

  • Save a paper

  • List saved papers

  • Search saved papers

Saved papers are stored in saved_papers.json.

Related MCP server: LitSynth MCP Server

Architecture

             AI Client
                β”‚
                β”‚ MCP
                β–Ό
      β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
      β”‚  AI Research        β”‚
      β”‚  Assistant Server   β”‚
      β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                 β”‚
         β”Œβ”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”
         β”‚                β”‚
         β–Ό                β–Ό
       arXiv            Gemini
    Paper Search      AI Analysis
         β”‚                β”‚
         β””β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                 β–Ό
          Research Insights

The server is implemented with FastMCP and exposes research capabilities as MCP tools.

MCP Tools

The current server provides:

search_papers() get_paper() summarize_paper() compare_papers() extract_methodology() extract_limitations() find_research_gaps() save_paper() list_saved_papers() search_saved_papers()

Technology Stack

  • Python 3.11+

  • FastMCP

  • Model Context Protocol (MCP)

  • arXiv API

  • Google Gemini API

  • Requests

  • JSON-based local storage

Project Structure

research-assistant/
β”‚
β”œβ”€β”€ src/
β”‚   └── research_assistant/
β”‚       └── __init__.py
β”‚
β”œβ”€β”€ server.py
β”œβ”€β”€ pyproject.toml
β”œβ”€β”€ README.md
β”œβ”€β”€ .gitignore
└── .python-version

Setup

Install the project dependencies with:

uv sync

Set your Gemini API key as an environment variable:

GEMINI_API_KEY=your_api_key

Do not commit API keys or .env files to GitHub.

Running the Server

Run the MCP server locally:

uv run server.py

Testing with MCP Inspector

Run:

uv run fastmcp dev inspector server.py

The MCP Inspector can then be used to test the available tools and verify their responses.

Example Workflow

A typical research workflow can look like:

Research Topic ↓ Search Papers ↓ Select Relevant Papers ↓ Retrieve Paper Details ↓ Summarize Papers ↓ Compare Papers ↓ Analyze Methodology ↓ Analyze Limitations ↓ Identify Potential Research Gaps ↓ Save Important Papers

For example: text "Find papers about retrieval augmented generation and identify potential research gaps."

The assistant can search the literature, retrieve relevant papers, analyze them, and use the available paper information to identify potential research directions.

Research Focus

The project is being developed with a particular interest in Generative AI and Retrieval-Augmented Generation (RAG) research.

Potential future research workflows include studying:

  • CRAG

  • Self-RAG

  • RAG evaluation

  • Retrieval quality

  • Hallucination reduction

  • Semantic retrieval

  • Conflicting evidence

  • Research-paper comparison

  • Literature-gap discovery

Current Status

🚧 Active development

Current capabilities focus on:

Paper discovery β†’ Paper analysis β†’ Paper comparison β†’ Research-gap exploration β†’ Personal paper library

Future versions can extend this into deeper paper-level analysis, full-text research, retrieval over saved papers, and more advanced research workflows.

Author

Khushi Sonwane

Built as a hands-on project exploring Generative AI, MCP, academic research workflows, and RAG systems.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI-powered academic paper discovery, search, and analysis from arXiv with advanced features like semantic search, citation network analysis, and multi-format exports (BibTeX, RIS, JSON, CSV). Provides intelligent research assistance through specialized AI prompts for summarization, trend tracking, and literature review automation.
    17
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables intelligent academic paper discovery through ArXiv search and AI-powered semantic similarity analysis. Helps researchers find and rank the most relevant papers using natural language queries and state-of-the-art sentence transformers.
  • A
    license
    A
    quality
    D
    maintenance
    Enables searching, downloading, and managing academic papers from arXiv.org through natural language interactions. Provides tools for paper discovery, PDF downloads, and local paper collection management.
    4
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Manages arXiv papers: search, download, analyze, and save AI-generated summaries. Enables AI assistants to interact with the arXiv platform.
    MIT

View all related MCP servers

Related MCP Connectors

  • Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.

  • Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe…

  • Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/khushisonwane23/ai-research-assistant-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server