Rhylthyme MCP Server
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.
README
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
- rhylthyme.com — Web app
- Rhylthyme on GitHub — Organization
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.