← Back to Plugins
MCP Server MCP

io.github.kcw2034/maplestory-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx maplestory-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "maplestory-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from Nexon OpenAPI (https://open.api.nexon.com)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MAPLESTORY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...