pypi eansearch-mcp-serverstreamable-httpMITupdated 7mo ago
This official MCP server allows you to access the product database on EAN-Search.org from your AI toolchain.
eansearch mcp server 能做什么?
A MCP server for EAN-Search.org
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>"
}
}
}
}
安装
把 eansearch mcp server 添加到你的客户端。选择你正在使用的那个。
{
"servers": {
"eansearch-mcp-server": {
"type": "http",
"url": "https://www.ean-search.org/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add eansearch-mcp-server -- uvx eansearch-mcp-servercodex mcp add eansearch-mcp-server -- uvx eansearch-mcp-serveramp mcp add eansearch-mcp-server -- uvx eansearch-mcp-server{
"mcpServers": {
"eansearch-mcp-server": {
"command": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"eansearch-mcp-server": {
"command": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"eansearch-mcp-server": {
"command": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"eansearch-mcp-server": {
"command": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"eansearch-mcp-server": {
"command": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"eansearch-mcp-server": {
"type": "local",
"command": "uvx",
"args": [
"eansearch-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"eansearch-mcp-server": {
"command": {
"path": "uvx",
"args": [
"eansearch-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
uvx eansearch-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档19/25
- 维护9/25
- 可信度13/20
- 能力0/15
- 安装体验15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 228 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.0最新 | 2026年1月15日 |