algorand mcp for VS Code
io.github.mrfentmen/algorand-mcp
Algorand chain status from the public indexer. No key required.
client:VS Code
transport:stdio
runtime:npm
Install algorand mcp in VS Code
.vscode/mcp.json
{
"servers": {
"algorand-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/algorand-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs