Skip to main content

MCP server for Nexon MapleStory OpenAPI - query character info, stats, equipment, rankings, union, guild, and game notices

Project description

MapleStory MCP Server

An MCP (Model Context Protocol) server that wraps the Nexon MapleStory OpenAPI, allowing AI assistants to query MapleStory game data including character info, rankings, union, guild, and more.

Features

  • Character - Basic info, stats, equipment, skills, V/HEXA matrix, Dojang records
  • Union - Union level, raider layout, artifact info
  • Guild - Guild search and basic info
  • Ranking - Overall, union, guild, Dojang, The Seed, achievement rankings
  • History - Starforce, cube, potential re-roll history
  • Notice - Official notices, updates, events, cash shop notices

Prerequisites

Installation

# Clone the repository
git clone https://github.com/kcw2034/maplestory-mcp-server.git
cd maplestory-mcp-server

# Install dependencies
uv sync

Configuration

Create a .env file in the project root:

MAPLESTORY_API_KEY=your_api_key_here

You can get an API key by registering an app at Nexon OpenAPI.

Usage

Running the server

uv run server.py

Claude Desktop configuration

Add this to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "maplestory": {
      "command": "uv",
      "args": ["run", "server.py"],
      "cwd": "/path/to/maplestory-mcp-server",
      "env": {
        "MAPLESTORY_API_KEY": "your_api_key_here"
      }
    }
  }
}

Available Tools

Category Tool Description
Character get_character_ocid Look up character OCID by name
Character get_character_basic Basic info (level, class, world, guild)
Character get_character_stat Combined stats (STR, DEX, combat power)
Character get_character_item_equipment Equipped items
Character get_character_skill Skill info by grade
Character get_character_hexamatrix HEXA matrix (6th job skills)
Union get_union Union level and grade
Union get_union_raider Union raider layout and effects
Guild get_guild_id Look up guild ID by name and world
Guild get_guild_basic Guild basic info
Ranking get_ranking_overall Overall ranking
Ranking get_ranking_dojang Mu Lung Dojang ranking
History get_history_starforce Starforce enhancement history
Notice get_notices Official notice list

See server.py for the full list of 30+ tools.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

maplestory_mcp_server-1.0.1.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

maplestory_mcp_server-1.0.1-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file maplestory_mcp_server-1.0.1.tar.gz.

File metadata

File hashes

Hashes for maplestory_mcp_server-1.0.1.tar.gz
Algorithm Hash digest
SHA256 1427c6ef308f9fd043ef2abf0d1ad8704c7ea75fc16fdbc46b5aa821069e1796
MD5 78e8731c576dafeee1d01bd6c4983028
BLAKE2b-256 b7da9014ad8f662ac71d4f0c5c487e2ff1e075497a071697a688ef9b77333431

See more details on using hashes here.

File details

Details for the file maplestory_mcp_server-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for maplestory_mcp_server-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b4e1494cbfe5f2977f0350e8cc01acaebaae3c27d170be3f65b56c8a4ba35139
MD5 be877cf441c988163b5ddff368c380ec
BLAKE2b-256 7e3636f59f83ca6d302f2ac9ab75ead914b74393fc5ef6c4609b8cee2c0e76a5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page