Skip to content
Cursor

maplestory mcp server for Cursor

io.github.kcw2034/maplestory-mcp-server

MCP server for Nexon MapleStory OpenAPI - character, rankings, union, guild, and notices

client:Cursor transport:stdio runtime:pypi

Install maplestory mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "maplestory-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "maplestory-mcp-server"
      ],
      "env": {
        "MAPLESTORY_API_KEY": "<MAPLESTORY_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

maplestory mcp server in other clients