https://github.com/mccartykim/honk_mcp
For my mcp talk at work, a trivial mcp that offers text to speech with Mac's say command
https://github.com/mccartykim/honk_mcp
Last synced: 5 months ago
JSON representation
For my mcp talk at work, a trivial mcp that offers text to speech with Mac's say command
- Host: GitHub
- URL: https://github.com/mccartykim/honk_mcp
- Owner: mccartykim
- Created: 2025-02-13T02:48:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-28T17:10:26.000Z (6 months ago)
- Last Synced: 2025-05-28T18:29:42.008Z (6 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- toolsdk-mcp-registry - ❌ server - to-speech interface for MacOS using the built-in 'say' command, enabling voice output for AI models. (python) (Command Line / How to Submit)
- toolsdk-mcp-registry - ❌ server - to-speech interface for MacOS using the built-in 'say' command, enabling voice output for AI models. (python) (Command Line)
README
# MCP server in Python
## also nixified in uv
This project is derived from the template at
```shell
nix flake init --template "github:nulladmin1/nix-flake-templates#uv"
```
And I am very thankful he figured out making python happy with nix.
To add to your Claude config:
```
"minimal-mcp-in-nix": {
"command": "nix",
"args": [
"run",
"github:mccartykim/minimal-mcp-in-nix",
]
}
```
This is a very simple MPC demo that offers a stub location that just says where I'm presenting my demo for the time being, plus a tool to get the current time.