
Maplestory Mcp Server
Expose Nexon MapleStory Open API (characters, rankings, union, guild, notices) as MCP tools while building companion apps, bots, or content tools.
Overview
maplestory-mcp-server is an MCP server for the Build phase that exposes Nexon MapleStory Open API endpoints for characters, rankings, union, guild, and notices.
What is this MCP server?
- Covers five Nexon MapleStory OpenAPI areas: character, rankings, union, guild, and notices
- Stdio MCP server v1.0.1 via PyPI identifier maplestory-mcp-server
- Requires MAPLESTORY_API_KEY from https://open.api.nexon.com
- Useful for MapleStory fan sites, Discord bots, and leaderboard or guild dashboards
- MCP wrapper—not Nexon’s official agent; respect Nexon API terms and rate limits
- Published server version 1.0.1
- Five documented API domains: character, rankings, union, guild, notices
- 1 required secret: MAPLESTORY_API_KEY; stdio transport
What problem does it solve?
Building MapleStory companion features forces you to juggle Nexon OpenAPI docs and boilerplate HTTP while your agent cannot see live game data.
Who is it for?
Indie devs building MapleStory trackers, guild tools, or notice aggregators with Claude Code or Cursor MCP.
Skip if: Builders with no Nexon API key, non-MapleStory products, or teams needing official Nexon support guarantees.
What do I get? / Deliverables
With MAPLESTORY_API_KEY configured, your agent can call MapleStory API operations as MCP tools while you scaffold bots, sites, or scripts.
- MCP tools mapped to MapleStory character, rankings, union, guild, and notices APIs
- Faster integration scaffolding for game-adjacent projects
- Centralized API key config for agent-driven development
Recommended MCP Servers
Journey fit
Canonical shelf is Build because you install this when implementing integrations against Nexon’s game API, not when doing generic audience discovery. Integrations matches an external REST API (Nexon OpenAPI) surfaced as agent-callable MCP tools during implementation.
How it compares
Nexon API MCP adapter, not a full game client or anti-cheat bypass.
Common Questions / FAQ
Who is maplestory-mcp-server for?
Solo builders and hobbyists creating MapleStory-related apps who want Nexon OpenAPI access from MCP-capable coding agents.
When should I use maplestory-mcp-server?
During Build when you are wiring character lookup, rankings, union, guild, or notice features into an agent-assisted codebase.
How do I add maplestory-mcp-server to my agent?
Obtain MAPLESTORY_API_KEY from Nexon OpenAPI, install maplestory-mcp-server from PyPI, and add a stdio MCP server block in your Claude Code or Cursor settings.