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.
What can you do with 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>"
}
}
}
}
Install
Add eansearch mcp server to your client. Pick the one you use.
{
"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.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance9/25
- Trust13/20
- Capability0/15
- Install experience15/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
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jan 15, 2026 |