5 months ago
A lightweight MCP server that lets AI assistants query the arXiv API. It provides two powerful search approaches:
- **Semantic Search**: Uses vector embeddings to understand the meaning of your query, powered by [ArxivSearch](https://hub.arxiv-search.cn)
> **Note**: Currently, semantic search only supports papers in Computer Science (cs.*) categories
- **Keyword Search**: Supports structured queries with multiple filters including categories, date ranges, and field-specific searches
> Note: Supports papers from all arXiv categories
Overview
arXiv Search MCP
A lightweight Model Context Protocol server that lets AI assistants query the arXiv API. It provides two powerful search approaches:
- Semantic Search: Uses vector embeddings to understand the meaning of your query, powered by ArxivSearch
Note: Currently, semantic search only supports papers in Computer Science (cs.*) categories
- Keyword Search: Supports structured queries with multiple filters including categories, date ranges, and field-specific searches
Note: Supports papers from all arXiv categories
Available Functions
| Function | Description |
|---|---|
search_semantic | Semantic search for papers using natural language queries and embeddings |
search_keyword | Search papers using structured keyword queries with multiple filters |
get_details | Retrieve detailed information for a specific paper by arXiv ID |
get_categories | Get list of arXiv categories and their descriptions |
get_current_time | Get current server time in specified format |