Kiwoom Securities MCP Server
Rank #5,840io.github.ChunSam/kiwoom-mcp-server
Read-only MCP server for the Kiwoom Securities REST API: market data, account inquiry, ISA tax tool
Kiwoom Securities MCP Server is a Model Context Protocol (MCP) server published by ChunSam. It ranks #5,840 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Kiwoom Securities MCP Server is listed on Official MCP, with 20 tracked versions. It was first listed on Jul 13, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 109,751 of 115,591 servers on MCP Toplist.
Use Kiwoom Securities MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add kiwoom-mcp-server -e "KIWOOM_APP_KEY=<your KIWOOM_APP_KEY>" -e "KIWOOM_APP_SECRET=<your KIWOOM_APP_SECRET>" -e "KIWOOM_MODE=<your KIWOOM_MODE>" -e "ISA_ENABLED=<your ISA_ENABLED>" -- npx -y kiwoom-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.kiwoom-mcp-server]
command = "npx"
args = ["-y", "kiwoom-mcp-server"]
[mcp_servers.kiwoom-mcp-server.env]
KIWOOM_APP_KEY = "<your KIWOOM_APP_KEY>"
KIWOOM_APP_SECRET = "<your KIWOOM_APP_SECRET>"
KIWOOM_MODE = "<your KIWOOM_MODE>"
ISA_ENABLED = "<your ISA_ENABLED>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kiwoom-mcp-server": {
"command": "npx",
"args": [
"-y",
"kiwoom-mcp-server"
],
"env": {
"KIWOOM_APP_KEY": "<your KIWOOM_APP_KEY>",
"KIWOOM_APP_SECRET": "<your KIWOOM_APP_SECRET>",
"KIWOOM_MODE": "<your KIWOOM_MODE>",
"ISA_ENABLED": "<your ISA_ENABLED>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kiwoom-mcp-server": {
"command": "npx",
"args": [
"-y",
"kiwoom-mcp-server"
],
"env": {
"KIWOOM_APP_KEY": "<your KIWOOM_APP_KEY>",
"KIWOOM_APP_SECRET": "<your KIWOOM_APP_SECRET>",
"KIWOOM_MODE": "<your KIWOOM_MODE>",
"ISA_ENABLED": "<your ISA_ENABLED>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kiwoom-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kiwoom-mcp-server"
],
"env": {
"KIWOOM_APP_KEY": "<your KIWOOM_APP_KEY>",
"KIWOOM_APP_SECRET": "<your KIWOOM_APP_SECRET>",
"KIWOOM_MODE": "<your KIWOOM_MODE>",
"ISA_ENABLED": "<your ISA_ENABLED>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kiwoom-mcp-server": {
"command": "npx",
"args": [
"-y",
"kiwoom-mcp-server"
],
"env": {
"KIWOOM_APP_KEY": "<your KIWOOM_APP_KEY>",
"KIWOOM_APP_SECRET": "<your KIWOOM_APP_SECRET>",
"KIWOOM_MODE": "<your KIWOOM_MODE>",
"ISA_ENABLED": "<your ISA_ENABLED>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kiwoom-mcp-server": {
"command": "npx",
"args": [
"-y",
"kiwoom-mcp-server"
],
"env": {
"KIWOOM_APP_KEY": "<your KIWOOM_APP_KEY>",
"KIWOOM_APP_SECRET": "<your KIWOOM_APP_SECRET>",
"KIWOOM_MODE": "<your KIWOOM_MODE>",
"ISA_ENABLED": "<your ISA_ENABLED>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ChunSam%2Fkiwoom-mcp-server)<a href="https://mcptoplist.com/server/io.github.ChunSam%2Fkiwoom-mcp-server"><img src="https://mcptoplist.com/badge/io.github.ChunSam%2Fkiwoom-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ChunSam
Available versions (20)
| Version | Published |
|---|---|
| 0.52.6 | Aug 21, 2026 |
| 0.52.5 | Aug 20, 2026 |
| 0.52.2 | Aug 19, 2026 |
| 0.52.1 | Aug 18, 2026 |
| 0.52.0 | Aug 15, 2026 |
| 0.51.0 | Aug 14, 2026 |
| 0.50.0 | Aug 10, 2026 |
| 0.49.0 | Aug 10, 2026 |
| 0.48.0 | Aug 9, 2026 |
| 0.45.0 | Aug 8, 2026 |
| 0.44.1 | Aug 7, 2026 |
| 0.44.0 | Aug 6, 2026 |
| 0.43.0 | Aug 5, 2026 |
| 0.36.0 | Aug 4, 2026 |
| 0.30.0 | Aug 3, 2026 |
| 0.27.0 | Jul 31, 2026 |
| 0.26.0 | Jul 30, 2026 |
| 0.25.0 | Jul 26, 2026 |
| 0.24.0 | Jul 25, 2026 |
| 0.19.1 | Jul 14, 2026 |
Frequently asked questions
- Who maintains Kiwoom Securities MCP Server?
- Kiwoom Securities MCP Server is maintained by ChunSam, which publishes 4 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Kiwoom Securities MCP Server listed on the Official MCP Registry?
- Yes — Kiwoom Securities MCP Server is listed on the Official MCP Registry.
- How many versions does Kiwoom Securities MCP Server have?
- MCP Toplist tracks 20 versions of Kiwoom Securities MCP Server, most recently published on Aug 21, 2026.
- Where can I find the source code for Kiwoom Securities MCP Server?
- The source code for Kiwoom Securities MCP Server is hosted at github.com/ChunSam/kiwoom-mcp-server.