Connects Claude to Appfolio Property Manager's Reporting API so you can pull property management data directly into your conversations. You'll need your Appfolio hostname, API username, and password to get it running. Reach for this when you're managing rental properties through Appfolio and want to query reports, analyze occupancy data, or work with financial information without switching between Claude and the Appfolio web interface. The setup is straightforward through Smithery or manual npm install, and it uses the streamable-http transport for the connection.
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
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json