Odel
Phonebook

Phonebook

Local
@stag-build8TypeScriptMITUpdated 1w ago

Self-hosted gallery of your SwiftUI #Preview and Jetpack Compose @Preview screens.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@stag-build/phonebookv0.1.2

Run

npx -y @stag-build/phonebook

MCP client config

{
  "mcpServers": {
    "phonebook": {
      "command": "npx",
      "args": [
        "-y",
        "@stag-build/phonebook"
      ]
    }
  }
}