MCP Server
MCP
io.github.kcw2034/maplestory-mcp-server
MCP server for Nexon MapleStory OpenAPI - character, rankings, union, guild, and notices
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
By
Comments
Sign in to leave a comment