Back to MCP Servers
Mifosx Self Service
A self-service integration for user registration, authentication, account management, transactions, and third-party transfers with Apache Fineract.
finance-fintech
By openMF
Installation
npx -y mcp-mifosx-self-serviceConfiguration
{
"mcpServers": {
"mcp-mifosx-self-service": {
"command": "npx",
"args": ["-y", "mcp-mifosx-self-service"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes