Server data from the Official MCP Registry
Academic literature search, citation graphs, and PDF conversion via Semantic Scholar.
Academic literature search, citation graphs, and PDF conversion via Semantic Scholar.
Set these up before or after installing:
Environment variable: SCHOLAR_MCP_READ_ONLY
Environment variable: SCHOLAR_MCP_BEARER_TOKEN
Environment variable: SCHOLAR_MCP_BASE_URL
Environment variable: SCHOLAR_MCP_OIDC_CONFIG_URL
Environment variable: SCHOLAR_MCP_OIDC_CLIENT_ID
Environment variable: SCHOLAR_MCP_OIDC_CLIENT_SECRET
Environment variable: SCHOLAR_MCP_OIDC_JWT_SIGNING_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-pvliesdonk-scholar-mcp": {
"env": {
"SCHOLAR_MCP_BASE_URL": "your-scholar-mcp-base-url-here",
"SCHOLAR_MCP_READ_ONLY": "your-scholar-mcp-read-only-here",
"SCHOLAR_MCP_BEARER_TOKEN": "your-scholar-mcp-bearer-token-here",
"SCHOLAR_MCP_OIDC_CLIENT_ID": "your-scholar-mcp-oidc-client-id-here",
"SCHOLAR_MCP_OIDC_CONFIG_URL": "your-scholar-mcp-oidc-config-url-here",
"SCHOLAR_MCP_OIDC_CLIENT_SECRET": "your-scholar-mcp-oidc-client-secret-here",
"SCHOLAR_MCP_OIDC_JWT_SIGNING_KEY": "your-scholar-mcp-oidc-jwt-signing-key-here"
},
"args": [
"pvliesdonk-scholar-mcp"
],
"command": "uvx"
}
}
}The Scholar MCP server is well-architected with proper authentication handling via environment variables and rate limiting. Minor code quality concerns include broad exception handling patterns, but permissions and operations align well with its academic research purpose. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.
Scanned 4 files · 5 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!