MCP.so
ログイン

Yet another arxiv mcp server

@hajifkd

Yet another arxiv mcp server について

概要はまだありません

基本情報

カテゴリ

データと分析

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

hajifkd

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "arxiv-mcp-server-hajifkd": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/hajifkd/arxiv-mcp-server",
        "arxiv-mcp-server"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Yet another arxiv MCP server?

Yet another arxiv MCP server is a simple MCP server that uses the arXiv API to fetch the latest papers in a given category, designed to be easily usable by LLMs.

How to use Yet another arxiv MCP server?

Run the server directly with uvx --from git+https://github.com/hajifkd/arxiv-mcp-server arxiv-mcp-server. For testing, use the MCP inspector: uv run npx @modelcontextprotocol/inspector arxiv-mcp-server.

Key features of Yet another arxiv MCP server

  • Uses the arXiv API to fetch the latest papers in a given category.
  • Simple API kept as minimal as possible for LLM consumption.
  • Can be run directly from GitHub via uvx.

Use cases of Yet another arxiv MCP server

FAQ from Yet another arxiv MCP server

コメント

「データと分析」の他のコンテンツ