š§ arXiv Research Assistant MCP Server
@daheepk
About š§ arXiv Research Assistant MCP Server
This project is an arXiv paper retrievalĀ and search service implemented through a custom MCP (Multi-Capability Provider) framework. It provides a server-side implementationĀ to fetch, search, and analyze academicĀ papers from arXiv.org.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"arxiv-mcp-server-daheepk": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is arXiv Research Assistant MCP Server?
An MCP (Model Context Protocol) server that interacts with the arXiv.org paper database, built with Python and the FastMCP framework. It allows clients like Claude AI to search, explore, and compare arXiv papers efficiently through a local server.
How to use arXiv Research Assistant MCP Server?
Install via Smithery (npx -y @smithery/cli install arxiv-paper-mcp --client claude) or from PyPI (uv pip install arxiv-paper-mcp). Run the server locally with arxiv-paper-mcp. For Claude integration, add the provided JSON configuration to Claude's MCP settings.
Key features of arXiv Research Assistant MCP Server
- Keyword-based paper search with sort by relevance or date
- Fetch latest papers by arXiv category code
- Paper details lookup: title, authors, abstract, DOI, PDF link
- Author-based paper search
- Experimental trend analysis for a category
- Prompt generators for summarization and paper comparison
Use cases of arXiv Research Assistant MCP Server
- Search for papers on a specific topic using keywords
- Monitor the most recent publications in a chosen field
- Retrieve detailed metadata for a known paper ID
- Find all papers published by a particular author
- Generate structured prompts to summarize or compare papers
FAQ from arXiv Research Assistant MCP Server
ā
More Data & Analytics MCP servers
š Semantic Scholar MCP Server
JackKuo666š This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Deep Research
u14appUse any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
Comments