Skip to content
Zed

J-Quants MCP for Zed

io.github.shigechika/jquants-mcp

MCP server for retrieving Japanese stock market data via J-Quants API v2

client:Zed transport:stdio runtime:pypi

Install J-Quants MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "jquants-mcp": {
      "command": "uvx",
      "args": [
        "jquants-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

J-Quants MCP in other clients