AgentHubAgentHub

Scholar Feed

MCP ServerMCP Registry官方收录

io.github.YGao2005/scholar-feed-mcp · v3.11.0

600,000+ CS/AI/ML papers in your AI assistant: search, novelty scores, citations, daily watches.

概览

Scholar Feed 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "scholar-feed-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scholar-feed-mcp"
      ]
    }
  }
}

环境变量

SF_API_KEY可选secret

Optional free API key from scholarfeed.org/settings. Anonymous mode allows 100 calls/day; with a key, 1,000/day.

相关资源

统一 Manifest

{
  "id": "io.github.YGao2005/scholar-feed-mcp",
  "type": "mcp-server",
  "version": "3.11.0",
  "displayName": "Scholar Feed",
  "description": "600,000+ CS/AI/ML papers in your AI assistant: search, novelty scores, citations, daily watches.",
  "repository": {
    "url": "https://github.com/YGao2005/scholar-feed-mcp",
    "source": "github"
  },
  "homepage": "https://www.scholarfeed.org",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "scholar-feed-mcp",
        "version": "3.11.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SF_API_KEY",
            "description": "Optional free API key from scholarfeed.org/settings. Anonymous mode allows 100 calls/day; with a key, 1,000/day.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.YGao2005/scholar-feed-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.YGao2005%2Fscholar-feed-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Scholar Feed — MCP Server 安装与配置 · AgentHub