An MCP server that provides comprehensive US legislation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"us-legal-mcp": {
"command": "npx",
"args": [
"-y",
"JamesANZ/us-legal-mcp"
]
}
}
}
Run in terminal:
claude mcp add us-legal-mcp npx -y JamesANZ/us-legal-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"us-legal-mcp": {
"command": "npx",
"args": [
"-y",
"JamesANZ/us-legal-mcp"
]
}
}
}