1
Add it to Claude Code
claude mcp add stellar-mcp -- npx -y @syronlabs/stellar-mcpAvailable Tools (11)
Once configured, Stellar MCP gives your AI agent access to:
stellar_create_accountCreate a new Stellar accountstellar_balanceGet the balance of a Stellar accountaccountstellar_paymentSend a payment to another accountdestinationamountsecretKeyassetstellar_transactionsGet transaction history for an accountaccountstellar_create_assetCreate a new asset on the Stellar networkcodeissuerSecretKeydistributorSecretKeytotalSupplystellar_change_trustChange trustline for an assetassetlimitsecretKeystellar_create_claimable_balanceCreate a claimable balance that can be claimed by specified accountsassetamountclaimantssecretKeystellar_claim_claimable_balanceClaim a claimable balance using its IDbalanceIdsecretKeystellar_fund_accountFund a test account using the FriendbotpublicKeysoroban_build_and_optimizeBuild and optimize Soroban smart contractscontractPathsoroban_deployDeploy Soroban smart contracts to the Stellar networkwasmPathsecretKeyconstructorArgsTry It Out
After setup, try these prompts with your AI agent:
→Check the current XLM balance for my account address G...
→Send 50 XLM to the destination address G... using my secret key.
→Build and optimize the Soroban smart contract located in the current directory.
→Deploy my compiled WASM contract to the Stellar network using my secret key.
→Get the transaction history for my Stellar account.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Node.js 18+ with npm/npx installed
Keep this setup from going cold
Save the docs, env vars, and workflow around Stellar MCP in Conare so Claude Code, Codex, and Cursor remember it next time.