Mercury Banking MCP server with full Invoicing API support. Read accounts/transactions and create/manage recurring invoices via Model Context Protocol.
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": {
"mercury-invoicing-mc": {
"command": "npx",
"args": [
"-y",
"klodr/mercury-invoicing-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mercury-invoicing-mc npx -y klodr/mercury-invoicing-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mercury-invoicing-mc": {
"command": "npx",
"args": [
"-y",
"klodr/mercury-invoicing-mcp"
]
}
}
}
📋 Copy