Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-smithery-cryptocultcurt-appfolio-mcp-server": {
"args": [
"-y",
"@CryptoCultCurt/appfolio-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server providing tools to interact with the Appfolio Property Manager Reporting API.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@CryptoCultCurt/appfolio-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @CryptoCultCurt/appfolio-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / data
Query and manage PostgreSQL databases directly from AI assistants
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for ai.smithery/CryptoCultCurt-appfolio-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server providing tools to interact with the Appfolio Property Manager Reporting API.
To install appfolio-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @CryptoCultCurt/appfolio-mcp-server --client claude
Install the package using npm:
npm install @fluegeldao/appfolio-mcp-server
{
// ... other server configurations
"appfolio": {
"command": "npx",
"args": ["@fluegeldao/appfolio-mcp-server"],
"env": {
"NODE_OPTIONS": "--experimental-vm-modules", // Optional, may depend on your Node version/setup
"VHOST": "YOUR_APPFOLIO_HOSTNAME", // e.g., "yourcompany"
"USERNAME": "YOUR_APPFOLIO_API_USERNAME",
"PASSWORD": "YOUR_APPFOLIO_API_PASSWORD"
},
"restart": true // Optional: Restart the server if it crashes
}
// ... other server configurations
}
npx @fluegeldao/appfolio-mcp-server