Skip to main content
Glama

Paper Search MCP

by openags
pyproject.toml647 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "paper-search-mcp" version = "0.1.3" authors = [ { name = "P.S Zhang", email = "pengsongzhang96@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", "PyPDF2>=3.0.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"]

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

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