amana-mart-mcp-server

Amanamart/amana-mart-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
Official MCP server for AmanaMart AI-agent integration.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "amana-mart-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "Amanamart/amana-mart-mcp-server"
      ]
    }
  }
}