Skip to main content
Glama

ArXiv Paper MCP

by yzfly

parse_paper_content

Extract and parse content from arXiv research papers by inputting a URL or ID, retrieving structured data including text, metadata, and authors for efficient analysis.

Instructions

解析论文内容(优先使用 HTML 版本,回退到 PDF)

Input Schema

NameRequiredDescriptionDefault
inputYesarXiv 论文URL或 arXiv ID
paperInfoNo论文信息(可选,用于添加论文元数据)

Input Schema (JSON Schema)

{ "properties": { "input": { "description": "arXiv 论文URL或 arXiv ID", "type": "string" }, "paperInfo": { "description": "论文信息(可选,用于添加论文元数据)", "properties": { "authors": { "type": "array" }, "published": { "type": "string" }, "summary": { "type": "string" }, "title": { "type": "string" } }, "type": "object" } }, "required": [ "input" ], "type": "object" }
Install Server

Other Tools from ArXiv Paper MCP

Related Tools

    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/yzfly/Arxiv-Paper-MCP'

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