Appfolio
FreeNot checkedMCP (Model Context Protocol) Server for AI Agents to access the Appfolio Reporting API
About
MCP (Model Context Protocol) Server for AI Agents to access the Appfolio Reporting API
README
A Model Context Protocol (MCP) server providing tools to interact with the Appfolio Property Manager Reporting API.
Installation
Installing via Smithery
To install appfolio-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @CryptoCultCurt/appfolio-mcp-server --client claude
Manual Installation
Install the package using npm:
npm install @fluegeldao/appfolio-mcp-server
Usage
Configuration as an 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
}
As a Tool
npx @fluegeldao/appfolio-mcp-server
Installing Appfolio
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/CryptoCultCurt/appfolio-mcp-serverFAQ
Is Appfolio MCP free?
Yes, Appfolio MCP is free — one-click install via Unyly at no cost.
Does Appfolio need an API key?
No, Appfolio runs without API keys or environment variables.
Is Appfolio hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Appfolio in Claude Desktop, Claude Code or Cursor?
Open Appfolio on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Appfolio with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
