Alchemy's official MCP Server. Allow AI agents to interact with Alchemy's blockchain APIs.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"alchemy": {
"url": "https://mcp.alchemy.com/mcp",
"type": "streamable-http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that enables AI agents to interact with Alchemy's blockchain APIs in a structured way. This allows agents to query blockchain data directly without writing any code.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP.
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Security Weekly
Get CVE alerts and security updates for Alchemy Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that enables AI agents to interact with Alchemy's blockchain APIs in a structured way. This allows agents to query blockchain data directly without writing any code.
The fastest way to get started is to connect to the hosted remote server at https://mcp.alchemy.com/mcp. It authenticates via OAuth — just sign in with your Alchemy account when prompted. No API key or local install required.
Full documentation: alchemy.com/docs/alchemy-mcp-server
Note: The hosted server at
mcp.alchemy.comand this open-source repo are maintained separately and may not be in sync.
| Client | Setup |
|---|---|
| Claude Code | claude mcp add alchemy --transport http https://mcp.alchemy.com/mcp |
| Codex | codex mcp add alchemy --url https://mcp.alchemy.com/mcp |
| Cursor | Add to ~/.cursor/mcp.json or .cursor/mcp.json — see JSON config below |
| Windsurf | Add to ~/.codeium/windsurf/mcp_config.json — see JSON config below |
| VS Code Copilot | Add to .vscode/mcp.json — see JSON config below |
| Claude Desktop | Add to claude_desktop_config.json — see JSON config below |
| Cline | Open Cline: MCP Servers from the VS Code command palette — see JSON config below |
{
"mcpServers": {
"alchemy": {
"type": "streamable-http",
"url": "https://mcp.alchemy.com/mcp"
}
}
}
{
"servers": {
"alchemy": {
"type": "http",
"url": "https://mcp.alchemy.com/mcp"
}
}
}
For any other MCP-compatible client, point it at https://mcp.alchemy.com/mcp using Streamable HTTP transport.
This MCP server creates a bridge between AI agents and Alchemy's blockchain APIs, allowing agents to:
To quickly set up the MCP server, use the following configuration in your MCP config file (typically in Claude Desktop or Cursor settings):
{
"mcpServers": {
"alchemy": {
"command": "npx",
"args": ["-y", "@alchemy/mcp-server"],
"env": {
"ALCHEMY_API_KEY": "YOUR_API_KEY"
}
}
}
}
This configuration allows you to use the server without manually cloning the repository.
The MCP server requires the following environment variable:
ALCHEMY_API_KEY - Your Alchemy API key (required for all blockchain data queries)For transaction and swap functionality, you must also configure:
AGENT_WALLET_SERVER - URL of a configured wallet agent server that handles Smart Contract Account operations⚠️ Important: The sendTransaction and swap methods will not function without a properly c