MCP.so
Sign In

Yet another arxiv mcp server

@hajifkd

About Yet another arxiv mcp server

No overview available yet

Basic information

Category

Data & Analytics

License

MIT

Runtime

python

Transports

stdio

Publisher

hajifkd

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Data & Analytics MCP servers