← All plugins
arxiv-mcp-server
v0.6.2Search arXiv, read bounded full text and original LaTeX, follow citations, and monitor research topics through MCP.
CodexClaude Code1 skill1 MCP serverstdio
by Joseph BlazickApache-2.03kupdated 1 week ago
Source
git clone https://github.com/blazickjp/arxiv-mcp-serverClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
arxiv-mcp-server/
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/arxiv-mcp-server/SKILL.md└── .mcp.json
Skills1
arxiv-mcp-serverskills/arxiv-mcp-server/SKILL.md
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
arxivstdio
- command
- uvx
- args
- arxiv-mcp-server
Manifests2
.codex-plugin/plugin.json
{
"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."
]
}
}.claude-plugin/plugin.json
{
"$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"
]
}