property-manager-mcp

mKimp/property-manager-mcp
★ 0 stars TypeScript 🌐 Browser/Web Updated today
A lightweight, mobile-first property management system built as a Progressive Web App (PWA) on the frontend and a custom Model Context Protocol (MCP) server on the backend. The app allows both users to track properties, tenants, monthly rent collection, repair expenses, and utility payments.
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": {
    "property-manager-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mKimp/property-manager-mcp"
      ]
    }
  }
}

README Excerpt

A local MCP server for managing rental properties, built with TypeScript and the MCP SDK. - **Property CRUD**: Add, update, delete, and list properties with full address, tenant, and lease info - **Repair Expenses**: Track maintenance and repair costs per property by date/year - **Rent Tracking**: Record monthly rent payments and track collection rates by year

Tools (13)

property_addproperty_deleteproperty_getproperty_list_allproperty_updaterent_add_recordrent_list_allrent_list_by_yearrent_update_recordrepair_addrepair_deleterepair_listrepair_list_by_year