Rhylthyme MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http rhylthyme https://mcp.rhylthyme.com/mcp
README.md

Create interactive schedule visualizations with parallel tracks and dependencies.

Rhylthyme MCP Server

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.

Endpoint

https://mcp.rhylthyme.com/mcp

Transport: Streamable HTTP

Tools

`visualize_schedule`

Create 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_source`

Import a recipe or protocol from external sources:

  • spoonacular — recipes (preferred)
  • themealdb — recipes (fallback)
  • protocolsio — lab protocols

Actions: search, import, random

`create_environment`

Define a workspace with resource constraints (e.g., a kitchen with 1 oven and 2 burners, or a lab with 3 centrifuges).

Setup

Claude Desktop

Add to your Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "rhylthyme": {
      "type": "url",
      "url": "https://mcp.rhylthyme.com/mcp"
    }
  }
}

Claude Code

claude mcp add rhylthyme --transport http https://mcp.rhylthyme.com/mcp

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "rhylthyme": {
      "url": "https://mcp.rhylthyme.com/mcp"
    }
  }
}

Example

"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.

Links

Tools (3)

visualize_scheduleCreate an interactive schedule visualization from a Rhylthyme program JSON.
import_from_sourceImport a recipe or protocol from external sources like spoonacular, themealdb, or protocolsio.
create_environmentDefine a workspace with specific resource constraints.

Configuration

claude_desktop_config.json
{"mcpServers": {"rhylthyme": {"type": "url", "url": "https://mcp.rhylthyme.com/mcp"}}}

Try it

Schedule a Thanksgiving dinner for 12 with turkey, stuffing, three sides, and pie, given that we have one oven and two stove burners.
Import a complex lab protocol from protocolsio and create a schedule visualization with resource constraints for 3 centrifuges.
Create a project timeline for a software release with parallel tracks for development, testing, and documentation.
Find a random recipe and generate an interactive cooking schedule with a live execution timer.

Frequently Asked Questions

What are the key features of Rhylthyme?

Generates shareable interactive timeline visualizations. Supports parallel tracks and step dependencies. Integrates resource constraints for complex scheduling. Includes live execution timers for scheduled tasks. Imports recipes and protocols from external sources.

What can I use Rhylthyme for?

Coordinating complex multi-step cooking events with limited kitchen appliances. Managing lab protocols with specific equipment availability constraints. Visualizing project management workflows with parallel task dependencies. Creating shareable, timed schedules for event planning.

How do I install Rhylthyme?

Install Rhylthyme by running: Add to claude_desktop_config.json

What MCP clients work with Rhylthyme?

Rhylthyme works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Rhylthyme docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare