kukapay/crypto-portfolio-mcp
An MCP server for tracking and managing cryptocurrency portfolio allocations.
Platform-specific configuration:
{
"mcpServers": {
"crypto-portfolio-mcp": {
"command": "npx",
"args": [
"-y",
"crypto-portfolio-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server for tracking and managing cryptocurrency portfolio allocations, enabling AI agents to query and optimize portfolio strategies in real time.
git clone https://github.com/kukapay/crypto-portfolio-mcp.git
cd crypto-portfolio-mcp pip install mcp[cli] ccxt matplotlib mcp install main.py --name "CryptoPortfolioMCP"Or update the configuration file manually:
{
"mcpServers": {
"crypto-portfolio-mcp": {
"command": "python",
"args": [ "path/to/crypto-portfolio-mcp/main.py" ]
}
}
}Once installed, interact with the server through an MCP client like Claude Desktop. Below are example commands:
Loading reviews...