A production MCP server exposing structured research and live-data analysis as callable tools inside Claude. README-only showcase — source private.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"maxbrain-public": {
"command": "npx",
"args": [
"-y",
"MaxCryptoSpace/MaxBrain-public"
]
}
}
}
Run in terminal:
claude mcp add maxbrain-public npx -y MaxCryptoSpace/MaxBrain-public
Add to .cursor/mcp.json:
{
"mcpServers": {
"maxbrain-public": {
"command": "npx",
"args": [
"-y",
"MaxCryptoSpace/MaxBrain-public"
]
}
}
}