ERIC Server
БесплатноНе проверенAn MCP server for searching the ERIC education research database, enabling keyword search, record retrieval, thesaurus lookup, author search, and citation expor
Описание
An MCP server for searching the ERIC education research database, enabling keyword search, record retrieval, thesaurus lookup, author search, and citation export.
README
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 |
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
Установка ERIC Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/SMABoundless/eric-mcp-serverFAQ
ERIC Server MCP бесплатный?
Да, ERIC Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для ERIC Server?
Нет, ERIC Server работает без API-ключей и переменных окружения.
ERIC Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить ERIC Server в Claude Desktop, Claude Code или Cursor?
Открой ERIC Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare ERIC Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
