
Scholar Feed
@YGao2005
关于 Scholar Feed
Search 600,000+ CS/AI/ML papers with citation-graph traversal, full-text extraction, embeddings, and BibTeX export, inside Claude Code, Cursor, and other MCP clients.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"scholar-feed": {
"command": "npx",
"args": [
"-y",
"scholar-feed-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Scholar Feed?
Scholar Feed is an MCP server that searches over 600,000+ CS/AI/ML research papers with LLM-generated novelty analysis, designed for researchers conducting literature reviews directly in Claude Code, Cursor, or any MCP client.
How to use Scholar Feed?
Run npx scholar-feed-mcp init for an interactive setup wizard, or manually configure your MCP client with the stdio command npx -y scholar-feed-mcp. Anonymous access gives 100 calls/day; set the environment variable SF_API_KEY (get a free key at scholarfeed.org/settings) for 1,000 calls/day. Use tools like search_papers, get_paper, and get_citations to find and explore papers.
Key features of Scholar Feed
- Search 600,000+ arXiv papers indexed daily with multi-signal scoring
- LLM-generated novelty scores from 0.0 to 1.0 for each paper
- Semantic search, citation graph, author discovery, and field orientation tools
- Save papers to a library, create collections, and set up daily watches
- Export BibTeX and fetch full-text LaTeX source
- Support for 11+ MCP clients with config examples provided
Use cases of Scholar Feed
- Technology scouting for recent novel research in a specific area
- Literature review by finding similar papers and exporting BibTeX
- Trend monitoring by checking trending papers in a category
- Author discovery to find top researchers in a field
- Field orientation with an orientation report on a research area
FAQ from Scholar Feed
Do I need an API key?
No, anonymous access works immediately with a limit of 100 calls/day. A free API key from scholarfeed.org/settings raises the limit to 1,000 calls/day.
Which MCP clients are supported?
Claude Code, Cursor, Claude Desktop, Windsurf, Cline / Roo Code, Gemini CLI, LM Studio, JetBrains (PyCharm/IntelliJ), VS Code (GitHub Copilot), Zed, Continue, and any client supporting the standard stdio MCP block.
What is the novelty score?
Every paper includes an llm_novelty_score from 0.0 to 1.0, where 0.7+ indicates a paradigm shift or broad SOTA, 0.5-0.7 novel method with strong results, 0.3-0.5 incremental improvement, and below 0.3 surveys or minor extensions.
What tools are available?
Twenty-five tools covering core search (search_papers, get_paper, get_citations, fetch_fulltext), authors (find_author, co_author_graph), embeddings (embed_text, Pro-only), research (get_field_orientation, get_foundational_lineage), and library/collection/watch/gap analysis tools (require API key).
What are the rate limits?
Per-minute limits range from 10 to 30 per tool. Daily volume is 100 calls anonymously, 1,000 with a free key, and 10,000 on Pro. AI synthesis tools like ask_library have separate limits (1/month free, 200/day Pro).
开发工具 分类下的更多 MCP 服务器
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
评论