MCP Server
MCP
io.github.blazickjp/arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
Install
uvx arxiv-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "arxiv-mcp-server",
"version": "0.7.2",
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment