JiwaMCPServer

JiwaFinancials/JiwaMCPServer
★ 1 stars C# 🤖 AI/LLM Updated today
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.
View on GitHub →

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"
      ]
    }
  }
}