Research Paper Agent

Research Paper Agent

A remote MCP server for searching arXiv papers, extracting paper details, and generating structured prompts for LLM agents.

Category
Visit Server

README


title: MCP_Research_Server app_file: main.py sdk: gradio sdk_version: 5.31.0

🧠 FastMCP SSE Server – Research Paper Agent

This project is a deployable MCP-compatible remote server built using the FastMCP framework. It exposes tools and resources for:

  • Searching academic papers on arXiv
  • Extracting information about saved papers
  • Generating structured prompts for Claude or other LLM agents

It is designed to work with Claude, GPT, or any MCP client that supports SSE transport.


🌐 Live Server

βœ… MCP server is running here:
Tool URL (SSE): https://mcp-server-vs1x.onrender.com/sse

To test if it’s working, simply visit the link above β€” you’ll see a plain text confirmation.

<img width="496" alt="image" src="https://github.com/user-attachments/assets/90fc6c84-a7af-4f73-9e7e-fce36f7234e5" />


πŸš€ Features

  • search_papers(topic): Search and save top arXiv papers by topic
  • extract_info(paper_id): Retrieve paper details from stored JSON
  • get_topic_papers(topic): Read summaries for all papers in a topic
  • get_available_folders(): List all saved topic folders
  • Prompt template for Claude to generate full topic reports

πŸ§‘β€πŸ’» Project Structure

.
β”œβ”€β”€ main.py        # Main FastMCP server
β”œβ”€β”€ Dockerfile                # For deployment on Render
β”œβ”€β”€ pyproject.toml            # Python project setup (required by uv)
β”œβ”€β”€ uv.lock                   # Dependency lock file (required by uv)
β”œβ”€β”€ papers/                   # Local storage for downloaded paper info

πŸ“¦ Requirements

  • Python 3.11+
  • uv: A fast Python package manager
  • Render.com (for deployment)

πŸ› οΈ Local Setup (Optional)

git clone https://github.com/YOUR_USERNAME/mcp-sse-server.git
cd mcp-sse-server

# Run with uv (you must have uv installed)
uv pip install --system .
uv run main.py

The server will run on localhost:8001/sse.


☁️ Deploy on Render.com (Docker)

  1. Push this project to your GitHub
  2. Create a new web service on Render
  3. Use the following settings:
    • Environment: Docker
    • Port: 8001
    • Start command: (leave blank – handled in Dockerfile)
  4. Deploy πŸš€

Render will give you a URL like:

https://your-app-name.onrender.com/sse

To run locally in Docker:

docker run -p 8001:8001 <your-image-name> python main.py

πŸ§ͺ Test with MCP Inspector

Install and run:

npx @modelcontextprotocol/inspector

In the web UI:

  • Transport: SSE
  • URL: https://mcp-server-vs1x.onrender.com/sse

You’ll now be able to call the tools and test them live using Claude or your own chatbot.

<img width="1188" alt="ui" src="https://github.com/user-attachments/assets/4c9eceb4-ce4f-42f5-bc01-ed1004ff29cd" />


πŸ“š Credits

Built as part of the DeepLearning.AI Claude Agent Systems course.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured