Click the Settings icon in the right panel to generate your API Key.
Add the following configuration to your MCP settings (e.g., in Cursor Settings > MCP).
{
"mcpServers": {
"many-ai-tools": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sse", "--url", "https://www.manyaitools.com/api/mindmap-mcp"],
"env": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}* Note: Some IDEs might support HTTP/SSE directly. If so, use URL: https://www.manyaitools.com/api/mindmap-mcp and add the header manually.