eprint-mcp-server
MCP Server for IACR Cryptology ePrint Archive
Documentation
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
🚀 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
1. Find your Claude Desktop config file:
2. Add the server configuration:
{
"mcpServers": {
"eprint": {
"command": "node",
"args": ["/path/to/eprint-mcp-server/dist/index.js"]
}
}
}3. 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 to `1` to enable debug logging
- `MAX_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_papers` | Search for papers | `query`, `maxResults`, `author`, `dateFrom`, `dateTo` |
| `get_paper` | Get paper details | `paperId` |
| `get_recent_papers` | Get recent papers | `limit` |
| `download_paper` | Get download info | `paperId`, `outputPath` |
| `get_paper_url` | Get paper URLs | `paperId` |
🔍 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
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. 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
Frequently asked questions
What is eprint-mcp-server?
eprint-mcp-server is MCP Server for IACR Cryptology ePrint Archive
How do I install eprint-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is eprint-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/heewon-chung/eprint-mcp-server and has 3 stars.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP