PluginBench
MCP Server

PennyPilot MCP Server

io.github.holco-apps/pennypilot

What is the PennyPilot MCP server?

AI copilot for French accounting firms on Pennylane. Monthly close memo in 8s, full general ledger.

How to install PennyPilot

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pennypilot": {
      "command": "https://github.com/holco-apps/pennypilot/releases/download/v0.2.6/pennypilot-0.2.6.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pennypilot": {
      "command": "https://github.com/holco-apps/pennypilot/releases/download/v0.2.6/pennypilot-0.2.6.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pennypilot": {
      "command": "https://github.com/holco-apps/pennypilot/releases/download/v0.2.6/pennypilot-0.2.6.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pennypilot": {
      "type": "stdio",
      "command": "https://github.com/holco-apps/pennypilot/releases/download/v0.2.6/pennypilot-0.2.6.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add pennypilot -- https://github.com/holco-apps/pennypilot/releases/download/v0.2.6/pennypilot-0.2.6.mcpb

Related MCP servers

Open-core, local, read-only MCP server for Pennylane Company API v2. Auditable READ_ONLY_GUARD.

View repository →