Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From bookmark-sync
Local stdio server for searching, downloading, and reading arXiv papers. Exposes papers via files capability. No API keys required.
npx claudepluginhub k3nnethfrancis/agent-utils --plugin bookmark-syncCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"arxiv": {
"command": "uvx",
"args": [
"arxiv-mcp-server"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.