Metadata-Version: 2.4
Name: figmin-mcp
Version: 0.2.1
Summary: Thin MCP stdio adapter for Figmin XR. Connects to figmin-bridge daemon.
Project-URL: Homepage, http://www.figminxr.com
Author: Figmin XR
License-Expression: LicenseRef-Proprietary
Keywords: ai,claude,codex,figmin,mcp,spatial-computing,xr
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.11
Requires-Dist: mcp
Requires-Dist: websockets>=12.0
Description-Content-Type: text/markdown

# figmin-mcp

Thin MCP stdio adapter for Figmin XR. Configure your AI client (Claude
Desktop, Claude Code, Codex, etc.) to spawn this. It connects to the
`figmin-bridge` daemon on `ws://127.0.0.1:39573`.

No ML deps, no GPU deps — startup is fast. All heavy work lives in the daemon.

## Use

In your AI client's MCP config:

```json
{
  "mcpServers": {
    "figmin": {
      "command": "uvx",
      "args": ["figmin-mcp"]
    }
  }
}
```

Then in a separate terminal, start the daemon and leave it running:

```
uvx figmin-bridge-gpu
```
