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 lymcpRelated MCP servers
Yahoo Finance
Active
Access Yahoo Finance stock data, news, screeners, options, financials, and charts through MCP.
182
View repository →Python
MIT