Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Eansearch

FreeNot checked

A local MCP server for EAN-Search.org

GitHubEmbed

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>"
      }
    }
  }
}

from github.com/eansearch/eansearch-mcp-server

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-server

FAQ

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

Compare Eansearch with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs