Enable AI assistants to interact with the Sei blockchain
Documentation • GitHub • NPM • Telegram
Start with read-only blockchain data access:
{
"mcpServers": {
"sei": {
"command": "npx",
"args": ["-y", "@sei-js/mcp-server"]
}
}
}To enable transactions and wallet tools, add the wallet mode flag and private key:
{
"mcpServers": {
"sei": {
"command": "npx",
"args": ["-y", "@sei-js/mcp-server"],
"env": {
"WALLET_MODE": "private-key",
"PRIVATE_KEY": "0x123..."
}
}
}
}For complete documentation, examples, and guides, visit: sei-js.docs.sei.io/mcp-server