Skip to content
Cursor

Legislative Yuan for Cursor

io.github.narumiruna/ly-mcp

Model Context Protocol server for Taiwan Legislative Yuan API v2.

client:Cursor transport:stdio runtime:pypi

Install Legislative Yuan in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Legislative Yuan in other clients