Zora Server
FreeNot checkedAn MCP server that enables AI-driven on-chain interactions with the Zora Protocol on Base, supporting token queries, swaps, and transfers via natural language.
About
An MCP server that enables AI-driven on-chain interactions with the Zora Protocol on Base, supporting token queries, swaps, and transfers via natural language.
README
Zora Protocol MCP Server
A Model Context Protocol (MCP) server integrating Coinbase AgentKit and the Zora Protocol SDK for AI-driven on-chain interactions.
This package provides the zora-mcp-server binary, which Claude Desktop (or any MCP-enabled client) can use to interact with Base via Zora Protocol.
Important Notes
- Testing environment: All testing has been performed in Claude Desktop.
Installation
npm install -g @6missedcalls-ai/zora-mcp-server
This makes the agentkit command available system-wide.
Configure MCP for Client (Claude, etc.,)
{
"mcpServers": {
"zora-mcp-server": {
"command": "zora-mcp-server",
"args": [],
"env": {
"CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
"CDP_WALLET_SECRET": "<CDP_WALLET_SECRET>",
"SMART_WALLET_ADDRESS": "<SMART_WALLET_ADDRESS>",
"PRIVATE_KEY": "<PRIVATE_KEY>",
"NETWORK_ID": "base-mainnet",
"ZORA_API_KEY": "<ZORA_API_KEY>"
}
}
}
}
Run Locally
Clone the project
git clone https://github.com/6missedcalls/zora-mcp.git
CD into the Repository
cd zora-mcp
Install NPM Packages
npm install
Build MCP Server
npm run build
Configure MCP for Client (Claude, etc.,)
{
"mcpServers": {
"zora-mcp-server": {
"command": "node",
"args": ["<full_path_to_project>/zora-mcp/build/index.js"],
"env": {
"CDP_API_KEY_ID": "<CDP_API_KEY_ID>",
"CDP_API_KEY_SECRET": "<CDP_API_KEY_SECRET>",
"CDP_WALLET_SECRET": "<CDP_WALLET_SECRET>",
"SMART_WALLET_ADDRESS": "<SMART_WALLET_ADDRESS>",
"PRIVATE_KEY": "<PRIVATE_KEY>",
"NETWORK_ID": "base-mainnet",
"ZORA_API_KEY": "<ZORA_API_KEY>"
}
}
}
}
Usage/Examples
Once a client (Claude, etc.) has been properly configured you can use natural language to invoke commands.
get top 20 tokens by volume on zoraget token information for 0x1d95c975ef9a1721a69105521b6efaf88348ac80get new coins on the zora protocolget last traded tokens on the zora protocolget the most valuable tokens on zora protocolget the top gainers on zora protocol todayswap $5 ETH for USDCsend $5 ETH to <wallet_address>trade 75% my "eth" as my input token with 5% slippage for contract 0xd769d56f479e9e72a77bb1523e866a33098feec5
Feedback
If you have any feedback, please create an issue here.
Contributing
Contributions are always welcome!
Please fork the repository and make your changes. Then create a Pull Request.
License
Install Zora Server in Claude Desktop, Claude Code & Cursor
unyly install zora-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add zora-mcp-server -- npx -y @6missedcalls-ai/zora-mcp-serverFAQ
Is Zora Server MCP free?
Yes, Zora Server MCP is free — one-click install via Unyly at no cost.
Does Zora Server need an API key?
No, Zora Server runs without API keys or environment variables.
Is Zora Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Zora Server in Claude Desktop, Claude Code or Cursor?
Open Zora Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Zora Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
