eprint-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@eprint-mcp-serverFind papers about lattice-based cryptography"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
IACR ePrint Archive MCP Server
A Model Context Protocol (MCP) server that provides access to the IACR Cryptology ePrint Archive, enabling AI assistants to search and retrieve cryptographic research papers.
β¨ Features
π Smart Search: Search papers by title, abstract, author, or keywords (RSS-based filtering)
π Paper Details: Get comprehensive information about specific papers
π° Recent Papers: Retrieve the latest published papers from RSS feed
π Direct Links: Get web page and PDF URLs for papers
π Download Info: Get download information for paper PDFs
π Privacy Focused: No cookies, no tracking, respects ePrint Archive guidelines
Related MCP server: ArXiv MCP Server
π Quick Start
Installation
Option 1: Direct Installation
# Clone the repository
git clone https://github.com/YOUR_USERNAME/eprint-mcp-server.git
cd eprint-mcp-server
# Install dependencies and build
npm install
npm run buildOption 2: Using npx (Coming Soon)
npx eprint-mcp-serverClaude Desktop Setup
Find your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the server configuration:
{ "mcpServers": { "eprint": { "command": "node", "args": ["/path/to/eprint-mcp-server/dist/index.js"] } } }Restart Claude Desktop completely (β+Q then reopen)
π Usage Examples
Search Papers
Find papers about "zero knowledge proofs"Get Recent Papers
Show me the 10 most recent cryptography papersGet Paper Details
Tell me about paper 2025/123Find by Author
Find papers by Goldreich from 2024π οΈ Development
Prerequisites
Node.js 18.0.0 or higher
npm or yarn
Setup
git clone https://github.com/YOUR_USERNAME/eprint-mcp-server.git
cd eprint-mcp-server
npm installDevelopment Commands
# Development with hot reload
npm run dev
# Build for production
npm run build
# Run tests
npm test
# Type checking
npm run type-checkProject Structure
eprint-mcp-server/
βββ src/
β βββ index.ts # Main MCP server
β βββ eprintClient.ts # ePrint Archive API client
β βββ types.ts # TypeScript type definitions
βββ dist/ # Compiled JavaScript output
βββ tests/ # Test files
βββ package.json
βββ README.mdπ§ Configuration
Environment Variables
DEBUG: Set to1to enable debug loggingMAX_RESULTS: Maximum number of search results (default: 100)
MCP Server Options
{
"mcpServers": {
"eprint": {
"command": "node",
"args": ["./dist/index.js"],
"env": {
"DEBUG": "0",
"MAX_RESULTS": "50"
}
}
}
}π Available Tools
Tool | Description | Parameters |
| Search for papers |
|
| Get paper details |
|
| Get recent papers |
|
| Get download info |
|
| Get paper URLs |
|
π Search Limitations
Currently, the ePrint Archive's search API endpoint is not publicly available, so this server uses RSS feed filtering for search functionality. This means:
β Search works within recent papers (last ~100 papers from RSS)
β οΈ Historical search is limited
π We're working on implementing full search capabilities
π€ Contributing
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Acknowledgments
IACR Cryptology ePrint Archive for providing open access to cryptographic research
Model Context Protocol for the MCP framework
The cryptographic research community
π Support
π Issues: GitHub Issues
π¬ Discussions: GitHub Discussions
π§ Email: your.email@example.com
π Changelog
v1.0.0 (2025-06-25)
β¨ Initial release
π RSS-based search functionality
π Paper details retrieval
π° Recent papers listing
π Direct URL generation
Made with β€οΈ for the cryptography research community
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables programmatic access to the IACR Cryptology ePrint Archive, facilitating the search and retrieval of cryptographic research papers and metadata via a secure interface.Last updated33MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to search and access arXiv research papers through a simple Message Control Protocol interface, allowing for paper search, download, listing, and reading capabilities.Last updated47Apache 2.0
- AlicenseBquality-maintenanceEnables AI assistants to search and retrieve academic papers from arXiv through MCP tools, supporting search by various criteria, detailed paper information, category browsing, and PDF content extraction.Last updated41452
- AlicenseBqualityDmaintenanceEnables searching, retrieving, and parsing academic papers from arXiv, including keyword search, PDF downloads, content extraction from HTML/PDF formats, and accessing the latest AI research papers.Last updated414MIT
Related MCP Connectors
Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accelβ¦
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs wheβ¦
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/heewon-chung/eprint-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server