1. Conduid
  2. Developer Tools
  3. Arxiv Search MCP
MCP server · Developer Tools

Arxiv Search MCP

MCP server for searching the arXiv API.

Unclaimed Apache-2.0 last commit a year ago devtools
49Fair

Scored 4 months ago · breakdown

About Arxiv Search MCP

Arxiv Search MCP is an MCP server published by markmcd in the Developer Tools category: mCP server for searching the arXiv API. It has been installed 0 times through Conduid.

The repository has 2 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx arxiv-search-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Arxiv Search MCP

Powered by Claude · Grounded in docs

I know everything about Arxiv Search MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

arxiv-search-mcp

An MCP server for searching arXiv.

Installation

Install the package directly with PyPI.

pip install arxiv-search-mcp

Once installed in your agent's environment, you can load it with the settings in sample_settings.json.

Usage

Once installed, you can run the server module directly.

python -m arxiv_search_mcp

To run the server using the MCP inspector, execute the following command.

uv run mcp dev arxiv_search_mcp/mcp_server.py

To include the server in your agent config, ensure it's installed in the agent's virtualenv and then add this to your config.

{
  "mcpServers": {
    "arxiv": {
      "command": "python",
      "args": ["-m", "arxiv_mcp"]
    }
  }
}

Tools

The following tools are available:

search_papers

Search for papers on arXiv.

Parameters:

  • query (str): The search query.
  • max_results (int, optional): The maximum number of results to return. Defaults to 10.

get_paper

Get detailed information about a specific paper.

Parameters:

  • paper_id (str): The ID of the paper to retrieve.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Arxiv Search MCP

How do I install Arxiv Search MCP?

Run npx arxiv-search-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Arxiv Search MCP safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Arxiv Search MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.