Research Paper Agent
FreeNot checkedA remote MCP server for searching arXiv papers, extracting paper details, and generating structured prompts for LLM agents.
About
A remote MCP server for searching arXiv papers, extracting paper details, and generating structured prompts for LLM agents.
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.
🚀 Features
search_papers(topic): Search and save top arXiv papers by topicextract_info(paper_id): Retrieve paper details from stored JSONget_topic_papers(topic): Read summaries for all papers in a topicget_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)
- Push this project to your GitHub
- Create a new web service on Render
- Use the following settings:
- Environment: Docker
- Port: 8001
- Start command: (leave blank – handled in Dockerfile)
- 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.
📚 Credits
Built as part of the DeepLearning.AI Claude Agent Systems course.
Installing Research Paper Agent
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/selinazarzour/mcp-serverFAQ
Is Research Paper Agent MCP free?
Yes, Research Paper Agent MCP is free — one-click install via Unyly at no cost.
Does Research Paper Agent need an API key?
No, Research Paper Agent runs without API keys or environment variables.
Is Research Paper Agent hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Research Paper Agent in Claude Desktop, Claude Code or Cursor?
Open Research Paper Agent on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Research Paper Agent with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
