Ned AI MCP Server

Verbinden Sie Ihren Shopify-Shop mit Claude, Cursor oder Windsurf und erhalten Sie über 100 vorberechnete E-Commerce-Kennzahlen wie Nettogewinn, gemischter CAC, ROAS pro Kanal und Kunden-LTV-Segmente.

Dokumentation

Model Context Protocol server that connects your Ned AI store analytics to AI assistants like Claude Desktop, Cursor, and other MCP-compatible clients.

Quick Setup (Claude Desktop)

npx @ned-ai/mcp-server install --api-key YOUR_API_KEY

Then restart Claude Desktop. Done!

Once restarted, ask Claude: "What were my sales today?"

Uninstall

npx @ned-ai/mcp-server uninstall

Then restart Claude Desktop to complete removal.

Advanced Setup (Manual Config)

If you prefer to configure manually, add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "ned": {
      "command": "npx",
      "args": ["-y", "@ned-ai/mcp-server"],
      "env": {
        "NED_API_KEY": "ned_live_your_key_here"
      }
    }
  }
}

Config file locations:

  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

Cursor Setup

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "ned": {
      "command": "npx",
      "args": ["-y", "@ned-ai/mcp-server"],
      "env": {
        "NED_API_KEY": "ned_live_your_key_here"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
NED_API_KEYYesYour Ned API key (starts with ned_live_)
NED_API_BASE_URLNoCustom API base URL (default: https://api.meetned.com)

Available Tools

ToolDescription
get_sales_contextSales analytics: revenue, orders, AOV, customer metrics with period comparison
get_profitability_metricsProfitability: gross profit, margins, COGS coverage
get_customer_segmentsCustomer segments by profit tier or activity tier
get_marketing_metricsMarketing efficiency: MER, CAC, ROAS

Requirements

License

MIT