loading…
Search for a command to run...
loading…
Enables the creation of interactive schedule visualizations on rhylthyme.com featuring parallel tracks, dependencies, and resource constraints. Users can import
Enables the creation of interactive schedule visualizations on rhylthyme.com featuring parallel tracks, dependencies, and resource constraints. Users can import recipes or protocols from external sources and define custom workspace environments to generate shareable timelines with live execution timers.
A remote Model Context Protocol (MCP) server for creating interactive schedule visualizations on rhylthyme.com.
Describe a multi-step process — cooking a meal, running a lab protocol, coordinating an event — and get a shareable interactive timeline with parallel tracks, dependencies, resource constraints, and a live execution timer.
https://mcp.rhylthyme.com/mcp
Transport: Streamable HTTP
visualize_scheduleCreate an interactive schedule visualization. Takes a Rhylthyme program JSON with tracks, steps, durations, triggers, and resource constraints. Returns a shareable URL on rhylthyme.com.
import_from_sourceImport a recipe or protocol from external sources:
Actions: search, import, random
create_environmentDefine a workspace with resource constraints (e.g., a kitchen with 1 oven and 2 burners, or a lab with 3 centrifuges).
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"rhylthyme": {
"type": "url",
"url": "https://mcp.rhylthyme.com/mcp"
}
}
}
claude mcp add rhylthyme --transport http https://mcp.rhylthyme.com/mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"rhylthyme": {
"url": "https://mcp.rhylthyme.com/mcp"
}
}
}
"Schedule a Thanksgiving dinner for 12 with turkey, stuffing, three sides, and pie — we have one oven and two stove burners."
Returns an interactive timeline visualization showing parallel tracks for oven, stovetop, and prep work, with step dependencies and resource constraints. The visualization is shareable via URL and can be run as a live timer.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"rhylthyme-mcp-server": {
"command": "npx",
"args": []
}
}
}