A Model Context Protocol (MCP) server that connects AI assistants to Pennylane's API, enabling automated access to invoices, clients, expenses, and accounting data.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"pennylane-mcp-server": {
"command": "npx",
"args": [
"-y",
"anasweepo/pennylane-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add pennylane-mcp-server npx -y anasweepo/pennylane-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"pennylane-mcp-server": {
"command": "npx",
"args": [
"-y",
"anasweepo/pennylane-mcp-server"
]
}
}
}
📋 Copy