MCP (Model Context Protocol) Server for AI Agents to access the Appfolio Reporting 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": {
"appfolio-mcp-server": {
"command": "npx",
"args": [
"-y",
"CryptoCultCurt/appfolio-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add appfolio-mcp-server npx -y CryptoCultCurt/appfolio-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"appfolio-mcp-server": {
"command": "npx",
"args": [
"-y",
"CryptoCultCurt/appfolio-mcp-server"
]
}
}
}