jp eli mcp for Cursor
io.github.matematicsolutions/jp-eli-mcp
MCP server for Japan's e-Gov law search API: search, fetch, and cite national legislation.
client:Cursor
transport:stdio
runtime:pypi
Install jp eli mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jp-eli-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"jp-eli-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs