MCP-Server de Mapas Mentais
This server dynamically generates mind maps using the Model Context Protocol (MCP) based on user-provided themes. You can:
Compare topics: Generate mind maps comparing two themes (
compara).Review content: Create mind maps for reviewing a topic (
revisa).Analyze problems: Produce mind maps for analyzing problems related to a theme (
problemas).Present topics: Generate presentation-focused mind maps (
apresenta).Introductory knowledge: Create mind maps for beginners on a topic (
inicial).Intermediate knowledge: Generate more advanced mind maps on a topic (
intermediario).
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., "@MCP-Server de Mapas Mentaiscreate a beginner mind map for learning Python programming"
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.
MCP-Mind Map Server
A dynamic MCP server management service that creates, runs, and manages Model Context Protocol (MCP) servers dynamically. This service serves as an MCP server and launches/manages other MCP servers as child processes, enabling a flexible MCP ecosystem.
Index
Related MCP server: Mind Map MCP Server
Introduction
The mapas_mentais project is a Python application that generates automated mind maps to facilitate the study, review, comparison and presentation of different topics. Using the idea of MCP-server, the system provides insights by interacting directly with Claude Desktop through Claude models. Ideal for students, teachers and professionals who want to organize ideas visually and efficiently, the project is easily extensible and can be integrated with other automation systems or virtual assistants.
Project structure
The idea for this project came from the explanations given by Professor Sandeco Macedo, from UFG (Federal University of Goiás), about MCPs through the book MCP and A2A for Dummies . It is a simple MCP-Server that uses only the FastMCP package, also following the guidelines of the official repository of the Model Context Protocol , from Anthropic.
The six types of mind maps used in this MCP-Server are:
presents - Generates a mind map for presentations on a topic;
compare - Generates a mind map comparing two topics;
initial - Generates a mental map of initial knowledge about the topic;
intermediate - Generates a mind map of intermediate knowledge on the topic;
problems - Generates a mental map of analysis of problems related to the topic;
review - Generates a mind map to review content on a topic.
Technologies used
Requirements
Python installed (version 3.10 or higher);
uvpackage installed;Claude Desktop installed.
How to install on Claude Desktop
Now I will detail how my step by step was in Windows 11, using the terminal (shortcut CTRL + SHIFT + ' ) in VSCode:
I have installed the most up-to-date version of Python
In VSCode, I used the terminal to check the python version with the command
python --versionSo I installed the
uvwith the remote controlpip install uvTo check if everything was ok, I used the command
uvTo create the project folder, I used this command
mkdir “C:\Users\meu_usuario\OneDrive\area_de_trabalho\mapas_mentais”
[!IMPORTANT] This does not necessarily mean that you will use the same path, you may want to use another path, like the one below.
mkdir "C:\Users\seu_usuario\mapas_mentais"Or you can simply download the zip of this project to your machine via
Code>Download ZIPright here on GitHub
I named the folder I had just created
cd “C:\Users\meu_usuario\OneDrive\area_de_trabalho\mapas_mentais”I used the command below to open another VSCode window and continue with the other commands directly in the folder
code .
[!IMPORTANT] If you don't want to create the folder via terminal, you can create a new folder on your desktop or another location that you easily remember, in order to use the shortcut in VSCode
CTRL+OThen just look for the folder you just created, click on it and open it in VSCode. Or just import the complete folder of this repository into your VSCode.
Back in the terminal, I used the command below to initialize a new Python project, creating configuration files and dependencies automatically
uv initI then used the command below to create an isolated Python virtual environment to install project dependencies.
uv venvTo activate .venv, I used the command below
.venv\Scripts\Activate.ps1I added the MCP dependency, which is necessary for the project
uv add mcp[cli]I checked if everything was ok, with the command below
uv run mcp[!IMPORTANT] If the information below appears on your terminal, everything is fine.
To create the
server.pyfile, I used this command
uv init --script server.py[!TIP] Since you may have already downloaded the folder for this repository, the
server.pyfile will already be there in your VSCode at this point.
I installed the json below from MCP-Server directly into the
claude_desktop_config.jsonfile
"mapas_mentais": {
"command": "uv",
"args": [
"--directory",
"C://Users//meu_usuario//OneDrive//area_de_trabalho//mapas_mentais",
"run",
"server.py"
]
}[!IMPORTANT] If you have already installed Claude Desktop correctly, follow the path to access the
claude_desktop_config.jsonfile on your computer
14th. With Claude Desktop open, use the shortcutCTRL+,
14b. Click on theDesenvolvedortab and then click onEditar configuração
14c. Find theclaude_desktop_config.jsonfile and edit it in VSCode correctly
14d. Save the file withCTRL+S
14e. Close Claude Desktop and reopen it after a few seconds
14f. Check the configuration icon to see if the MCP "mental_maps" tools are installed correctly
The tools were named `"present", "compare", "initial", "intermediate", "problems" and "review".
Useful links
Official documentation of the Model Context Protocol - You will know all the details of this innovation from Anthropic
Anthropic's official website - To stay up to date with the latest news and studies on Claude models
How to Download Claude Desktop - Direct Download Link
How to Install VSCode - Direct Download Link
Official uv package documentation - You will know all the details about
uvand how it is important in pythonvenv — Creating virtual environments - Full explanation of how venvs work
AI/LMM Models Icon Set - Very good site to get AI ecosystem icons
Devicon - very complete site also with general icons about technology
Contributions
Contributions are welcome! If you have ideas to improve this project, feel free to fork the repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
Mario Lucio - Deadline®
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 Servers
- AlicenseNot gradedqualityDmaintenanceEnables conversion of plain text descriptions and Markdown content into interactive mind maps using AI. Automatically uploads generated mind maps to Aliyun OSS and provides online access links.331MIT
- FlicenseNot gradedqualityDmaintenanceGenerates beautiful mind map images from Markdown text with multiple layout options, running completely locally with no external services or API keys required for full data privacy.3
- AlicenseNot gradedqualityDmaintenanceTurn Claude Desktop conversations into visual mind maps via MCP. Highlights blockers to surface where you're stuck.1MIT
- AlicenseAqualityDmaintenanceCaptures ideas from conversations and organizes them into a persistent, hierarchical mindmap. Supports search, deduplication, export, import, and cloud sync.1317MIT
Related MCP Connectors
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
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/marioluciofjr/mapas_mentais_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server