Enables searching and retrieving papers from arXiv, including extracting paper content from PDF URLs for AI assistants to read and analyze.
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 an Model Context Protocol (MCP) client that can interface with the PapersWithCode API.
Additionally, helper tools are introduced to make it easier for the AI agent to make use of the information provided through the PapersWithCode API.
🚀 Getting Started
Installing via Smithery
To install mcp-paperswithcode for Claude Desktop automatically via Smithery:
Tools
Paper Search and Retrieval
- Search PapersSearch for papers with optional filtering by abstract, title, arxiv ID:
- Get PaperGet detailed information about a specific paper by ID:
- Read Paper From URLExtract and read the content of a paper from its URL:
Paper Components
- List Paper ResultsLists the results for a given paper ID in PapersWithCode:
- List Paper TasksRetrieves the tasks associated with a specific paper ID:
- List Paper MethodsLists the methods related to a given paper ID:
- List Paper RepositoriesRetrieves the repositories linked to a specific paper ID:
- List Paper DatasetsList datasets used or referenced in a specific paper:
Research Areas
- Search Research AreasSearch for research areas that exist in PapersWithCode:
- Get Research AreaGet detailed information about a specific research area by ID:
- List Research Area TasksList the tasks for a given research area ID:
Authors
- Get Paper AuthorGet authors matching a full name:
- List Papers by Author IDList papers written by a specific author using their ID:
Conferences
- List ConferencesList conferences with optional filtering by name:
- Get ConferenceGet detailed information about a specific conference by ID:
- List Conference ProceedingsList proceedings for a given conference:
- Get Conference ProceedingGet detailed information about a specific conference proceeding:
- List Conference PapersList papers presented at a specific conference proceeding:
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A server that allows AI assistants to search for research papers, read their content, and access related code repositories through the PapersWithCode API.
Related MCP Servers
- AsecurityAlicenseAqualityEnables real-time search and retrieval of academic paper information from multiple sources, providing access to paper metadata, abstracts, and full-text content when available, with structured data responses for integration with AI models that support tool/function calling.Last updated -311PythonAGPL 3.0
- AsecurityAlicenseAqualityEnables AI assistants to search and access arXiv research papers through a simple Message Control Protocol interface, allowing for paper search, download, listing, and reading capabilities.Last updated -41PythonApache 2.0
- -securityAlicense-qualityEnables AI assistants to search, download, and read arXiv research papers through a Message Control Protocol interface, with support for paper filtering and local storage.Last updated -Apache 2.0
- -securityFlicense-quality🔍 Enable AI assistants to search and access Google Scholar papers through a simple MCP interface.Last updated -2Python