Skip to main content
Glama

mcp-simple-arxiv

by andybrandt
MIT License
133
  • Apple

search_papers

Search for arXiv papers by title, abstract, or author using advanced syntax. Combine terms and filter by category to find relevant research 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.AI (use list_categories tool to see available categories)

Examples:

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

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 10, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

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