An MCP server connecting AI assistants to U.S. immigration law with real legal citations (8 CFR §, INA §), SOC code discovery, and OFLC prevailing wage lookup
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"immigration-mcp-serv": {
"command": "uvx",
"args": [
"immigration-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add immigration-mcp-serv uvx immigration-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"immigration-mcp-serv": {
"command": "uvx",
"args": [
"immigration-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install immigration-mcp-server