What is the PennyPilot MCP MCP server?
Open-core, local, read-only MCP server for Pennylane Company API v2. Auditable READ_ONLY_GUARD.
How to install PennyPilot MCP
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-mcp": {
"command": "https://github.com/holco-apps/pennypilot-mcp/releases/download/v1.0.0/pennypilot-mcp-1.0.0.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pennypilot-mcp": {
"command": "https://github.com/holco-apps/pennypilot-mcp/releases/download/v1.0.0/pennypilot-mcp-1.0.0.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pennypilot-mcp": {
"command": "https://github.com/holco-apps/pennypilot-mcp/releases/download/v1.0.0/pennypilot-mcp-1.0.0.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pennypilot-mcp": {
"type": "stdio",
"command": "https://github.com/holco-apps/pennypilot-mcp/releases/download/v1.0.0/pennypilot-mcp-1.0.0.mcpb",
"args": []
}
}
}Claude Code
claude mcp add pennypilot-mcp -- https://github.com/holco-apps/pennypilot-mcp/releases/download/v1.0.0/pennypilot-mcp-1.0.0.mcpbRelated MCP servers
AI copilot for French accounting firms on Pennylane. Monthly close memo in 8s, full general ledger.
View repository →