arxiv-mcp-server
v0.6.2Search arXiv, read bounded full text and original LaTeX, follow citations, and monitor research topics through MCP.
By Joseph BlazickLicense: Apache-2.03k GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Jul 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install arxiv-mcp-server for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add arxiv-mcp-server@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/blazickjp/arxiv-mcp-serverClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/arxiv-mcp-server/SKILL.md└── .mcp.json
Included Skills1
Use when finding, comparing, reading, or monitoring arXiv papers, including requests for abstracts, citation graphs, original LaTeX, section-level technical details, or literature reviews.
MCP servers1
- command
- uvx
- args
- arxiv-mcp-server
Plugin manifests2
{
"name": "arxiv-mcp-server",
"version": "0.6.2",
"description": "Search arXiv, read bounded full text and original LaTeX, follow citations, and monitor research topics through MCP.",
"author": {
"name": "Joseph Blazick",
"url": "https://github.com/blazickjp"
},
"homepage": "https://github.com/blazickjp/arxiv-mcp-server",
"repository": "https://github.com/blazickjp/arxiv-mcp-server",
"license": "Apache-2.0",
"keywords": [
"mcp",
"codex",
"arxiv",
"research",
"academic",
"latex"
],
"mcpServers": "./.codex-mcp.json",
"skills": "./skills/",
"interface": {
"displayName": "arXiv MCP Server",
"shortDescription": "Research arXiv papers with bounded full-text and LaTeX retrieval.",
"longDescription": "Adds arXiv search, abstracts, bounded paper reading, original LaTeX section retrieval, citation graphs, local semantic search, and research alerts.",
"developerName": "Joseph Blazick",
"category": "Research",
"capabilities": [
"Read"
],
"websiteURL": "https://github.com/blazickjp/arxiv-mcp-server",
"defaultPrompt": [
"Find recent papers on a research topic and compare their methods.",
"Inspect the original LaTeX for an arXiv paper by section.",
"Trace the citations and references around an arXiv paper."
]
}
}{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "arxiv-mcp-server",
"displayName": "arXiv MCP Server",
"version": "0.6.2",
"description": "Search, download, read, and analyze arXiv papers through MCP.",
"author": {
"name": "Joseph Blazick"
},
"homepage": "https://github.com/blazickjp/arxiv-mcp-server",
"repository": "https://github.com/blazickjp/arxiv-mcp-server",
"license": "Apache-2.0",
"keywords": [
"arxiv",
"research",
"papers",
"latex",
"mcp"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[arxiv-mcp-server on Agent Plugins Marketplace](https://pluginsmp.com/plugins/arxiv-mcp-server)