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.0.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.0-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for maplestory_mcp_server-1.0.0.tar.gz
Algorithm Hash digest
SHA256 fd2f3cbd01941dcbd4ed424e35ed7b5c4e121f76fdbd400f914c79a9e2432f21
MD5 4220a14774830f0b88ff7012fe1608d7
BLAKE2b-256 2b02041d08f56ff957371174ce5415db10808e7c9114afab93cf32aab7bfe6a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for maplestory_mcp_server-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e5b7b03fcf05d245cc41a721e9ca4cf81f938f2301b5135c93f7f8e3c4527d5b
MD5 7b5e2d36ebd94b28c483d0a6a4da584f
BLAKE2b-256 14a959518cb71b2d938d007710e4109181a284bbdd376bdc8ade487c5fdae3f2

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