maplestory-mcp-server
Version:
Official-style NEXON MapleStory MCP Server for Claude Desktop - Complete character info, union details, guild data, rankings, and game mechanics
79 lines (78 loc) • 1.93 kB
JSON
{
"name": "maplestory-mcp-server",
"version": "1.0.2",
"description": "Official-style NEXON MapleStory MCP Server for Claude Desktop - Complete character info, union details, guild data, rankings, and game mechanics",
"main": "dist/index.js",
"bin": {
"maplestory-mcp-server": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"format": "prettier --write src/**/*.ts",
"typecheck": "tsc --noEmit",
"prepare": "npm run build",
"mcp": "node dist/index.js"
},
"keywords": [
"maplestory",
"mcp",
"nexon",
"model-context-protocol",
"claude",
"claude-desktop",
"mcp-server",
"api",
"typescript",
"ai-assistant",
"gaming",
"mmorpg",
"character-data",
"union",
"guild",
"ranking",
"maple",
"game-api",
"anthropic"
],
"author": "ljy9303",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ljy9303/maplestory-mcp-server.git"
},
"bugs": {
"url": "https://github.com/ljy9303/maplestory-mcp-server/issues"
},
"homepage": "https://github.com/ljy9303/maplestory-mcp-server#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"ajv": "^8.17.1",
"axios": "^1.7.0",
"commander": "^12.1.0",
"winston": "^3.14.0"
},
"devDependencies": {
"@types/json-schema": "^7.0.15",
"@types/node": "^20.19.1",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"json-schema": "^0.4.0",
"prettier": "^3.2.0",
"typescript": "^5.4.0"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
]
}