★ 0 stars
Go
💻 Code/Dev Tools
Updated 3d ago
About Buildium MCP Server - 455 tools across 24 categories for property management (rentals, associations, leases, tenants, owners, etc).
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"buildium-mcp-server-": {
"command": "go",
"args": [
"run",
"github.com/sirakinb/Buildium-MCP-Server-CLI@latest"
]
}
}
}
Run in terminal:
claude mcp add buildium-mcp-server- go run github.com/sirakinb/Buildium-MCP-Server-CLI@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"buildium-mcp-server-": {
"command": "go",
"args": [
"run",
"github.com/sirakinb/Buildium-MCP-Server-CLI@latest"
]
}
}
}