arXiv Search MCP Server
@danimal141
关于 arXiv Search MCP Server
An MCP server that provides tools to search and fetch papers from arXiv.org.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"arxiv-search-mcp": {
"command": "deno",
"args": [
"cache",
"--reload",
"src/main.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is arXiv Search MCP Server?
An MCP server that provides tools to search and fetch papers from arXiv.org. It allows users to search by category and retrieve the latest papers with formatted output, making it ideal for researchers and developers using MCP-compatible environments like Claude Desktop.
How to use arXiv Search MCP Server?
Requires Deno and an MCP-compatible environment. After cloning the repo and running deno cache --reload src/main.ts, you can run in dev mode with deno task dev or compile a binary with deno task compile. Then configure your MCP client (e.g., Claude Desktop) to point to the compiled binary. The server exposes a tool named search_arxiv that accepts category (string) and max_results (number, 1-100, default 5).
Key features of arXiv Search MCP Server
- Search papers by arXiv category
- Retrieve latest papers sorted by submission date
- Formatted output: title, authors, summary, and link
- Configurable number of results (1–100, default 5)
- Supports many arXiv categories (e.g., cs.AI, cs.LG, astro-ph)
Use cases of arXiv Search MCP Server
- A researcher fetches the latest 10 papers in machine learning from cs.LG.
- A student gets recent publications in astrophysics for a literature review.
- Integrate with Claude Desktop to answer questions about new papers in a field.
- Quickly browse the newest submissions in computer vision (cs.CV) for project ideas.
FAQ from arXiv Search MCP Server
What parameters does the search_arxiv tool accept?
It accepts category (a string from the arXiv taxonomy) and max_results (a number from 1 to 100, default 5).
What prerequisites are needed to run the server?
You need Deno installed on your system and an MCP-compatible environment.
How do I integrate this server with Claude Desktop?
Add the compiled binary path to the mcpServers section of your claude_desktop_config.json as shown in the README.
What are some available arXiv categories?
Popular categories include cs.AI, cs.LG, cs.CL, cs.CV, cs.NE, cs.RO, astro-ph, physics, math, and q-bio. A full list is at the arXiv taxonomy page.
What is the maximum number of results I can fetch?
Up to 100 results per request; the default is 5.
搜索 分类下的更多 MCP 服务器
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
perplexity-mcp MCP server
jsonallenA Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
Everything Search MCP Server
mamertofabianGoogle Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
评论