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.
「検索」の他のコンテンツ
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
Perplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
Tavily Mcp
tavily-aiProduction ready MCP server with real-time search, extract, map & crawl.
MCP SearXNG Enhanced Server
OvertliDSEnhanced MCP server for SearXNG: category-aware web-search, web-scraping, and date/time retrieval.
コメント