Ai Assistant
Freeby MCP Community
AI-powered chat and tool execution for Open Mercato, using MCP (Model Context Protocol) for tool discovery and execution.
v0.4.10Added Apr 12, 2026
Ai Assistant MCP Server
AI-powered chat and tool execution for Open Mercato, using MCP (Model Context Protocol) for tool discovery and execution.
Installation
npx -y @open-mercato/ai-assistant
Reviews
Installation
Quick install
npx -y @open-mercato/ai-assistant
Add to claude_desktop_config.json
{
"mcpServers": {
"ai-assistant": {
"command": "npx",
"args": ["-y", "@open-mercato/ai-assistant"]
}
}
}