lsopenapi for Claude Desktop
io.github.redoxnet/lsopenapi
LS Securities OpenAPI MCP server: Korean + overseas stocks, charts, screeners, portfolio, accounts.
client:Claude Desktop
transport:stdio
runtime:nuget
Install lsopenapi in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"lsopenapi": {
"command": "dnx",
"args": [
"RedoxNet.Mcp.LsOpenApi",
"--yes"
],
"env": {
"LS_APPKEY": "<LS_APPKEY>",
"LS_APPSECRETKEY": "<LS_APPSECRETKEY>",
"LS_MARKET": "<LS_MARKET>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs