mcp-paperswithcode
🦾 Features
Allows AI assistants to find and read papers, as well as view related code repositories for further context.
This MCP server provides a Model Context Protocol (MCP) client that interfaces with the PapersWithCode API.
It includes tools for searching, retrieving, and parsing information on research papers, authors, datasets, conferences, and more.
🚀 Getting Started
Installing via Smithery
To install mcp-paperswithcode for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @hbg/mcp-paperswithcode --client claude🛠️ Tools
📚 Paper Tools
search_papers
Search for papers using optional filters.
abstract(str, optional): Filter by abstract text.title(str, optional): Filter by title text.arxiv_id(str, optional): Filter by ArXiv ID.
get_paper
Get a paper's metadata by its ID.
paper_id(str): The paper ID.
read_paper_from_url
Extract readable text from a paper given its URL.
paper_url(str): The direct PDF or HTML URL to a paper.
list_paper_results
List benchmark results associated with a paper.






