← Back to Plugins
MCP Server MCP

io.github.arxivsub/arxivsub-mcp

github By github 👁 1 views ▲ 0 votes

Search arXiv and major AI/ML/CV/NLP/robotics conference papers and their related work.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "arxivsub-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your arXivSub API key (free 7-day trial) from https://arxivsub.comfyai.app/skills",
          "isRequired": true,
          "isSecret": true,
          "name": "ARXIVSUB_SKILL_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...