← Back to Stellar MCP

Install Stellar MCP

Pick your client, copy the command, done.

1

Add it to Claude Code

claude mcp add stellar-mcp -- npx -y @syronlabs/stellar-mcp

Available Tools (11)

Once configured, Stellar MCP gives your AI agent access to:

stellar_create_accountCreate a new Stellar account
stellar_balanceGet the balance of a Stellar account
account
stellar_paymentSend a payment to another account
destinationamountsecretKeyasset
stellar_transactionsGet transaction history for an account
account
stellar_create_assetCreate a new asset on the Stellar network
codeissuerSecretKeydistributorSecretKeytotalSupply
stellar_change_trustChange trustline for an asset
assetlimitsecretKey
stellar_create_claimable_balanceCreate a claimable balance that can be claimed by specified accounts
assetamountclaimantssecretKey
stellar_claim_claimable_balanceClaim a claimable balance using its ID
balanceIdsecretKey
stellar_fund_accountFund a test account using the Friendbot
publicKey
soroban_build_and_optimizeBuild and optimize Soroban smart contracts
contractPath
soroban_deployDeploy Soroban smart contracts to the Stellar network
wasmPathsecretKeyconstructorArgs

Try 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.

Remember this setup