应用组合MCP服务器(@fluegeldao/应用组合MCP服务器)
](https://smithery.ai/server/@CryptoCultCurt/appfolio-mcp-server)
模型上下文协议(MCP)服务器,提供与Appfolio属性管理器报告API交互的工具。
安装
通过Smithery安装
通过以下方式自动安装Claude Desktop的appfolio mcp服务器 史密瑟里:
npx -y @smithery/cli install @CryptoCultCurt/appfolio-mcp-server --client claude手动安装
使用npm安装包:
npm install @fluegeldao/appfolio-mcp-server用法
配置为MCP服务器
{
// ... 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
}作为一种工具
npx @fluegeldao/appfolio-mcp-server](https://smithery.ai/server/@CryptoCultCurt/appfolio-mcp-server)
