MCP Server
A simple MCP server, dubbed cuebit, based on a concept of an event scheduling and automation platform.
Requirements
- Python > 3.10
- Claude Desktop
Setup Guide
- Install uv (a lightweight rust-based python package manager)
- Install dependencies
- Start MCP Server (``
uv run cuebit.py``) - Update clause code config the running new MCP Server
MacOS
Update the JSON to specify how clause can run the server
"mcpServers": { "weather": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/cuebit", "run", "cuebit.py" ] } } ```
Testing with claude desktop
Successful connection will have the MCP Server accessible via connectors on claude desktop <img width="1069" height="708" alt="image" src="https://github.com/user-attachments/assets/dc05f652-dcad-49e6-9887-7e6d29aaed73" />
Conversation flow tests were impressive <img width="1069" height="828" alt="image" src="https://github.com/user-attachments/assets/42071548-5c27-4f7b-a706-549dabd385cd" />
Docs and References
-











