T

appfolio-mcp-server

Created Oct 19, 2025 by CryptoCultCurt

Language:

Typescript

Stars:

0

Forks:

0

README

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

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

Last updated: Oct 19, 2025

More MCP servers built with Typescript

Vue.js

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

By vuejs 209.9K
Excalidraw

Virtual whiteboard for sketching hand-drawn like diagrams

By excalidraw 114.9K
Angular

Deliver web apps with confidence 🚀

By angular 99.7K