Scholar Feed
About
600,000+ CS/AI/ML papers in your AI assistant: search, novelty scores, citations, daily watches.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SF_API_KEYClaude Code
claude mcp add --env SF_API_KEY= scholar-feed-mcp -- npx scholar-feed-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"scholar-feed-mcp","command":"npx","args":["scholar-feed-mcp"],"env":{"SF_API_KEY":""}}'
JSON
{
"mcpServers": {
"scholar-feed-mcp": {
"command": "npx",
"args": [
"scholar-feed-mcp"
],
"env": {
"SF_API_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.