1.1.2 • Published 7 months ago

@fluegeldao/appfolio-mcp-server v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Appfolio MCP Server (@fluegeldao/appfolio-mcp-server)

A Model Context Protocol (MCP) server providing tools to interact with the Appfolio Property Manager Reporting API.

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
1.1.2

7 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago