Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…
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
This listing does not have a supported local package template. Use the maintainer’s documentation for its hosted endpoint, authentication, and client-specific setup. No install command has been inferred.