[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"]