Scholar Feed
Rank #2,054io.github.YGao2005/scholar-feed-mcp
Rank CS/AI/ML papers by citations, forecast impact, or code adoption; trace 23.2M citation edges.
Scholar Feed is a Model Context Protocol (MCP) server published by ygao2005. It ranks #2,054 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Scholar Feed is listed across 4 registries — Official MCP, Glama, mcp.so and PulseMCP, with 22 tracked versions. It was first listed on Apr 14, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 129,992 of 132,046 servers on MCP Toplist.
Use Scholar Feed
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http scholar-feed-mcp https://mcp.scholarfeed.org/mcp?src=mcp-registryclaude mcp add scholar-feed-mcp -e "SF_API_KEY=<your SF_API_KEY>" -- npx -y scholar-feed-mcpReplace each placeholder with your own value before saving.
[mcp_servers.scholar-feed-mcp]
url = "https://mcp.scholarfeed.org/mcp?src=mcp-registry"Add to ~/.codex/config.toml.
[mcp_servers.scholar-feed-mcp]
command = "npx"
args = ["-y", "scholar-feed-mcp"]
[mcp_servers.scholar-feed-mcp.env]
SF_API_KEY = "<your SF_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.scholarfeed.org/mcp?src=mcp-registrySettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"scholar-feed-mcp": {
"command": "npx",
"args": [
"-y",
"scholar-feed-mcp"
],
"env": {
"SF_API_KEY": "<your SF_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scholar-feed-mcp": {
"url": "https://mcp.scholarfeed.org/mcp?src=mcp-registry"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"scholar-feed-mcp": {
"command": "npx",
"args": [
"-y",
"scholar-feed-mcp"
],
"env": {
"SF_API_KEY": "<your SF_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"scholar-feed-mcp": {
"type": "http",
"url": "https://mcp.scholarfeed.org/mcp?src=mcp-registry"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"scholar-feed-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scholar-feed-mcp"
],
"env": {
"SF_API_KEY": "<your SF_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scholar-feed-mcp": {
"serverUrl": "https://mcp.scholarfeed.org/mcp?src=mcp-registry"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scholar-feed-mcp": {
"command": "npx",
"args": [
"-y",
"scholar-feed-mcp"
],
"env": {
"SF_API_KEY": "<your SF_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scholar-feed-mcp": {
"url": "https://mcp.scholarfeed.org/mcp?src=mcp-registry"
}
}
}{
"mcpServers": {
"scholar-feed-mcp": {
"command": "npx",
"args": [
"-y",
"scholar-feed-mcp"
],
"env": {
"SF_API_KEY": "<your SF_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.YGao2005%2Fscholar-feed-mcp)<a href="https://mcptoplist.com/server/io.github.YGao2005%2Fscholar-feed-mcp"><img src="https://mcptoplist.com/badge/io.github.YGao2005%2Fscholar-feed-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
ygao2005
Available versions (22)
| Version | Published |
|---|---|
| 3.20.0 | Sep 8, 2026 |
| 3.19.1 | Sep 6, 2026 |
| 3.19.0 | Sep 6, 2026 |
| 3.18.0 | Sep 6, 2026 |
| 3.17.1 | Sep 5, 2026 |
| 3.17.0 | Sep 4, 2026 |
| 3.16.0 | Sep 3, 2026 |
| 3.15.0 | Sep 3, 2026 |
| 3.14.1 | Sep 1, 2026 |
| 3.14.0 | Aug 26, 2026 |
| 3.13.2 | Jul 30, 2026 |
| 3.13.1 | Jul 30, 2026 |
| 3.13.0 | Jul 30, 2026 |
| 3.12.1 | Jun 23, 2026 |
| 3.12.0 | Jun 18, 2026 |
| 3.11.0 | Jun 11, 2026 |
| 3.10.1 | Jun 10, 2026 |
| 3.10.0 | Jun 7, 2026 |
| 3.9.1 | Jun 7, 2026 |
| 3.9.0 | Jun 7, 2026 |
| 3.8.0 | Jun 6, 2026 |
| 3.7.1 | Jun 4, 2026 |
Frequently asked questions
- Who maintains Scholar Feed?
- Scholar Feed is maintained by ygao2005, which publishes 1 MCP server (22 total versions) tracked on MCP Toplist.
- Is Scholar Feed listed on the Official MCP Registry?
- Yes — Scholar Feed is listed on the Official MCP Registry, alongside Glama, mcp.so and PulseMCP.
- How many versions does Scholar Feed have?
- MCP Toplist tracks 22 versions of Scholar Feed, most recently published on Sep 8, 2026.
- Where can I find the source code for Scholar Feed?
- The source code for Scholar Feed is hosted at github.com/ygao2005/scholar-feed-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.