★ 0 stars
TypeScript
🔌 API Integration
Updated 2d ago
MCP server for the Shopmonkey REST API (v3) — 33 tools for work orders, customers, vehicles, inventory, and more
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"shopmonkey-mcp-serve": {
"command": "npx",
"args": [
"-y",
"AbbottDevelopments/shopmonkey-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add shopmonkey-mcp-serve npx -y AbbottDevelopments/shopmonkey-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"shopmonkey-mcp-serve": {
"command": "npx",
"args": [
"-y",
"AbbottDevelopments/shopmonkey-mcp-server"
]
}
}
}
Topics
ai-toolsauto-repairclaudemcpmcp-servershopmonkeytypescript