io.github.blazickjp/arxiv-mcp-server✓
io.github.blazickjp/arxiv-mcp-server · v0.4.12
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.blazickjp/arxiv-mcp-server",
"description": "Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.",
"repository": {
"url": "https://github.com/blazickjp/arxiv-mcp-server",
"source": "github"
},
"version": "0.4.12",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "arxiv-mcp-server",
"version": "0.4.12",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "arxiv-mcp-server",
"type": "positional"
}
],
"packageArguments": [
{
"description": "Directory for storing downloaded papers. Defaults to ~/.arxiv-mcp-server/papers.",
"value": "${ARXIV_STORAGE_PATH}",
"type": "named",
"name": "--storage-path"
}
],
"environmentVariables": [
{
"description": "Optional path for storing downloaded papers locally.",
"name": "ARXIV_STORAGE_PATH"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}