Stellar MCP
About
Interact with the Stellar blockchain, manage accounts, and execute smart contracts on Stellar Classic and Soroban.
Details
- Author
- syronlabs
- Categories
- Database, Other, Finance
Jump to
🔧 Configuration to use Stellar MCP Server
Here's the configuration to use the Stellar MCP server on Cursor, Windsurf, Claude Desktop:
{ "mcpServers": { "stellar-mcp": { "command": "node", "args": ["your/path/stellar-mcp/dist/index.js"] } } }
{ "mcpServers": { "stellar-mcp": { "command": "npx", "args": ["-y", "stellar-mcp"] } } }
{ "mcpServers": { "stellar": { "command": "docker", "args": [ "run", "-i", "--rm", "--init", "-e", "STELLAR_SERVER_URL=<STELLAR_URL_VALUE>", "stellar-mcp" ] } } }
To debug the Stellar MCP server and monitor all interactions between the LLM and the Stellar network, you can use the MCP Inspector. This tool provides a real-time view of all requests and responses.
Use the following command to start the server with the inspector:
npx @modelcontextprotocol/inspector node <your/path>/stellar-mcp npm run start:prod
This will start the MCP Inspector on port 9229. You can then open your browser and navigate to:
- All incoming requests from the LLM
- Outgoing responses and errors
- Real-time Stellar network interactions
- Detailed transaction information
- Debugging Stellar interactions
- Monitoring transaction flows
- Troubleshooting failed operations
- Understanding the sequence of API calls
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Interact with the Aptos blockchain, supporting both testnet and mainnet for AI applications.
Interact with the COTI blockchain for private token and NFT operations, including ERC20 and ERC721, with privacy features.
Access Solana blockchain data using the Helius API.
Provides on-chain tools to interact with the Polygon PoS blockchain.
Provides secure access to Secret Network blockchain functionality, designed for deployment in Trusted Execution Environments (TEEs).
Provides comprehensive access to Solana blockchain data using 21 essential RPC methods.
Interact with the TON blockchain using natural language.
Read/write to over 2k blockchains, enabling data querying, contract analysis/deployment, and transaction execution, powered by Thirdweb.
Zen7 Payment Agent is the first implementation project of DePA (Decentralized Payment Agent), pioneers next-generation intelligent payment infrastructure.
MCP server for Aave — lending pool data, reserve info, user positions, and liquidation thresholds.
🔧 Configuration to use Stellar MCP Server
Here's the configuration to use the Stellar MCP server on Cursor, Windsurf, Claude Desktop:
{ "mcpServers": { "stellar-mcp": { "command": "node", "args": ["your/path/stellar-mcp/dist/index.js"] } } }
{ "mcpServers": { "stellar-mcp": { "command": "npx", "args": ["-y", "stellar-mcp"] } } }
{ "mcpServers": { "stellar": { "command": "docker", "args": [ "run", "-i", "--rm", "--init", "-e", "STELLAR_SERVER_URL=<STELLAR_URL_VALUE>", "stellar-mcp" ] } } }
To debug the Stellar MCP server and monitor all interactions between the LLM and the Stellar network, you can use the MCP Inspector. This tool provides a real-time view of all requests and responses.
Use the following command to start the server with the inspector:
npx @modelcontextprotocol/inspector node <your/path>/stellar-mcp npm run start:prod
This will start the MCP Inspector on port 9229. You can then open your browser and navigate to:
- All incoming requests from the LLM
- Outgoing responses and errors
- Real-time Stellar network interactions
- Detailed transaction information
- Debugging Stellar interactions
- Monitoring transaction flows
- Troubleshooting failed operations
- Understanding the sequence of API calls
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Interact with the Aptos blockchain, supporting both testnet and mainnet for AI applications.
Interact with the COTI blockchain for private token and NFT operations, including ERC20 and ERC721, with privacy features.
Access Solana blockchain data using the Helius API.
Provides on-chain tools to interact with the Polygon PoS blockchain.
Provides secure access to Secret Network blockchain functionality, designed for deployment in Trusted Execution Environments (TEEs).
Provides comprehensive access to Solana blockchain data using 21 essential RPC methods.
Interact with the TON blockchain using natural language.
Read/write to over 2k blockchains, enabling data querying, contract analysis/deployment, and transaction execution, powered by Thirdweb.
Zen7 Payment Agent is the first implementation project of DePA (Decentralized Payment Agent), pioneers next-generation intelligent payment infrastructure.
MCP server for Aave — lending pool data, reserve info, user positions, and liquidation thresholds.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





