Stellar Studio MCP Server
The Model Context Protocol server that brings Stellar smart contract deployment to Claude Desktop, Cursor, and VS Code. Stop navigating complex interfaces - start deploying smart contracts through your favorite AI assistant.
The Future of Stellar Smart Contracts
Stellar Studio MCP Server enables AI assistants to deploy Stellar smart contracts through natural language. Instead of writing Soroban code, users simply tell their AI what they want to deploy.
Example Conversation
Supported AI Applications
Claude Desktop
Native integration with Anthropic's Claude Desktop application
~/Library/Application Support/Claude/claude_desktop_config.jsonpnpm setup:claudeCursor Editor
AI-powered code editor with Stellar smart contract capabilities
~/.cursor/mcp.jsonpnpm setup:cursorVS Code
Microsoft Visual Studio Code with MCP integration
~/Library/Application Support/Code/User/mcp.jsonpnpm setup:codePlugin Categories
Factory Operations
Master factory deployment and management
Examples
Token Management
Token factory and deployment operations
Examples
NFT Operations
NFT factory and collection management
Examples
Governance
Governance factory and voting systems
Examples
Registry
Contract registry and WASM management
Examples
Token Contracts
Direct token contract interactions
Examples
NFT Contracts
Direct NFT contract interactions
Examples
Governance Contracts
Direct governance contract interactions
Examples
Utilities
Helper tools and validators
Examples
Quick Installation
Automated Setup (Recommended)
git clone https://github.com/Scaffold-Studio/Stellar-Studio-MCP
cd Stellar-Studio-MCP
pnpm install && pnpm build
cp .env.example .env
pnpm setupThe setup script will automatically configure your preferred AI application with the correct paths and environment variables.
Application-Specific Setup
pnpm setup:claudepnpm setup:cursorpnpm setup:codeConfiguration Example
{
"mcpServers": {
"stellar-studio": {
"command": "node",
"args": ["/absolute/path/to/stellar-studio-mcp-server/dist/index.js"],
"env": {
"STELLAR_SECRET_KEY": "SD...",
"STELLAR_NETWORK": "testnet"
}
}
}
}Security & Requirements
Security Features
Requirements
Ready for Stellar Smart Contracts via AI?
Install Stellar Studio MCP Server and deploy Stellar smart contracts through natural conversation. No Soroban coding required.