Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Appfolio

FreeNot checked

MCP (Model Context Protocol) Server for AI Agents to access the Appfolio Reporting API

GitHubEmbed

About

MCP (Model Context Protocol) Server for AI Agents to access the Appfolio Reporting API

README

smithery badge

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

smithery badge

from github.com/CryptoCultCurt/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-server

FAQ

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

Compare Appfolio with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs