Wild Apricot MCP Server - Model Context Protocol integration for Wild Apricot API
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wa_mcp": {
"command": "npx",
"args": [
"-y",
"kmcoleman/WA_MCP"
]
}
}
}
Run in terminal:
claude mcp add wa_mcp npx -y kmcoleman/WA_MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"wa_mcp": {
"command": "npx",
"args": [
"-y",
"kmcoleman/WA_MCP"
]
}
}
}