Skip to main content
Glama

mcp-simple-arxiv

by andybrandt
MIT License
88
  • Apple

search_papers

Search arXiv papers by title, abstract, or author using advanced query syntax. Filter results by category and retrieve relevant academic publications efficiently.

Instructions

Search for papers on arXiv by title and abstract content.

You can use advanced search syntax:

  • Search in title: ti:"search terms"
  • Search in abstract: abs:"search terms"
  • Search by author: au:"author name"
  • Combine terms with: AND, OR, ANDNOT
  • Filter by category: cat:cs.AI (use list_categories tool to see available categories)

Examples:

  • "machine learning" (searches all fields)
  • ti:"neural networks" AND cat:cs.AI (title with category)
  • au:bengio AND ti:"deep learning" (author and title)

Input Schema

NameRequiredDescriptionDefault
max_resultsNoMaximum number of results to return (default: 10)
queryYesSearch query to match against paper titles and abstracts

Input Schema (JSON Schema)

{ "properties": { "max_results": { "description": "Maximum number of results to return (default: 10)", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Search query to match against paper titles and abstracts", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-simple-arxiv

Related Tools

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/andybrandt/mcp-simple-arxiv'

If you have feedback or need assistance with the MCP directory API, please join our Discord server