Skip to content
VS Code

stellar mcp for VS Code

io.github.mrfentmen/stellar-mcp

Stellar ledger and account data from Horizon. No key required.

client:VS Code transport:stdio runtime:npm

Install stellar mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "stellar-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/stellar-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

stellar mcp in other clients