PluginBench
MCP Server
Active
MIT

Legislative Yuan MCP Server

io.github.narumiruna/ly-mcp

What is the Legislative Yuan MCP server?

Model Context Protocol server for Taiwan Legislative Yuan API v2.

How to install Legislative Yuan

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ly-mcp": {
      "command": "uvx",
      "args": [
        "lymcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ly-mcp": {
      "command": "uvx",
      "args": [
        "lymcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ly-mcp": {
      "command": "uvx",
      "args": [
        "lymcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ly-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lymcp"
      ]
    }
  }
}
Claude Code
claude mcp add ly-mcp -- uvx lymcp

Related MCP servers

Access Yahoo Finance stock data, news, screeners, options, financials, and charts through MCP.

182
Python
MIT
View repository →