Skip to main content
Glama
pyproject.toml1.12 kB
[project] name = "arxiv-paper-mcp-server" version = "0.1.1" description = "MCP Server for searching and reading arXiv papers" readme = "README.md" license = "MIT" requires-python = ">=3.10" authors = [ { name = "aari" } ] keywords = ["mcp", "arxiv", "llm", "claude", "papers", "research"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = [ "mcp>=1.0.0", "arxiv>=2.0.0", "pymupdf>=1.24.0", ] [project.urls] Homepage = "https://github.com/AnnaSuSu/arxiv-mcp" Repository = "https://github.com/AnnaSuSu/arxiv-mcp" [project.scripts] arxiv-mcp-server = "arxiv_mcp_server:main" arxiv-paper-mcp-server = "arxiv_mcp_server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/arxiv_mcp_server"]

Latest Blog Posts

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

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