Academic Research MCP Server
Research papers from arXiv, Google Scholar, and Wikipedia with citation metrics
🎓 Research MCP — AI Paper Search & Citations
Pricing
from $10.00 / 1,000 results
Try for free
Go to Apify Store
🎓 Research MCP — AI Paper Search & Citations
nexgendata/academic-research-mcp-server
Try for free
Ask questions about this Actor
MCP server for AI agents to search ArXiv & Google Scholar for papers. Connect Claude, GPT or any AI to research databases. 2 tools for academic intelligence.
Pricing
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by Community
Actor stats
0
Bookmarked
7
Total users
4
Monthly active users
7 hours ago
Last modified
Categories
AI
Developer tools
MCP servers
README
Pricing
Endpoints
Issues
🎓 Academic Research MCP Server — arXiv, Google Scholar & OpenAlex for Claude / ChatGPT
Connect AI agents to live academic-research data through the Model Context Protocol — arXiv papers, Google Scholar citations, OpenAlex metadata, and research-trend signal. A drop-in alternative to the rate-limited Semantic Scholar API, Connected Papers, Scite, and direct OpenAlex queries.
Why This MCP Server Beats Semantic Scholar API, Connected Papers, OpenAlex & Scite
| Feature | NexGenData Academic Research MCP | Semantic Scholar API | Connected Papers API | OpenAlex direct | Scite |
|---|---|---|---|---|---|
| Cost | Pay-per-event, ~$0.003 per tool call | Free, heavy rate-limit | Free UI, paid API | Free, query-cap | $20-50 / user / month |
| AI agent integration | Native MCP — Claude Desktop, Cursor | None — REST only | None — UI only | None | None |
| Rate limit | Apify-managed | 100 req / 5 min | Strict | 100,000 / day cap | Per-seat |
| Coverage | arXiv + Scholar + OpenAlex + NIH | Open papers only | Visual graph | Open papers | Citation context |
| Time-to-first-call | < 60 seconds | API-key signup | Account + plan | API key | Per-seat license |
| Auth | Apify token | API key + tier | Plan + API key | Email + key | Institution / seat |
| Output | Structured JSON for LLM function-calls | JSON | Visual graph | JSON | JSON |
Most research teams pick this MCP server because it is the only way to give an AI agent unified access to four academic-data sources at once — without juggling separate rate-limited keys.
What You Get
Tools exposed to your AI agent:
search_papers— keyword / author / field search across arXiv + Scholar + OpenAlexget_paper_details— abstract, authors, year, citation count, references, DOIfind_related_papers— co-citation + bibliographic-coupling graph traversalget_author_profile— h-index, total citations, paper list, affiliation historycitation_trends— citations-per-year curve for a paper or authorget_grant_data— NIH RePORTER grant lookup by PI, institution, project numbersubject_trends— paper-volume growth per field / keyword over time
Each response is clean JSON tuned for LLM tool-use — no PDF parsing, no XML feed pagination.
Use Cases
- AI research assistants — Claude pulls top 20 papers on a topic, ranks by recency + citation count, summarizes
- Lit-review copilots — multi-step agents draft a literature review by chaining
search_papers→find_related_papers→get_paper_details - Grant-discovery agents — match a research lab's recent papers to NIH RePORTER grant calls
- Competitive research intel — track papers from a competitor's R&D group over time
- Academic publishers — automate "papers citing this paper" alerts via scheduled MCP calls
- VC due-diligence — find lead inventors behind a deep-tech startup before a meeting
- Policy think-tanks — surface citation-network influence of competing research camps
Quick Start
from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/academic-research-mcp-server").call(run_input={
"tool": "search_papers",
"params": {"query": "retrieval augmented generation", "year_min": 2024, "limit": 25}
})
for paper in client.dataset(run["defaultDatasetId"]).iterate_items():
print(paper["title"], paper["citations"])
Or connect Claude Desktop / Cursor / Cline directly to the MCP endpoint and ask in natural language: "Find me the top 10 most-cited 2025 papers on diffusion models and summarize the methodology differences."
Pricing
Pay-per-event — you only pay for tool calls that return data:
- Actor Start: ~$0.0002
- Tool call: $0.003 per call
A typical lit-review agent issues 30-80 tool calls per task → $0.10-$0.25 total.
Related NexGenData Actors
| Use case | Actor |
|---|---|
| Google Scholar bulk paper + citation scraper | Google Scholar Scraper |
| arXiv keyword search + bulk paper export | arXiv Scraper |
| NIH RePORTER grant + funding lookup | NIH RePORTER Grants Scraper |
| News + press release monitoring for AI agents | News MCP Server |
| Finance + market data for AI agents | Finance MCP Server |
| Developer ecosystem data for AI agents | Developer Tools MCP Server |
| Wikipedia structured-knowledge scraper | Wikipedia Scraper |
| IRS 990 nonprofit financial filings | IRS 990 Nonprofit Explorer |
FAQ
**Q: How does this compare to Semantic Scholar's API?**Semantic Scholar's free API caps at 100 req / 5 minutes and rejects bulk pulls. This MCP server multiplexes across four sources with Apify-managed rate limits so an agent can run a 50-call lit-review uninterrupted.
**Q: Can the agent call this from Claude Desktop?**Yes — point Claude Desktop's MCP config at the Apify endpoint URL for this actor. Tool discovery is automatic.
**Q: Are paywalled papers included?**Metadata only — title, abstract, authors, citations. Full-text PDFs require institutional access through the publisher.
**Q: How fresh is the data?**arXiv is refreshed daily, Scholar and OpenAlex hourly, NIH RePORTER weekly.
**Q: What about citation graphs?**Use find_related_papers — returns co-citation neighbors plus bibliographic-coupling matches.
**Q: Can I get DOIs for cross-referencing?**Yes — every paper response includes DOI where one exists.
**Q: Is this safe for production research products?**Yes — runs on Apify auto-scaling infrastructure with logging + retry semantics built in.
About NexGenData
NexGenData publishes 260+ buyer-intent actors plus a family of MCP servers for AI agent workflows (finance, news, sports, real-estate, developer tools, academic research, premium data). All pay-per-result. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing — you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests — those are absorbed by the platform
If you only need the data once a quarter, you only pay once a quarter. If you scale to millions of records, the unit cost stays the same.
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link — you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console — point-and-click run
- Apify API — REST + webhooks
- Apify Python / JS SDKs — programmatic batch
- Zapier, Make.com, n8n — official integrations
- MCP — many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules — built-in cron for daily / weekly / monthly runs
- Webhooks — POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome — high-demand features ship in the next version.
🏠 Home: thenextgennexus.com 📦 Full catalog: apify.com/nexgendata
You might also like
🏠 Real Estate MCP — AI Property Search
nexgendata/real-estate-mcp-server
MCP server for AI agents to search Redfin listings & get market data. Connect Claude, GPT or any AI to analyze real estate markets. 2 tools for property intelligence via AI.
Stephan Corbeil
14
🛒 E-Commerce MCP — AI Shopify Analysis
nexgendata/ecommerce-intelligence-mcp-server
MCP server for AI agents to analyze Shopify stores & extract products. Connect Claude, GPT or any AI to ecommerce intelligence. 2 tools for competitive analysis.
Stephan Corbeil
2
📱 Social MCP — AI Content & Media Search
nexgendata/social-content-mcp-server
MCP server for AI agents to search Dev.to, Steam, podcasts & Eventbrite. Connect Claude, GPT or any AI to social platforms. 4 tools for content intelligence.
Stephan Corbeil
2
🏠 Redfin MCP — AI Property Search & Data
nexgendata/redfin-mcp-server
MCP server for AI agents to search Redfin listings & get property details. Connect Claude, GPT or any AI to real estate data. 2 tools for property analysis.
Stephan Corbeil
10
🔧 Dev Tools MCP — AI Code & Package Search
nexgendata/developer-tools-mcp-server
MCP server for AI agents to search GitHub, npm, PyPI, StackOverflow & ArXiv. Connect Claude, GPT or any AI to dev ecosystems. 7 tools for developer intelligence.
Stephan Corbeil
3
💹 Finance MCP — AI Stock & Market Data
nexgendata/finance-mcp-server
MCP server for AI agents to access stocks, crypto, forex & portfolio tracking. Connect Claude, GPT or any AI to financial markets. 5 tools for investment intelligence via AI.
Stephan Corbeil
8
arXiv Intelligence MCP — AI Agent Scholar
red.cars/arxiv-intelligence-mcp
Give your AI agent access to 2M+ arXiv preprint papers — search by keyword, author, or category; get paper details; profile authors; track citations and trending research.
AutomateLab
-
Lead Generation MCP Server — AI Agent Tools
samstorm/lead-gen-mcp-server
MCP server for AI agents. Connect Claude, GPT, or any MCP client to find business leads, hiring companies, building permits, and Amazon product research. One endpoint, 13 lead gen tools.
Sam Kleespies
1
Google Scholar Scraper — Academic Papers & Citations
muhammadafzal/google-scholar-scraper
Extract academic paper titles, authors, abstracts, citation counts, publication details, and PDF links from Google Scholar. Fast, reliable, no browser overhead. Search by keyword, topic, or author name. MCP-optimized for AI agents.
Muhammad Afzal
1
🔍 SEO MCP — AI Website Auditing & Analysis
nexgendata/seo-web-analysis-mcp-server
MCP server for AI agents to crawl sites, detect tech stacks, check DNS/SSL & WHOIS. Connect Claude, GPT or any AI to web intelligence. 5 tools for SEO analysis.
Stephan Corbeil
3
Related articles
Best MCP servers for developers
Read more
เซิร์ฟเวอร์ที่เกี่ยวข้อง
vinted-mcp-server
First MCP server for Vinted marketplace. Search millions of second-hand items, compare prices across 19 countries (FR, DE, ES, IT, NL, BE, UK...), analyze seller profiles with ratings and verification status, detect cross-country arbitrage opportunities, and track trending products. 5 tools: search_items, get_item, get_seller, compare_prices, get_trending. 2 resources: countries list, categories. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. Zero config — just npx.
Unified Docs Hub
Creates a massive, searchable knowledge base from numerous curated and auto-discovered GitHub projects.
Toolradar MCP
Search, compare, and get pricing for 8,600+ software tools with verified data, editorial scores, G2/Capterra ratings, and real alternatives.
NYTimes Article Search
Search for New York Times articles from the last 30 days using a keyword.
Unsplash MCP Server
Search and integrate images from Unsplash using its official API.
Search and Book 3M hotels worldwide
Official. Hosted. Free. MCP to connect your AI agent to 3M+ hotels worldwide. Search and book!
Reexpress
Enable Similarity-Distance-Magnitude statistical verification for your search, software, and data science workflows
Unity Docs
Search and retrieve Unity documentation and API references locally with smart version handling.
Boring News
Fetches the latest news headlines from the Boring News API.
Unsplash
Search for pictures on Unsplash using the Unsplash API.