ERIC MCP Server
Provides tools to search ERIC and export records in RIS format for import into Zotero reference manager.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ERIC MCP ServerSearch for recent peer-reviewed articles on gamification in education"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ERIC MCP Server
An MCP (Model Context Protocol) server for searching ERIC (Education Resources Information Center) — the world's largest education research database with 2M+ records dating back to 1966.
Built with FastMCP. No API key required — ERIC is free and open.
Tools
Tool | Description |
| Search by keyword, title, author, subject descriptor, or source with filtering |
| Retrieve full metadata for a specific ERIC record by ID |
| Discover ERIC descriptors (controlled vocabulary) for a topic |
| Search for works by a specific author |
| Export results as RIS (for Zotero, EndNote, etc.) |
| Export results as BibTeX |
Related MCP server: semanticscholar-mcp
Why ERIC?
Approximately 40% of ERIC's collection is grey literature (reports, white papers, policy studies) not found in other databases. Many items include free full-text PDFs directly from ERIC.
Setup
1. Install
cd eric-mcp-server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt2. Add to Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"eric": {
"command": "/path/to/eric-mcp-server/venv/bin/python",
"args": ["/path/to/eric-mcp-server/server.py"]
}
}
}Or if using Claude Code CLI:
claude mcp add eric \
/path/to/eric-mcp-server/venv/bin/python \
/path/to/eric-mcp-server/server.pyUsage examples
"Search ERIC for recent peer-reviewed research on flipped classrooms in higher education"
"What ERIC descriptors are used for research on student curiosity?"
"Find grey literature reports on K-12 STEM education from 2020-2024"
"Get the full record for ED612345 and export it as RIS for Zotero"
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that provides access to Semantic Scholar's academic paper database, enabling paper search, detailed retrieval, author info, and citation export.Last updated410
- Alicense-qualityDmaintenanceMCP server that provides Semantic Scholar academic search capabilities, including paper search, detail query, citation analysis, author search, and intelligent recommendations.Last updated2227MIT
- AlicenseAqualityDmaintenanceMCP server for searching Ex Libris Primo library catalogues and subscribed databases, enabling search, record retrieval, autocomplete, citation generation, and export to BibTeX, RIS, or CSV.Last updated57MIT
- Flicense-qualityCmaintenanceMCP server for academic research using the OpenAlex API, enabling article search, details retrieval, and author profile lookup.Last updated
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
MCP server for the Inistate platform: module discovery, entry management, and activity submission.
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SMABoundless/eric-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server