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
- Python 3.13+
- uv package manager
- MapleStory API key from Nexon OpenAPI
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.pyfor the full list of 30+ tools.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file maplestory_mcp_server-1.0.0.tar.gz.
File metadata
- Download URL: maplestory_mcp_server-1.0.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd2f3cbd01941dcbd4ed424e35ed7b5c4e121f76fdbd400f914c79a9e2432f21
|
|
| MD5 |
4220a14774830f0b88ff7012fe1608d7
|
|
| BLAKE2b-256 |
2b02041d08f56ff957371174ce5415db10808e7c9114afab93cf32aab7bfe6a1
|
File details
Details for the file maplestory_mcp_server-1.0.0-py3-none-any.whl.
File metadata
- Download URL: maplestory_mcp_server-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5b7b03fcf05d245cc41a721e9ca4cf81f938f2301b5135c93f7f8e3c4527d5b
|
|
| MD5 |
7b5e2d36ebd94b28c483d0a6a4da584f
|
|
| BLAKE2b-256 |
14a959518cb71b2d938d007710e4109181a284bbdd376bdc8ade487c5fdae3f2
|