AgentHubAgentHub

Scholar MCP Server

MCP ServerMCP Registry官方收录

io.github.pvliesdonk/scholar-mcp · v1.8.1

Scholarly-sources MCP: papers, patents, books, standards — search and cross-reference prior art.

概览

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

安装

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

{
  "mcpServers": {
    "scholar-mcp": {
      "command": "uvx",
      "args": [
        "pvliesdonk-scholar-mcp"
      ]
    }
  }
}

环境变量

SCHOLAR_MCP_READ_ONLY可选

Set to 'false' to enable write tools (default: true)

SCHOLAR_MCP_BEARER_TOKEN可选

Static bearer token for authentication (optional)

SCHOLAR_MCP_READ_ONLY可选

Set to 'false' to enable write tools (default: true)

SCHOLAR_MCP_BEARER_TOKEN可选

Static bearer token for authentication (optional)

SCHOLAR_MCP_BASE_URL可选

Public base URL of this server, required for OIDC (e.g. https://mcp.example.com)

SCHOLAR_MCP_OIDC_CONFIG_URL可选

OIDC discovery endpoint URL (e.g. https://auth.example.com/.well-known/openid-configuration)

SCHOLAR_MCP_OIDC_CLIENT_ID可选

OIDC client ID

SCHOLAR_MCP_OIDC_CLIENT_SECRET可选

OIDC client secret

SCHOLAR_MCP_OIDC_JWT_SIGNING_KEY可选

JWT signing key — required on Linux/Docker to survive restarts (generate with: openssl rand -hex 32)

相关资源

统一 Manifest

{
  "id": "io.github.pvliesdonk/scholar-mcp",
  "type": "mcp-server",
  "version": "1.8.1",
  "displayName": "Scholar MCP Server",
  "description": "Scholarly-sources MCP: papers, patents, books, standards — search and cross-reference prior art.",
  "repository": {
    "url": "https://github.com/pvliesdonk/scholar-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "pvliesdonk-scholar-mcp",
        "version": "1.8.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SCHOLAR_MCP_READ_ONLY",
            "description": "Set to 'false' to enable write tools (default: true)"
          },
          {
            "name": "SCHOLAR_MCP_BEARER_TOKEN",
            "description": "Static bearer token for authentication (optional)"
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "ghcr.io/pvliesdonk/scholar-mcp:v1.8.1",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "SCHOLAR_MCP_READ_ONLY",
            "description": "Set to 'false' to enable write tools (default: true)"
          },
          {
            "name": "SCHOLAR_MCP_BEARER_TOKEN",
            "description": "Static bearer token for authentication (optional)"
          },
          {
            "name": "SCHOLAR_MCP_BASE_URL",
            "description": "Public base URL of this server, required for OIDC (e.g. https://mcp.example.com)"
          },
          {
            "name": "SCHOLAR_MCP_OIDC_CONFIG_URL",
            "description": "OIDC discovery endpoint URL (e.g. https://auth.example.com/.well-known/openid-configuration)"
          },
          {
            "name": "SCHOLAR_MCP_OIDC_CLIENT_ID",
            "description": "OIDC client ID"
          },
          {
            "name": "SCHOLAR_MCP_OIDC_CLIENT_SECRET",
            "description": "OIDC client secret"
          },
          {
            "name": "SCHOLAR_MCP_OIDC_JWT_SIGNING_KEY",
            "description": "JWT signing key — required on Linux/Docker to survive restarts (generate with: openssl rand -hex 32)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.pvliesdonk/scholar-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.pvliesdonk%2Fscholar-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Scholar MCP Server — MCP Server 安装与配置 · AgentHub