MCP server for creating interactive schedule visualizations with Claude
Project description
rhylthyme-mcp
MCP server that lets Claude create interactive schedule visualizations from natural language.
Install
pip install rhylthyme-mcp
Setup
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on Mac):
{
"mcpServers": {
"rhylthyme": {
"command": "rhylthyme-mcp"
}
}
}
Restart Claude Desktop.
Usage
Ask Claude to plan or schedule anything:
- "Plan a Thanksgiving dinner for 12 people"
- "Schedule an RNA extraction protocol"
- "Coordinate a bakery production run for tomorrow morning"
- "Make a schedule for cooking beef stew and a side salad"
Claude will generate a structured schedule and open an interactive timeline in your browser with playback controls, track visualization, and an itinerary view.
How it works
- You describe a process in natural language
- Claude generates a Rhylthyme program JSON (parallel tracks, durations, dependencies, resource constraints)
- The MCP server sends it to rhylthyme.com for rendering
- An interactive HTML timeline opens in your browser
- Program JSON is saved to
~/.rhylthyme/visualizations/
Requirements
- Python 3.10+
- Claude Desktop with MCP support
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rhylthyme_mcp-0.1.0.tar.gz.
File metadata
- Download URL: rhylthyme_mcp-0.1.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b613aae80737f7a67159c40eaf695e166f2b15a62e7c8ea22bcd593696398252
|
|
| MD5 |
79eaee9fa5874c9e07aad301664aed18
|
|
| BLAKE2b-256 |
2bed3ad6b41d95bd847124ae920a35747658736ff64a857061320d60f9b78e41
|
File details
Details for the file rhylthyme_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rhylthyme_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b91265dfb73a030911e9a3ace30931fa3bed2a1b13f6dcb43bfb6471dbb974d3
|
|
| MD5 |
1409398b15b326245c35a3315f555918
|
|
| BLAKE2b-256 |
4bb422424c8622c67a34ce033202726f4adff51af7b2cb35285edd0281005870
|