Algorand MCP Server
Connect your AI and automation workflows directly to the Algorand blockchain for real-time data, transactions, and smart contract management with the Algorand MCP Server.

What does “Algorand” MCP Server do?
The Algorand MCP (Model Context Protocol) Server is a tool designed to connect AI assistants with external data sources, APIs, and services, specifically focusing on the Algorand blockchain ecosystem. By leveraging the MCP specification, it enables developers and AI agents to interact with Algorand resources such as blockchain data, smart contracts, or account information. This server streamlines complex workflows, allowing tasks like querying blockchain states, managing transactions, or integrating Algorand data into broader AI-driven solutions. Its primary role is to enhance development workflows by making the Algorand blockchain more accessible and actionable through standardized LLM interactions.
List of Prompts
No prompt templates are mentioned in the repository.
List of Resources
No specific MCP “resources” are listed in the available documentation or files.
List of Tools
No explicit tools are listed in the repository files or documentation.
Use Cases of this MCP Server
- Blockchain Data Retrieval: Enables developers and AI agents to access real-time or historical data from the Algorand blockchain, supporting analytics, monitoring, or DApp development.
- Smart Contract Interaction: Facilitates communication with Algorand smart contracts, making it easier to automate contract calls or manage permissions within AI-driven workflows.
- Transaction Management: Assists in creating, signing, and broadcasting transactions on the Algorand network, streamlining wallet and payment solutions for developers.
- Account Information Access: Retrieves account balances, asset holdings, and transaction histories for user accounts, supporting wallet integrations and reporting tools.
How to set it up
Windsurf
- Ensure Node.js is installed on your system.
- Open the Windsurf configuration file.
- Add the Algorand MCP Server to the
mcpServers
section using the following JSON snippet:{ "algorand-mcp": { "command": "npx", "args": ["@GoPlausible/algorand-mcp@latest"], "env": { "ALGOD_API_KEY": "${ALGOD_API_KEY}" } } }
- Save your configuration and restart Windsurf.
- Verify that the server is running and accessible.
Claude
- Install Node.js if required.
- Edit the Claude configuration file.
- Insert the Algorand MCP Server configuration:
{ "mcpServers": { "algorand-mcp": { "command": "npx", "args": ["@GoPlausible/algorand-mcp@latest"], "env": { "ALGOD_API_KEY": "${ALGOD_API_KEY}" } } } }
- Save changes and restart Claude.
- Confirm server integration.
Cursor
- Set up Node.js in your environment.
- Navigate to the Cursor configuration file.
- Add the following to your
mcpServers
section:{ "algorand-mcp": { "command": "npx", "args": ["@GoPlausible/algorand-mcp@latest"], "env": { "ALGOD_API_KEY": "${ALGOD_API_KEY}" } } }
- Restart Cursor after saving.
- Check for connectivity.
Cline
- Make sure Node.js is present.
- Edit the Cline configuration as follows:
{ "mcpServers": { "algorand-mcp": { "command": "npx", "args": ["@GoPlausible/algorand-mcp@latest"], "env": { "ALGOD_API_KEY": "${ALGOD_API_KEY}" } } } }
- Save and restart Cline.
- Ensure the MCP server is operational.
Securing API Keys
Store sensitive API keys (like ALGOD_API_KEY
) in environment variables instead of hardcoding. Example:
{
"algorand-mcp": {
"command": "npx",
"args": ["@GoPlausible/algorand-mcp@latest"],
"env": {
"ALGOD_API_KEY": "${ALGOD_API_KEY}"
},
"inputs": {}
}
}
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"algorand-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “algorand-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No resources listed |
List of Tools | ⛔ | No tools documented |
Securing API Keys | ✅ | Docs show env usage |
Sampling Support (less important in evaluation) | ⛔ | Not specified |
Based on the above tables, the Algorand MCP implementation provides clear setup instructions and an overview, but is missing documentation for prompts, resources, tools, or advanced features like sampling support. Its open licensing and moderate popularity are positives for adoption, but the lack of feature documentation lowers its score.
MCP Score
Has a LICENSE | Yes (MIT) |
---|---|
Has at least one tool | No |
Number of Forks | 9 |
Number of Stars | 31 |
Frequently asked questions
- What is the Algorand MCP Server?
The Algorand MCP Server enables AI assistants and developers to interact with the Algorand blockchain, including querying data, managing transactions, and automating smart contract interactions through standardized LLM protocols.
- What are common use cases for the Algorand MCP Server?
Typical use cases include blockchain data retrieval for analytics and DApps, smart contract automation, transaction creation and broadcasting, and accessing account balances or histories for wallet integrations.
- How do I securely provide API keys for the Algorand MCP Server?
You should store sensitive API keys, like ALGOD_API_KEY, in environment variables rather than hardcoding them in configuration files. Refer to the setup instructions for each client to see how to reference environment variables.
- Does the Algorand MCP Server require any prompt or resource templates?
No, the current documentation does not specify any prompt templates or MCP resources. It operates directly through API interactions and flow integrations.
- Is the Algorand MCP Server open source?
Yes, it is released under the MIT license and is publicly available for use and modification.
Integrate Algorand Blockchain with FlowHunt
Empower your AI agents and workflow automations with seamless access to Algorand blockchain data and capabilities. Set up the Algorand MCP Server in FlowHunt today.