Metadata-Version: 2.4
Name: interweave
Version: 0.1.0
Summary: Voice I/O MCP server for Claude Code — speak and listen through your mic and speakers
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0
Requires-Dist: mlx-audio
Requires-Dist: numpy
Requires-Dist: parakeet-mlx
Requires-Dist: silero-vad
Requires-Dist: sounddevice
Requires-Dist: soundfile
Requires-Dist: torch
Description-Content-Type: text/markdown

# Interweave

Voice I/O MCP server for Claude Code. Speak and listen through your mic and speakers.

Uses Kokoro MLX (TTS), Parakeet MLX (STT), and Silero VAD. Runs locally on Apple Silicon.

## Install

```
claude mcp add interweave -- uvx interweave
```

### Other tools

**Codex:**
```
codex mcp add interweave -- uvx interweave
```

**OpenCode** (`opencode.json`):
```json
{
  "mcp": {
    "interweave": {
      "type": "local",
      "command": ["uvx", "interweave"],
      "enabled": true
    }
  }
}
```

## Requirements

- macOS with Apple Silicon
- Python 3.11+
- Microphone and speakers
