At a glance
- Server URL:
https://mindmap-claude.keenethics-labs.com/mcp - Authentication: none required
- Transport: Streamable HTTP
- Primary tool:
render_mindmap - Behavior: read-only rendering of user-supplied markdown into an interactive widget
MindMap Claude turns markdown hierarchies into interactive mind maps inside Claude. It is designed for planning, note-taking, research breakdowns, study material, and any conversation where nested structure is easier to understand visually than as prose.
MindMap Claude is intended to be installed as a hosted MCP server in Claude. No separate account, API key, or OAuth flow is required for normal usage.
Use the hosted MCP server URL: https://mindmap-claude.keenethics-labs.com/mcp.
Complete the standard Claude MCP connection flow for a hosted HTTPS server.
Ask Claude to render a markdown hierarchy as a mind map and verify the widget loads successfully.
MindMap Claude renders a single rooted markdown tree as a visual mind map. The result opens as an interactive widget so users can inspect branches, navigate dense structures, and follow relationships without manually drawing a diagram.
Turn project outlines, launch plans, meeting notes, and responsibility trees into a browsable map.
Convert learning material, topic hierarchies, or research notes into a structure that is easier to review.
Show components, subtopics, and nested concepts as branches rather than long prose responses.
Ask Claude to render a mind map from a markdown hierarchy. The input should contain one # root heading and
nested bullet points indented with two spaces per level.
Use a single markdown heading as the main subject of the map.
Use two-space indentation to represent child branches and deeper levels.
Claude can call render_mindmap and display the result as an interactive visual widget.
# Product Launch
- Goals
- Define success metrics
- Confirm launch date
- Messaging
- Positioning
- Announcement plan
- Execution
- Product updates
- Support readiness
- Follow-up analysis
| Tool | render_mindmap |
|---|---|
| Purpose | Render an interactive mind map from a markdown topic tree. |
| Input shape | One # root heading with nested 2-space-indented bullet branches. |
| Output | An interactive mind map widget for visual exploration inside Claude. |
| Capabilities | Read-only, non-destructive, closed-world, and idempotent rendering behavior. |
| Authentication | No user account, API key, or login is required. |
https://mindmap-claude.keenethics-labs.com/mcp.# root heading and 2-space-indented bullet nesting.