Skip to content

Customer

Free

by MCP Community

Customer MCP proxy: login via app UI, stdio server that forwards tool calls to Loxtep API

v1.0.25Added Apr 12, 2026
mcploxtepcustomer
Works with:ClaudeGPTGeminiCopilot

Customer MCP Server

Customer MCP proxy: login via app UI, stdio server that forwards tool calls to Loxtep API

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @loxtep/customer-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "customer": {
      "command": "npx",
      "args": ["-y", "@loxtep/customer-mcp-server"]
    }
  }
}