wave-mcp-server

justinepdevasia/wave-mcp-server
★ 0 stars Unknown language AI/LLM Updated today
The Wave MCP Server lets AI assistants access Wave Financial data via a standard interface. It uses the Model Context Protocol to expose Wave accounting, invoicing, and payments features as callable tools, enabling developers to build AI apps that work with real-time Wave data through MCP.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wave-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "justinepdevasia/wave-mcp-server"
      ]
    }
  }
}