pennylane-mcp-server

anasweepo/pennylane-mcp-server
★ 0 stars Unknown language 🤖 AI/LLM Updated today
A Model Context Protocol (MCP) server that connects AI assistants to Pennylane's API, enabling automated access to invoices, clients, expenses, and accounting data.
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": {
    "pennylane-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "anasweepo/pennylane-mcp-server"
      ]
    }
  }
}