MCP-Server de Mapas Mentais

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

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);
  • uv package 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:

  1. I have installed the most up-to-date version of Python
  2. In VSCode, I used the terminal to check the python version with the command
    python --version
  3. So I installed the uv with the remote control
    pip install uv
  4. To check if everything was ok, I used the command
    uv
  5. To 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 ZIP right here on GitHub

  1. I named the folder I had just created
    cd “C:\Users\meu_usuario\OneDrive\area_de_trabalho\mapas_mentais”
  2. 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 + O Then 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.

  1. Back in the terminal, I used the command below to initialize a new Python project, creating configuration files and dependencies automatically
    uv init
  2. I then used the command below to create an isolated Python virtual environment to install project dependencies.
    uv venv
  3. To activate .venv, I used the command below
.venv\Scripts\Activate.ps1
  1. I added the MCP dependency, which is necessary for the project
uv add mcp[cli]
  1. 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.

  1. To create the server.py file, I used this command
uv init --script server.py

[!TIP] Since you may have already downloaded the folder for this repository, the server.py file will already be there in your VSCode at this point.

  1. I installed the json below from MCP-Server directly into the claude_desktop_config.json file
"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.json file on your computer
14th. With Claude Desktop open, use the shortcut CTRL + ,
14b. Click on the Desenvolvedor tab and then click on Editar configuração
14c. Find the claude_desktop_config.json file and edit it in VSCode correctly
14d. Save the file with CTRL + 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".

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®

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

A Python application that automatically generates different types of mind maps (presentation, comparison, beginner/intermediate content, problem analysis, and review) to help organize ideas visually through Claude Desktop integration.

  1. Index
    1. Introduction
      1. Project structure
        1. Technologies used
          1. Requirements
            1. How to install on Claude Desktop
              1. Useful links
                1. Contributions
                  1. License
                    1. Contact

                      Related MCP Servers

                      • A
                        security
                        A
                        license
                        A
                        quality
                        A custom MCP tool that integrates Perplexity AI's API with Claude Desktop, allowing Claude to perform web-based research and provide answers with citations.
                        Last updated -
                        1
                        2
                        JavaScript
                        MIT License
                        • Apple
                      • -
                        security
                        F
                        license
                        -
                        quality
                        A server that enables natural language interaction with AutoCAD through large language models like Claude, allowing users to create and modify drawings using conversational commands.
                        Last updated -
                        19
                        Python
                        • Apple
                      • -
                        security
                        A
                        license
                        -
                        quality
                        An MCP server that implements the 'think' tool, providing Claude with a dedicated space for structured thinking during complex problem-solving tasks to improve reasoning capabilities.
                        Last updated -
                        48
                        Python
                        MIT License
                        • Linux
                        • Apple
                      • A
                        security
                        F
                        license
                        A
                        quality
                        Official implementation of Anthropic's 'think' tool that provides Claude with a dedicated space for structured reasoning, improving performance by up to 54% on complex tasks requiring multi-step problem solving.
                        Last updated -
                        1
                        525
                        37
                        TypeScript
                        • Apple

                      View all related MCP servers

                      ID: igajyslqqp