Jjlabsio Korea Stock MCP
Rank #2,934io.github.jjlabsio/korea-stock-mcp
MCP server providing jjlabsio-korea-stock-mcp capabilities
Jjlabsio Korea Stock MCP is a Model Context Protocol (MCP) server published by jjlabsio. It ranks #2,934 of 115,460 servers tracked on MCP Toplist, and its repository has 175 GitHub stars. Jjlabsio Korea Stock MCP is listed across 4 registries — Official MCP, Smithery, PulseMCP and Glama, with 3 tracked versions. It was first listed on Sep 12, 2025 and most recently updated on Sep 19, 2025.
Ranks ahead of 112,526 of 115,460 servers on MCP Toplist.
Use Jjlabsio Korea Stock MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http korea-stock-mcp https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcpclaude mcp add korea-stock-mcp -e "DART_API_KEY=<your DART_API_KEY>" -e "KRX_API_KEY=<your KRX_API_KEY>" -- npx -y korea-stock-mcpReplace each placeholder with your own value before saving.
[mcp_servers.korea-stock-mcp]
url = "https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp"Add to ~/.codex/config.toml.
[mcp_servers.korea-stock-mcp]
command = "npx"
args = ["-y", "korea-stock-mcp"]
[mcp_servers.korea-stock-mcp.env]
DART_API_KEY = "<your DART_API_KEY>"
KRX_API_KEY = "<your KRX_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"korea-stock-mcp": {
"command": "npx",
"args": [
"-y",
"korea-stock-mcp"
],
"env": {
"DART_API_KEY": "<your DART_API_KEY>",
"KRX_API_KEY": "<your KRX_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"korea-stock-mcp": {
"url": "https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"korea-stock-mcp": {
"command": "npx",
"args": [
"-y",
"korea-stock-mcp"
],
"env": {
"DART_API_KEY": "<your DART_API_KEY>",
"KRX_API_KEY": "<your KRX_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"korea-stock-mcp": {
"type": "http",
"url": "https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"korea-stock-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"korea-stock-mcp"
],
"env": {
"DART_API_KEY": "<your DART_API_KEY>",
"KRX_API_KEY": "<your KRX_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"korea-stock-mcp": {
"serverUrl": "https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"korea-stock-mcp": {
"command": "npx",
"args": [
"-y",
"korea-stock-mcp"
],
"env": {
"DART_API_KEY": "<your DART_API_KEY>",
"KRX_API_KEY": "<your KRX_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"korea-stock-mcp": {
"url": "https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp"
}
}
}{
"mcpServers": {
"korea-stock-mcp": {
"command": "npx",
"args": [
"-y",
"korea-stock-mcp"
],
"env": {
"DART_API_KEY": "<your DART_API_KEY>",
"KRX_API_KEY": "<your KRX_API_KEY>"
}
}
}
}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.jjlabsio%2Fkorea-stock-mcp)<a href="https://mcptoplist.com/server/io.github.jjlabsio%2Fkorea-stock-mcp"><img src="https://mcptoplist.com/badge/io.github.jjlabsio%2Fkorea-stock-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
jjlabsio
Available versions (3)
| Version | Published |
|---|---|
| 1.1.4 | Sep 19, 2025 |
| 1.0.0 | Sep 19, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Jjlabsio Korea Stock MCP?
- Jjlabsio Korea Stock MCP is maintained by jjlabsio, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Jjlabsio Korea Stock MCP listed on the Official MCP Registry?
- Yes — Jjlabsio Korea Stock MCP is listed on the Official MCP Registry, alongside Smithery, PulseMCP and Glama.
- How many versions does Jjlabsio Korea Stock MCP have?
- MCP Toplist tracks 3 versions of Jjlabsio Korea Stock MCP, most recently published on Sep 19, 2025.
- Where can I find the source code for Jjlabsio Korea Stock MCP?
- The source code for Jjlabsio Korea Stock MCP is hosted at github.com/jjlabsio/korea-stock-mcp.