DataJud (CNJ) for Claude Desktop
io.github.mcp-dir/datajud-mcp
Public lookup of Brazilian court cases (metadata + docket) via the CNJ/DataJud API. Free, no login.
client:Claude Desktop
transport:streamable-http
tools:10
Install DataJud (CNJ) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"datajud-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcp.ai/p_datajud"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs