Algorand blockchain plugins for Claude Code — by GoPlausible
npx claudepluginhub goplausible/claude-algorand-pluginAlgorand blockchain integration with MCP and skills — by GoPlausible
Algorand Blockchain Remote MCP Lite MCP and Skills — by GoPlausible
Algorand Blockchain Remote MCP and Skills — by GoPlausible
Algorand blockchain integration for Claude Code — by GoPlausible
@goplausible/algorand-mcp (122 tools) — wallet, transactions, smart contracts, TEAL, indexer, DEX, NFD, Haystack Router, Alpha Arcade, knowledge basealgorand-development — AlgoKit CLI, project creation, general workflowsalgorand-typescript — TypeScript smart contracts (Algorand TypeScript / PuyaTs)algorand-python — Python smart contracts (Algorand Python / PuyaPy)algorand-interaction — Blockchain interaction via MCP (wallet, transactions, swaps, NFD)algorand-x402-typescript — Build x402 payment servers/clients in TypeScriptalgorand-x402-python — Build x402 payment servers/clients in Pythonalgorand-x402-payment — Runtime x402 payments (Claude as autonomous client)haystack-router-interaction — Best-price swaps via Haystack Router DEX aggregatorhaystack-router-development — Build swap UIs and Node.js automation with Haystack Router SDKalpha-arcade-interaction — Prediction markets on Algorand via Alpha Arcadealgorand-agent for complex multi-step Algorand tasksmainnet, testnet, localnetInside Claude Code, add the marketplace and install:
/plugin marketplace add GoPlausible/claude-algorand-plugin
/plugin install algorand-plugin@goplausible-claude-plugins
For quick testing without installation, load directly:
claude --plugin-dir /path/to/claude-algorand-plugin
Note:
--plugin-diris session-scoped — the plugin is only loaded for that session. Use marketplace installation for persistent access from any directory.
npx @goplausible/algorand-mcp@latest, which auto-downloads the package on first use/plugin marketplace update
/plugin update algorand-plugin@goplausible-claude-plugins
After installing, verify the plugin is loaded:
/plugin list # Should show algorand-plugin
/mcp # Should show algorand-mcp server
/algorand-plugin:algorand-interaction # Should load the interaction skill
By default, Claude will prompt for permission on every MCP tool call. To auto-allow all Algorand MCP tools, add this to your settings:
Add to .claude/settings.json in your project root:
{
"permissions": {
"allow": [
"mcp__algorand-mcp__*",
"claude mcp:*",
]
}
}
Add to ~/.claude/settings.json:
{
"permissions": {
"allow": [
"mcp__algorand-mcp__*",
"claude mcp:*",
]
}
}
The pattern mcp__algorand-mcp__* matches all 122 tools from the Algorand MCP server.
Note: Plugins cannot ship their own permission allowlists — this is by design. Permissions are a trust decision made by the user, not the plugin author.
This plugin provides 122 MCP tools. Claude Code automatically defers large tool sets to save context window space. This means Claude must use ToolSearch to load tools before calling them — the plugin handles this via SessionStart hooks and skill instructions.
If you prefer all 122 tools loaded directly into context (no ToolSearch needed), set this environment variable:
ENABLE_TOOL_SEARCH=false claude --plugin-dir /path/to/claude-algorand-plugin
Or add to ~/.claude/settings.json:
{
"env": {
"ENABLE_TOOL_SEARCH": "false"
}
}
Trade-off: Disabling tool search loads all 122 tool definitions into context at session start, using more context window space but ensuring tools are always immediately available.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations