Skip to main content
Glama

reasearchSync

researchSync offers two services:

  1. FastAPI-MCP Server: Connects to MCP Hosts like Claude Desktop to retrieve papers' metadata from arXiv and store it in a Notion database. You can then query this database to find the best paper you need.

  2. Web App: Powered by Gradio (with plans to migrate to React in the future) for the frontend and FastAPI for the backend. It uses a Notion and Redis database to store metadata of the papers from arXiv and vector embeddings for retrieving the best papers based on user queries.

Python Version

  • Python: 3.11

Related MCP server: kivv

System Overview

The system will:

  • Monitor arXiv publications from ML/AI related tags (e.g., 'cs.AI').

  • Fetch metadata (title, authors, abstract) and add to Notion Database using Prefect workflow.

  • Store data in a Notion database.

  • Convert the paper's abstract to vector embeddings for fast retrieval and store on Redis.

  • Allow an AI assistant to query or manage the database via MCP.

Prefect Workflow Snippet

prefect-workflow.png

Related MCP Connectors

Related MCP Servers

  • 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
  • F
    license
    Not graded
    quality
    C
    maintenance
    Automated arXiv research paper discovery and AI-powered summarization system that enables Claude Desktop users to search, retrieve, and get intelligent summaries of academic papers through MCP integration.
    1
    -
  • A
    license
    A
    quality
    D
    maintenance
    Enables LLMs to search, fetch, and manage arXiv research papers across various categories. It allows users to browse recent publications, query specific metadata, and retrieve full abstracts through a local database.
    5
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables natural language search and analysis of arXiv academic papers with AI-powered relevance ranking, full-text extraction, and support for multiple integrations like Claude and LangChain.
    MIT