arXMCP

chris-dare-dev/arXMCP
★ 0 stars Python AI/LLM Updated 6d ago
Local-first MCP server exposing a research-mathematics arXiv corpus to multi-agent Claude pipelines: semantic + equation search, notation tables, citation graph, Lean verification
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "arxmcp": {
      "command": "uvx",
      "args": [
        "arxmcp"
      ]
    }
  }
}

Or install with pip: pip install arxmcp

README Excerpt

<!-- Badges: the GitHub-dynamic ones (downloads, last-commit, release) render once the repo is public and (for downloads/release) once a release is cut. The static ones always render. See docs/releasing.md. --> A local-first [Model Context Protocol (MCP)](https://modelcontextprotocol.io/specification/2025-06-18)

Tools (8)

cite_neighborsfind_equationfind_lemma_by_nameget_chunkget_definitionsget_paperlean_verifysearch_papers