Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add 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}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_DATA}/.venv/bin/python3Command-line arguments passed to the server process
Environment variables set when the server starts
NEXO_CODE=${CLAUDE_PLUGIN_ROOT}/srcNEXO_HOME=${CLAUDE_PLUGIN_DATA}npx claudepluginhub wazionapps/nexo