Skip to main content
Glama

Xmind Generator MCP Server

by BangyiZhang
package.json1.15 kB
{ "name": "xmind-generator-mcp", "version": "0.1.1", "description": "MCP server for generating Xmind mind maps", "main": "dist/index.js", "type": "module", "bin": { "xmind-generator-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "xmind", "mind-map", "claude", "anthropic", "llm" ], "author": "Ben", "repository": { "type": "git", "url": "git+https://github.com/BangyiZhang/xmind-generator-mcp.git" }, "homepage": "https://github.com/BangyiZhang/xmind-generator-mcp#readme", "bugs": { "url": "https://github.com/BangyiZhang/xmind-generator-mcp/issues" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "jszip": "^3.10.1", "xmind-generator": "^1.0.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.5", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "engines": { "node": ">=18" } }

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/BangyiZhang/xmind-generator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server