OpenLMNP for Grok
io.github.manganate006/openlmnp
Accounting MCP for French LMNP furnished rentals: income, expenses, depreciation, tax return & FEC
client:Grok
transport:streamable-http
tools:45
Install OpenLMNP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"openlmnp": {
"type": "http",
"url": "https://app.openlmnp.fr/mcp?demo_token=openlmnp_demo_ro_ebd891f45e8a771ca1a718f239b733b438a31d48"
}
}
}
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
What Grok can do once it is connected
- list_properties
- get_property
- list_incomes
- get_income
- list_expenses
- get_expense
- list_loans
- get_loan
- get_loan_schedule
- list_fiscal_years
- get_fiscal_year
- list_furniture
- list_property_works
- list_property_components
- get_onboarding_status
- get_dashboard_summary
- create_income
- update_income
- create_expense
- update_expense
- create_furniture
- update_furniture
- create_property_work
- update_property_work