Stellar MCP server for AI agents: one authenticated gateway to official docs, live ecosystem data, community intel, and tested playbooks.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"stellar-raven": {
"command": "npx",
"args": [
"-y",
"kalepail/stellar-raven"
]
}
}
}
Run in terminal:
claude mcp add stellar-raven npx -y kalepail/stellar-raven
Add to .cursor/mcp.json:
{
"mcpServers": {
"stellar-raven": {
"command": "npx",
"args": [
"-y",
"kalepail/stellar-raven"
]
}
}
}