A Python MCP server for portfolio rebalancing with a 400-scenario after-tax benchmark showing calendar rebalancing (tightest tracking) is worst for net wealth; tax-aware banding wins risk-adjusted.
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": {
"portfolio-rebalancin": {
"command": "uvx",
"args": [
"portfolio-rebalancing-advisor-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add portfolio-rebalancin uvx portfolio-rebalancing-advisor-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"portfolio-rebalancin": {
"command": "uvx",
"args": [
"portfolio-rebalancing-advisor-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install portfolio-rebalancing-advisor-mcp-server