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.
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"
]
}
}
}
Run in terminal:
claude mcp add erp-mcp-server npx -y Toleflaco/erp-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"erp-mcp-server": {
"command": "npx",
"args": [
"-y",
"Toleflaco/erp-mcp-server"
]
}
}
}