66 MCP tools for crypto portfolio intelligence — backtesting research (702 combinations, 12 assets), prompt examples, and server health checks for mcp.anny.trade/mcp
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": {
"mcp-cookbook": {
"command": "uvx",
"args": [
"mcp-cookbook"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-cookbook uvx mcp-cookbook
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-cookbook": {
"command": "uvx",
"args": [
"mcp-cookbook"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-cookbook