A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with Algorand
Algorand mcp server connects Algorand to AI assistants that speak the Model Context Protocol. A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with Algorand Blockchain.
A comprehensive Model Context Protocol (MCP) server that gives AI agents and LLMs full access to the Algorand blockchain. Built by GoPlausible.
Model Context Protocol is an open standard that lets AI applications connect to external tools and data sources. This server exposes Algorand blockchain operations as MCP tools that any compatible AI client can use — Claude Desktop, Claude Code, Cursor, Windsurf, and others.
Once connected, the assistant can call these 5 tools directly:
OpenClaw — No manual configuration needed — install the @goplausible/openclaw-algorand-plugin npmCursor — Add via Settings > MCP Servers, or edit .cursor/mcp.json in your project root:Windsurf — Add via Settings > MCP, or edit ~/.codeium/windsurf/mcp_config.json:Cline — Add via the MCP Servers panel in the Cline sidebar, or edit ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_Architecture — The agent wallet is a local SQLite database that the MCP server controls on the agent's behalf. The server holds the mnemonics and signs transactions for theThe server is distributed via npm as @goplausible/algorand-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Database servers turn schema archaeology and ad-hoc reporting into conversation, which is why they tend to be the second or third server people install. Algorand sits in that group, and the shape of its toolset — OpenClaw, Cursor, Windsurf among others — tells you what it is really for. Worth comparing against the other databases servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| OpenClaw | No manual configuration needed — install the [@goplausible/openclaw-algorand-plugin](https://www.npmjs.com/package/@goplausible/openclaw-algorand-plugin) npm package and the Algorand MCP server is configured automaticall |
| Cursor | Add via **Settings > MCP Servers**, or edit .cursor/mcp.json in your project root: |
| Windsurf | Add via **Settings > MCP**, or edit ~/.codeium/windsurf/mcp_config.json: |
| Cline | Add via the **MCP Servers** panel in the Cline sidebar, or edit ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json (macOS): |
| Architecture | The agent wallet is a local SQLite database that the MCP server controls on the agent's behalf. The server holds the mnemonics and signs transactions for the agent — the agent never sees the mnemonics in any tool respons |
**Using global install:**
```json
{
"mcpServers": {
"algorand-mcp": {
"command": "algorand-mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.