MCP MCP Server

Repositório com um MCP-Server simples com seis tipos de mapas mentais diferentes.

Local serverstdioPython

What is the MCP MCP server?

Connect MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Repositório com um MCP-Server simples com seis tipos de mapas mentais diferentes. The mcp mcp server is what makes that connection.

What the server does

A dynamic MCP server management service that creates, runs, and manages Model Context Protocol (MCP) servers dynamically. This service itself functions as an MCP server and launches/manages other MCP servers as child processes, enabling a flexible MCP ecosystem.

Installation

The server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • apresenta — Gera um mapa mental para apresentações sobre um tema;
  • compara — Gera um mapa mental comparando dois temas;
  • inicial — Gera um mapa mental de conhecimentos iniciais sobre o tema;
  • intermediario — Gera um mapa mental de conhecimentos intermediários sobre o tema;
  • problemas — Gera um mapa mental de análise de problemas relacionados ao tema;
  • revisa — Gera um mapa mental para revisão de conteúdo sobre um tema

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP's toolset — apresenta, compara, inicial and 3 more — is a fair guide to whether it matches your workflow. It is maintained by marioluciofjr; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
apresentaGera um mapa mental para apresentações sobre um tema;
comparaGera um mapa mental comparando dois temas;
inicialGera um mapa mental de conhecimentos iniciais sobre o tema;
intermediarioGera um mapa mental de conhecimentos intermediários sobre o tema;
problemasGera um mapa mental de análise de problemas relacionados ao tema;
revisaGera um mapa mental para revisão de conteúdo sobre um tema.

How to install the MCP MCP server

{
  "mcpServers": {
    "mapas-mentais": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use MCP to apresenta.
  • Use MCP to compara.
  • Use MCP to inicial.

Frequently asked questions

The server provides six types: `apresenta` (presentation), `compara` (comparison), `inicial` (initial knowledge), `intermediario` (intermediate knowledge), `problemas` (problem analysis), and `revisa` (revision).