Back to MCP Servers
Korea Stock
An MCP Server for Korean stock analysis using OPEN DART API and KRX API
finance-fintechapi
By jjlabsio
Installation
npx -y korea-stock-mcpConfiguration
{
"mcpServers": {
"korea-stock-mcp": {
"command": "npx",
"args": ["-y", "korea-stock-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes