Hosted MCP Server For Claude

MindMap Claude

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.

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

Setup

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.

1. Add the server

Use the hosted MCP server URL: https://mindmap-claude.keenethics-labs.com/mcp.

2. Connect in Claude

Complete the standard Claude MCP connection flow for a hosted HTTPS server.

3. Try a sample map

Ask Claude to render a markdown hierarchy as a mind map and verify the widget loads successfully.

What it does

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.

Plan and break down work

Turn project outlines, launch plans, meeting notes, and responsibility trees into a browsable map.

Study and summarize

Convert learning material, topic hierarchies, or research notes into a structure that is easier to review.

Explore systems visually

Show components, subtopics, and nested concepts as branches rather than long prose responses.

How to use it

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.

1. Start with one root topic

Use a single markdown heading as the main subject of the map.

2. Add nested bullets

Use two-space indentation to represent child branches and deeper levels.

3. Let Claude render it

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 and behavior reference

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.

Operational notes

Testing access

  • No test account is required.
  • Reviewers can connect directly to the hosted MCP server URL.
  • Sample markdown trees are sufficient to validate the core behavior.

Data handling summary

  • The service processes the provided markdown only to render the mind map.
  • No end-user authentication is required for normal use.
  • No ads or sponsored content are shown.
  • See the privacy policy for the full legal description.

Troubleshooting

Connection issues

  • Confirm the MCP server URL is exactly https://mindmap-claude.keenethics-labs.com/mcp.
  • Make sure the client supports hosted MCP servers over HTTPS.
  • If the server does not connect, retry from a clean session and verify the endpoint is reachable.

Rendering issues

  • Use one # root heading and 2-space-indented bullet nesting.
  • Avoid prose blocks, tables, and mixed markdown formats when requesting a mind map.
  • If the structure looks wrong, simplify the hierarchy and retry with a smaller sample first.