Rhylthyme MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Rhylthyme MCP ServerSchedule a roast chicken dinner with one oven and two stove burners."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpTransport: Streamable HTTP
Related MCP server: Orchestro
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/mcpCursor
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Gantt chart SaaS with server-side critical path and dependency-aware shift-impact tools, plus CRUD.
Create, read and live-edit visual boards, Kanban plans, Gantt timelines and diagrams with AI agents.
Create scheduled Gantt charts with critical path from a plain-language plan — no account or key.
AI project timelines & Gantt charts, plus enterprise resourcing, capacity & weekly status reporting.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage tasks, projects, and dependencies through MCP protocol with embedded Web UI, multi-workspace support, and Turkish language capabilities for productivity tracking.1MIT
- AlicenseBqualityDmaintenanceTransforms product ideas into production code by orchestrating AI-assisted development with task decomposition, dependency tracking, and real-time progress visualization.625916MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to create interactive charts, diagrams, and tables displayed on a real-time dashboard, supporting multiple data sources with privacy-focused local execution.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables collaborative project planning by connecting an MCP-capable chat app to a generative AI that manages tasks and dependencies, with a live web UI for visualization.1GPL 3.0
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rhylthyme/rhylthyme-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server