apparelmagic-johnc/apparelmagic-mcp
MCP server that connects AI-powered editors to the ApparelMagic ERP API for conversational data queries
Platform-specific configuration:
{
"mcpServers": {
"apparelmagic-mcp": {
"command": "npx",
"args": [
"-y",
"apparelmagic-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that connects your AI-powered editor to the ApparelMagic ERP API. Query your orders, customers, inventory, products, and more using natural language.
Works with Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, JetBrains, Amazon Q, Cline, Zed, and Continue.
Model Context Protocol (MCP) is an open standard that lets AI assistants connect to external data sources and tools. This server gives your AI editor read and write access to 43+ ApparelMagic API endpoints — so you can ask questions about your business data in plain English instead of writing API calls.
pip install git+https://github.com/apparelmagic-johnc/apparelmagic-mcp.git
apparelmagic-mcp-setupThe setup command will prompt for your ApparelMagic subdomain and API token, validate the connection, and automatically configure all detected editors:
| Editor | Config Location | Scope | |---|---|---| | Claude Code | ~/.claude/.mcp.json | Global | | Claude Desktop | claude_desktop_config.json | Global | | Cursor | .cursor/mcp.json | Project | | VS Code | .vscode/mcp.json | Project | | Windsurf | ~/.codeium/windsurf/mcp_config.json | Global | | JetBrains | ~/.junie/mcp/mcp.json | Global | | Amazon Q | ~/.aws/amazonq/mcp.json | Global | | Cline* | VS Code extension storage | Global | | Zed* | ~/.config/zed/settings.json | Global | | Continue* | .continue/mcpServers/ | Project |
\* Auto-detected when installed
Restart your editor and start asking questions.
If you prefer to configure manually, add to your editor's MCP config file:
{
"mcpServers": {
"apparelmagic-mcp": {
"command": "apparelmagic-mcp",
"env": {
"AM_SLoading reviews...