📚
MCP Tool
MCP
arxiv_fetch
About
Fetches arXiv paper metadata and abstract by arXiv ID. Optionally returns the full PDF text for review agents.
Capabilities
Metadata fetch
Abstract extract
PDF text (opt)
MCP Tool Specification
Input
arxiv_id: str, full_text: bool = False
Output
title, authors, abstract, pdf_text?
Usage in Claude Code
// Add PWM as MCP server in ~/.claude/mcp.json:
{
"mcpServers": {
"pwm": {
"url": "https://physicsworldmodel.org/mcp"
}
}
}
// Then in Claude Code:
mcp__pwm__arxiv_fetch({ arxiv_id: str, full_text: bool = False })