Legislative Yuan
Rank #5,592io.github.narumiruna/ly-mcp
Model Context Protocol server for Taiwan Legislative Yuan API v2.
Legislative Yuan is a Model Context Protocol (MCP) server published by narumiruna. It ranks #5,592 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Legislative Yuan is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jan 12, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 109,868 of 115,460 servers on MCP Toplist.
Use Legislative Yuan
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ly-mcp -- uvx lymcp[mcp_servers.ly-mcp]
command = "uvx"
args = ["lymcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ly-mcp": {
"command": "uvx",
"args": [
"lymcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ly-mcp": {
"command": "uvx",
"args": [
"lymcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ly-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"lymcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ly-mcp": {
"command": "uvx",
"args": [
"lymcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ly-mcp": {
"command": "uvx",
"args": [
"lymcp"
]
}
}
}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.narumiruna%2Fly-mcp)<a href="https://mcptoplist.com/server/io.github.narumiruna%2Fly-mcp"><img src="https://mcptoplist.com/badge/io.github.narumiruna%2Fly-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
narumiruna
Other servers by narumiruna
- Yahoo Finance#424 · 2 vers
- mcp-server-template#14,140
- Gitingest MCP Server#24,205
- coindesk-mcp#63,687
- mcp-server-slides#69,903
Available versions (1)
| Version | Published |
|---|---|
| 0.6.2 | Aug 17, 2026 |
Frequently asked questions
- Who maintains Legislative Yuan?
- Legislative Yuan is maintained by narumiruna, which publishes 6 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Legislative Yuan listed on the Official MCP Registry?
- Yes — Legislative Yuan is listed on the Official MCP Registry, alongside Glama.
- How many versions does Legislative Yuan have?
- MCP Toplist tracks 1 version of Legislative Yuan, most recently published on Aug 17, 2026.
- Where can I find the source code for Legislative Yuan?
- The source code for Legislative Yuan is hosted at github.com/narumiruna/ly-mcp.