ArXiv Research Assistant
Enables automated searching of ArXiv papers, extraction of key findings (problem, method, result) from abstracts using NLP heuristics, and storage of research data in structured datasets for further analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ArXiv Research Assistantfind recent papers on transformer architectures and extract their key methods"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ ArXiv Research Assistant (MCP Server)
An automated Research Agent server built with the Model Context Protocol (MCP). This tool helps Data Scientists and Researchers search ArXiv, analyze papers, and discover insights using Machine Learningโall directly from their IDE.
๐ Features
automated Search: Query ArXiv for papers on any topic.
Intelligent Extraction: Uses NLP heuristics to extract the core "Problem", "Method", and "Result" from abstracts.
Data Science Pipeline:
Saves findings to a structured dataset (
references.csv).Visualize Trends: Generate charts of dominating research methods (
analyze_references.py).Topic Modeling: Uses NMF (Non-Negative Matrix Factorization) to automatically discover hidden research themes (
topic_modeling.py).
Knowledge Graph: Generates an interactive HTML network graph of author collaborations (
generate_network.py).
Related MCP server: AstroInsight Research Assistant
Installation
Prerequisites
Python 3.10+ (Tested on Python 3.14)
Setup
Clone the repository:
git clone <your-repo-url> cd mcp-projectCreate a Virtual Environment:
python3 -m venv .venv source .venv/bin/activateInstall Dependencies:
pip install -r requirements.txt
โ๏ธ Configuration
Add the server to your IDE's MCP settings (e.g., mcp-servers.json in VS Code or Claude Desktop):
{
"mcpServers": {
"research-assistant": {
"command": "/absolute/path/to/your/mcp-project/.venv/bin/python",
"args": [
"/absolute/path/to/your/mcp-project/research_server.py"
],
"env": {
"PYTHONPATH": "/absolute/path/to/your/mcp-project"
}
}
}
}Note: Replace /absolute/path/to/your/mcp-project/ with the actual full path on your machine.
๐ก Usage
1. The MCP Agent
Once configured, you can ask your AI Assistant commands like:
"Find 5 papers on 'Reinforcement Learning from Human Feedback', extract their key findings, and save them to my bibliography."
2. Analysis Tools
Run these scripts to generate insights from your collected references.csv:
Visualize Keyword Trends:
python analyze_references.pyGenerates
method_keywords.png.View Author Network:
python generate_network.pyGenerates
author_network.html(interactive).Discover Hidden Topics:
python topic_modeling.pyGenerates
references_with_topics.csvwith ML-assigned topic clusters.
๐ Project Structure
research_server.py: The core MCP server logic.analyze_references.py: Visualization script for keyword frequencies.generate_network.py: NetworkX/Pyvis script for knowledge graphs.topic_modeling.py: Scikit-learn script for NMF topic modeling.references.csv: The dataset built by the agent.requirements.txt: Python dependencies.
Built with mcp, arxiv, pandas, scikit-learn, and networkx.
arxiv-research-mcp
arxiv-research-mcp
This server cannot be installed
Maintenance
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
- Alicense-qualityCmaintenanceEnables 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.Last updated17MIT
- Flicense-qualityDmaintenanceEnables AI-powered academic research workflow from keyword search to hypothesis generation. Integrates multiple AI models to automatically search ArXiv papers, extract key information, and generate innovative research hypotheses for researchers.Last updated2
- Alicense-qualityCmaintenanceEnables 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.Last updatedMIT
- AlicenseCqualityDmaintenanceEnables searching, extracting, and analyzing over 2.4 million arXiv papers, with PDF extraction via GROBID and citation network building through Semantic Scholar integration.Last updated281051MIT
Related MCP Connectors
ArXiv preprint search, daily category digest, and author-collaborator graph.
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Academic paper search, scientific literature, citation analysis, arXiv & semantic related-work.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Manaswi875/arxiv-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server