Loading MCP server directory, please wait...
MCP server for real-time product search by barcode (EAN, UPC, GTIN) or keyword on ean-search.org
npx @getmcp/cli add io.github.eansearch/eansearch-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
EAN_SEARCH_API_TOKENYour EAN-Search.org API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.eansearch/eansearch-mcp-server": {
"command": "uvx",
"args": [
"eansearch-mcp-server"
],
"env": {
"EAN_SEARCH_API_TOKEN": ""
}
}
}
}