Back to MCP directory
publicPublicdnsLocal runtime

eansearch-mcp-server

这是一个用于EAN-Search.org产品数据库的官方MCP服务器,允许AI工具链访问其条码和产品信息。

article

README

🚀 EAN-Search.org的MCP服务器

本官方MCP服务器允许您从您的AI工具链访问 EAN-Search.org 上的产品数据库。它能帮助您更便捷地获取产品数据,提升AI工具的应用效果。

🚀 快速开始

本MCP服务器支持通过标准输入输出进行本地通信。如果您的AI工具已经支持可流式传输的HTTP,建议使用我们的远程MCP服务器,其安装更为简便。详情请见:https://www.ean-search.org/blog/mcp-server-for-ai.html

mcp名称:io.github.eansearch/eansearch-mcp-server

📦 安装指南

以下是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>"
      }
    }
  }
}
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client