streamable-httpISCupdated 7mo ago
A Model Context Protocol (MCP) server providing tools to interact with the Appfolio Property Manager Reporting API.
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
安装
把 CryptoCultCurt appfolio mcp server 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档18/25
- 维护9/25
- 可信度13/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2025年9月11日 |