Plecdill es un MCP Server Bancario que conecta LLM´s con herramientas y cores bancarios
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"plecdill-dashboard": {
"command": "npx",
"args": [
"-y",
"antonken/plecdill-dashboard"
]
}
}
}
Run in terminal:
claude mcp add plecdill-dashboard npx -y antonken/plecdill-dashboard
Add to .cursor/mcp.json:
{
"mcpServers": {
"plecdill-dashboard": {
"command": "npx",
"args": [
"-y",
"antonken/plecdill-dashboard"
]
}
}
}