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.
¿Qué puedes hacer con 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>"
}
}
}
}
Instalación
Añade eansearch mcp server a tu cliente. Elige el que uses.
{
"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.
Puntuación
39 / 100
Incompleta
- Documentación19/25
- Mantenimiento9/25
- Confianza13/20
- Capacidad0/15
- Instalación15/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
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.1.0Última | 15 ene 2026 |