Skip to main content
Glama

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

eric_search

Search by keyword, title, author, subject descriptor, or source with filtering

eric_get_record

Retrieve full metadata for a specific ERIC record by ID

eric_thesaurus_search

Discover ERIC descriptors (controlled vocabulary) for a topic

eric_author_search

Search for works by a specific author

eric_export_ris

Export results as RIS (for Zotero, EndNote, etc.)

eric_export_bibtex

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.txt

2. 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.py

Usage 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

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    MCP server that provides Semantic Scholar academic search capabilities, including paper search, detail query, citation analysis, author search, and intelligent recommendations.
    Last updated
    222
    7
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP 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 updated
    5
    7
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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