★ 0 stars
TypeScript
📦 Other
Updated today
MCP Server for Quickesta Business — 167 tools, appointments, customers, services, CMS 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": {
"quickesta-business-m": {
"command": "npx",
"args": [
"-y",
"quickesta/quickesta-business-mcp"
]
}
}
}
Run in terminal:
claude mcp add quickesta-business-m npx -y quickesta/quickesta-business-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"quickesta-business-m": {
"command": "npx",
"args": [
"-y",
"quickesta/quickesta-business-mcp"
]
}
}
}