algovoi mcp server for Cline
io.github.chopmob-cloud/algovoi-mcp-server
AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar.
client:Cline
transport:stdio
runtime:npm
Install algovoi mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"algovoi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@algovoi/mcp-server"
],
"env": {
"ALGOVOI_API_KEY": "<ALGOVOI_API_KEY>",
"ALGOVOI_API_BASE": "<ALGOVOI_API_BASE>",
"ALGOVOI_TENANT_ID": "<ALGOVOI_TENANT_ID>",
"ALGOVOI_PAYOUT_ADDRESS": "<ALGOVOI_PAYOUT_ADDRESS>",
"ALGOVOI_WEBHOOK_SECRET": "<ALGOVOI_WEBHOOK_SECRET>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs