alchemy/alchemy-mcp-server
by Various
Alchemy's official MCP Server. Allow AI agents to interact with Alchemy's blockchain APIs.
MCP
alchemy/alchemy-mcp-server
Added 1 June 2026
Overview
A Model Context Protocol server that allows AI agents to call Alchemy’s blockchain APIs. Built in TypeScript, it exposes endpoints for querying on-chain data and sending transactions through the standard MCP interface.
Best for
Best for
Developers building AI agents that need to query or write to blockchain networks using natural language
Use cases
- Querying Ethereum balances and transaction history from an AI agent
- Triggering smart contract reads via natural language prompts
- Monitoring blockchain events through conversational interfaces
How to use
Install
pnpm install Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, Cline, VS Code
Example client config
{\n "mcpServers": {\n "alchemy": {\n "type": "streamable-http",\n "url": "https://mcp.alchemy.com/mcp"\n }\n }\n} Notes
A Model Context Protocol server that allows AI agents to call Alchemy’s blockchain APIs. Built in TypeScript, it exposes endpoints for querying on-chain data and sending transactions through the standard MCP interface.
86 stars on GitHub. Last updated 2026-04-17. Licensed MIT.
Use cases
- Querying Ethereum balances and transaction history from an AI agent
- Triggering smart contract reads via natural language prompts
- Monitoring blockchain events through conversational interfaces
Pros
- Direct access to Alchemy’s reliable blockchain infrastructure
- Standard MCP protocol for compatibility with Claude, Copilot, and other MCP clients
- Open-source TypeScript codebase easy to extend
Cons
- Requires an Alchemy API key and paid plan for production use
- Limited to Alchemy-supported chains (Ethereum, Polygon, etc.)
- Relatively small community (86 stars) – less tested than core Alchemy SDKs
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Direct access to Alchemy’s reliable blockchain infrastructure
- Standard MCP protocol for compatibility with Claude, Copilot, and other MCP clients
- Open-source TypeScript codebase easy to extend
Cons
- Requires an Alchemy API key and paid plan for production use
- Limited to Alchemy-supported chains (Ethereum, Polygon, etc.)
- Relatively small community (86 stars) – less tested than core Alchemy SDKs
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.