Skip to content
v1.0.0MIT

Run your home from chat. Maintenance, appliances, warranties, documents, insurance, and receipts — via the Domus MCP server.

Domus

Domus is a home management app. This plugin connects Cursor (and any Agent Plugins / MCP client) to your live home record so you can ask about maintenance, appliances, warranties, insurance, and documents — and update them from chat.

What you get

  • Remote MCP server at https://api.getdomus.app/mcp (Streamable HTTP)
  • OAuth sign-in to your Domus account (no API key to paste)
  • A skill that tells the agent when to use Domus

You need a free Domus account. Sign up at getdomus.app.

Install

Cursor Marketplace (once listed)

Search Domus in Settings → Plugins, then Add and sign in.

Test locally

  1. Copy this folder to ~/.cursor/plugins/local/domus
  2. Reload Cursor
  3. Sign in when the Domus connector asks

Other MCP clients

{
  "mcpServers": {
    "domus": {
      "url": "https://api.getdomus.app/mcp"
    }
  }
}

Auth

Domus uses OAuth. The authorization server is https://api.getdomus.app.

Cursor and Grok Bot register dynamically and redirect to custom schemes such as:

  • cursor://anysphere.cursor-mcp/oauth/callback
  • grokbot://mcp/oauth/callback

Those private-use schemes must stay allowed on /oauth/register (RFC 8252). Cursor desktop/web also uses:

  • https://www.cursor.com/agents/mcp/oauth/callback
  • http://localhost:8787/callback

Repo layout

.
├── plugin.json                 # Agent Plugins manifest (portable)
├── .cursor-plugin/plugin.json  # Cursor marketplace manifest + logo
├── mcp.json                    # MCP server
├── skills/domus-home/          # When-to-use skill
├── assets/logo.svg
├── LICENSE
└── README.md

Publish

This repo is the public plugin package. Submit it at cursor.com/marketplace/publish. Optional: list it on cursor.directory while marketplace review is pending.

License

MIT