From nexo-brain
Local stdio Python MCP server for Nexo cryptocurrency platform integration. Provides tools and data access using NEXO_CODE and NEXO_HOME env vars. Requires Nexo credentials.
npx claudepluginhub wazionapps/nexoAdd to your .mcp.json:
{
"mcpServers": {
"nexo": {
"command": "${CLAUDE_PLUGIN_DATA}/.venv/bin/python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/src/server.py"
],
"env": {
"NEXO_CODE": "${CLAUDE_PLUGIN_ROOT}/src",
"NEXO_HOME": "${CLAUDE_PLUGIN_DATA}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_DATA}/.venv/bin/python3NEXO_CODE=${CLAUDE_PLUGIN_ROOT}/srcNEXO_HOME=${CLAUDE_PLUGIN_DATA}