s

shoumikdc-arxiv-mcp

@smithery/shoumikdc-arxiv-mcp
Hosted
0 Stars 18 次浏览 smithery 更新于 2026-08-23

Discover the latest arXiv papers by category and keyword. Control how many results you get to spee鈥�

该服务暂未提供标准配置,请参考 README 手动接入

可用工具 (5 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

tavily_search 14 个参数 需填 1 项

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

必填参数:query

tavily_extract 6 个参数 需填 1 项

Extract content from URLs. Returns raw page content in markdown or text format.

必填参数:urls

tavily_crawl 11 个参数 需填 1 项

Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.

必填参数:url

tavily_map 8 个参数 需填 1 项

Map a website's structure. Returns a list of URLs found starting from the base URL.

必填参数:url

tavily_research 2 个参数 需填 1 项

Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings.

必填参数:input

服务介绍

arXiv-mcp

arXiv-mcp is a Model Context Protocol (MCP) server for querying and discovering the latest arXiv papers, built for seamless integration with LLMs and AI agents via the Smithery platform.

# Overview

This tool enables AI applications to fetch, filter, and summarize new arXiv submissions in any category, making it easy to build research assistants, literature review bots, or custom paper discovery workflows. Powered by Smithery MCP, it supports session-based configuration and is ready for deployment.

# Problem Statement

Staying up-to-date with the latest research on arXiv is challenging due to the volume and frequency of new submissions. arXiv-mcp solves this by providing a programmable interface for LLMs and agents to:

  • Retrieve daily arXiv postings by category
  • Search for papers by keyword
  • Return structured metadata (title, authors, summary, link, published date)
  • Personalize results with session config (in development currently!)

# Example Usage (LLM Chat)

User:
Find today's latest papers in the category quant-ph. Then curate a list of papers related to quantum computing.

LLM (using arXiv-mcp):
Calls fetch_current_arxiv_postings_rss(category="quant-ph")
Returns a list of new papers with titles, authors, summaries, and links.

User:
Show me recent arXiv papers about "fluxonium qubits" in quantum computing.

LLM (using arXiv-mcp):
Calls keyword_search_arxiv_rss(category="quant-ph", keyword="fluxonium qubits")
Returns a list of filtered papers whose title or abstract matches the keyword.


# Getting Started

  1. Run the server:

    uv run dev
    
  2. Test interactively:

    uv run playground
    

Your server code is in src/hello_server/server.py.
The server capabilities can be modified there.


# Prerequisites


This code can be deployed by pushing to GitHub and then deploying via smithery.ai/new

相关 MCP 服务