About
A local MCP server for EAN-Search.org
README
This official MCP server allows you to access the product database on EAN-Search.org from your AI toolchain.
This MCP server supports local communication over stdio. If you AI tools already support streamable http, please use our remote MCP server which is much easier to install. See https://www.ean-search.org/blog/mcp-server-for-ai.html
mcp-name: io.github.eansearch/eansearch-mcp-server
Installation
Here is a sample configuration for Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"eansearch": {
"command": "c:\\Users\\You\\.local\\bin\\uv.exe",
"args": [
"--directory",
"c:\\PATH\\TO\\eansearch-mcp-server",
"run",
"eansearch-mcp-server.py"
],
"env": {
"EAN_SEARCH_API_TOKEN": "<your API key here>"
}
}
}
}
Installing Eansearch
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/eansearch/eansearch-mcp-serverFAQ
Is Eansearch MCP free?
Yes, Eansearch MCP is free — one-click install via Unyly at no cost.
Does Eansearch need an API key?
No, Eansearch runs without API keys or environment variables.
Is Eansearch hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Eansearch in Claude Desktop, Claude Code or Cursor?
Open Eansearch on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Eansearch with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
