erp-mcp-server

Toleflaco/erp-mcp-server
★ 0 stars Java AI/LLM Updated today
MCP server exposing ERP inventory and purchasing tools via Model Context Protocol. Spring Boot 4 + Spring AI 2.0. Project 2 of AI Engineer roadmap.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "erp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Toleflaco/erp-mcp-server"
      ]
    }
  }
}