loading…
Search for a command to run...
loading…
Build and manage Algorand accounts, assets, transactions, and smart contracts in one place. Search documentation, retrieve on-chain data, and automate advanced
Build and manage Algorand accounts, assets, transactions, and smart contracts in one place. Search documentation, retrieve on-chain data, and automate advanced flows including atomic groups and swaps. Secure wallets, develop safely on testnet, and switch to mainnet when ready.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"algorand-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"hatif03/algorand-mcp"
]
}
}
}