mcp-arxiv
@pipeworx/arxiv
arXiv 프리프린트 서버 MCP — 전문 검색 및 논문 조회, 인증 불필요.
Pipeworx의 일부 — AI 에이전트를 1476개 이상의 실시간 데이터 소스에 연결하는 MCP 게이트웨이.
도구
search_papers(query, max_results?, sort_by?, sort_order?)— 텍스트 검색; 필드 접두사au:,ti:,abs:,cat:,all:지원.AND,OR,ANDNOT과 함께 사용하세요.get_paper(arxiv_id)— ID로 논문 하나를 가져옵니다(예:2310.06825).
Related MCP server: arXiv MCP Server
데이터 소스
https://export.arxiv.org/api/query — 공개 Atom 피드 엔드포인트, 키 불필요.
빠른 시작
MCP 클라이언트(Claude Desktop, Cursor, Windsurf 등)에 추가하세요:
{
"mcpServers": {
"arxiv": {
"url": "https://gateway.pipeworx.io/arxiv/mcp"
}
}
}이 엔드포인트가 실제로 제공하는 것
https://gateway.pipeworx.io/arxiv/mcp의 tools/list는 위 표의 도구를 반환하며,
여기에 공유 Pipeworx 메타 도구가 더해집니다 — ask_pipeworx,
discover_tools, search_within, remember/recall 그리고 나머지
게이트웨이 전체 세트가 포함됩니다. 따라서 표시되는 도구 수는 이 표보다 많습니다:
단일 팩 엔드포인트는 현재 팩 자체 도구와 함께 약 30개의 공유 도구를
나열합니다. 연결의 initialize 응답은 정확한 범위를 명시하며,
해당 시점의 권위 있는 답변입니다.
이것은 의도된 것이지, 우연한 멀티플렉싱이 아닙니다. 메타 도구는 범위가 제한된 연결이
이 팩이 다루지 않는 질문에 — 전체 카탈로그를 라우팅하는 ask_pipeworx를 통해 —
두 번째 MCP 서버를 추가하지 않고도 답할 수 있게 해줍니다. 현재 이들 없이
팩 엔드포인트를 마운트할 방법은 없습니다; 추가 스키마가 라우팅의 가치보다
더 많은 컨텍스트를 소모한다면, 여러 팩 엔드포인트 대신 전체 게이트웨이에
한 번 연결하세요.
또는 전체 Pipeworx 게이트웨이에 연결하면 이 팩의 도구뿐만 아니라 모든 팩의 도구가 직접 나열됩니다:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}두 URL 모두 동일한 게이트웨이와 동일한 1476개 이상의 데이터 소스에 도달합니다.
유일한 차이점은 어떤 팩의 도구가 직접 나열되는지입니다; ask_pipeworx는
어느 쪽에서든 모두에 도달합니다.
ask_pipeworx와 함께 사용하기
도구를 직접 호출하는 대신 일반 영어로 질문할 수 있습니다 — 이 기능은 위의 팩 엔드포인트와 전체 게이트웨이에서 모두 작동합니다:
ask_pipeworx({ question: "your question about Arxiv data" })게이트웨이가 올바른 도구를 선택하고 인수를 자동으로 채웁니다.
더 보기
라이선스
MIT
This server cannot be installed
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
- AlicenseNot gradedqualityDmaintenanceProvides search functionality for arXiv.org papers through the official arXiv API, allowing users to search papers by keywords, filter by subject categories and date ranges, and receive comprehensive metadata including PDF links.MIT
- AlicenseBqualityDmaintenanceEnables searching and retrieving academic papers from arXiv by various criteria including title, author, and category, with support for extracting full text content from PDFs.4MIT
- AlicenseBqualityDmaintenanceEnables searching academic papers on arXiv and retrieving detailed information such as title, authors, summary, and PDF link.17MIT
- AlicenseNot gradedqualityCmaintenanceEnables natural language search and analysis of arXiv academic papers with AI-powered relevance ranking, full-text extraction, and support for multiple integrations like Claude and LangChain.MIT
Related MCP Connectors
Search arXiv, fetch paper metadata, and read full-text content.
ArXiv preprint search, daily category digest, and author-collaborator graph.
Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.
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/pipeworx-io/mcp-arxiv'
If you have feedback or need assistance with the MCP directory API, please join our Discord server