MCP server for PrivatBank Business API — payments, statements, and account management
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"privat24-business-mc": {
"command": "npx",
"args": [
"-y",
"narkov/privat24-business-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add privat24-business-mc npx -y narkov/privat24-business-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"privat24-business-mc": {
"command": "npx",
"args": [
"-y",
"narkov/privat24-business-mcp-server"
]
}
}
}