Skip to content
VS Code

Legislative Yuan for VS Code

io.github.narumiruna/ly-mcp

Model Context Protocol server for Taiwan Legislative Yuan API v2.

client:VS Code transport:stdio runtime:pypi

Install Legislative Yuan in VS Code

.vscode/mcp.json

{
  "servers": {
    "ly-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lymcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Legislative Yuan in other clients