jp eli mcp for Grok
io.github.matematicsolutions/jp-eli-mcp
MCP server for Japan's e-Gov law search API: search, fetch, and cite national legislation.
client:Grok
transport:stdio
runtime:pypi
Install jp eli mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"jp-eli-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"jp-eli-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs