Skip to main content
Glama
h-lu
by h-lu
pyproject.toml666 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "paper-search-mcp" version = "0.2" authors = [ { name = "Haibo Lu", email = "luhaibo1985@gmail.com" }, ] description = "A MCP server for searching and downloading academic papers from multiple sources." readme = "README.md" requires-python = ">=3.10" dependencies = [ "requests", "feedparser", "fastmcp", "mcp[cli]>=1.6.0", "pymupdf4llm>=0.2.0", "pydantic>=2.0", "beautifulsoup4>=4.12.0", "lxml>=4.9.0", # Better HTML parser for BeautifulSoup "httpx[socks]>=0.28.1", ] [tool.hatch.build.targets.wheel] packages = ["paper_search_mcp"]

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/h-lu/paper-search-mcp'

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