Stellar Scout MCP server — agentic ecosystem research for Stellar builders. Reach Claude.ai, ChatGPT, Cursor, Gemini, and any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"scout-mcp": {
"command": "npx",
"args": [
"-y",
"Stellar-Light/scout-mcp"
]
}
}
}
Run in terminal:
claude mcp add scout-mcp npx -y Stellar-Light/scout-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"scout-mcp": {
"command": "npx",
"args": [
"-y",
"Stellar-Light/scout-mcp"
]
}
}
}