streamable-httpISCupdated 7mo ago
A Model Context Protocol (MCP) server providing tools to interact with the Appfolio Property Manager Reporting API.
What can you do with CryptoCultCurt appfolio mcp server?
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
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
Install
Add CryptoCultCurt appfolio mcp server to your client. Pick the one you use.
claude mcp add --transport http cryptocultcurt-appfolio-mcp-server https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcpcodex mcp add cryptocultcurt-appfolio-mcp-server --url https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcp{
"mcpServers": {
"cryptocultcurt-appfolio-mcp-server": {
"url": "https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"cryptocultcurt-appfolio-mcp-server": {
"type": "http",
"url": "https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"cryptocultcurt-appfolio-mcp-server": {
"url": "https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"cryptocultcurt-appfolio-mcp-server": {
"serverUrl": "https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance9/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 231 days ago
- Has a release history
- Repository is not archived
- Licensed ISC
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Sep 11, 2025 |