We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/emi-dm/Arxiv-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "arxiv_searcher"
version = "0.2.0"
description = "MCP Arxiv Searcher server"
authors = [
{ name = "Emi", email = "edm@unex.es" }
]
requires-python = ">=3.11"
dependencies = [
"arxiv",
"requests",
"pandas",
"scikit-learn",
"fastmcp",
"ruff>=0.13.1",
"pymupdf>=1.26.4",
]
[tool.uv]
# uv-specific configuration can go here if needed
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["arxiv_searcher"]