An MCP server that connects to your Jiwa API site that can then be used by AI agents to query and perform actions in your Jiwa system.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jiwamcpserver": {
"command": "npx",
"args": [
"-y",
"JiwaFinancials/JiwaMCPServer"
]
}
}
}
Run in terminal:
claude mcp add jiwamcpserver npx -y JiwaFinancials/JiwaMCPServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"jiwamcpserver": {
"command": "npx",
"args": [
"-y",
"JiwaFinancials/JiwaMCPServer"
]
}
}
}