Skip to content
Cline

algorand mcp for Cline

io.github.mrfentmen/algorand-mcp

Algorand chain status from the public indexer. No key required.

client:Cline transport:stdio runtime:npm

Install algorand mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "algorand-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/algorand-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

algorand mcp in other clients