Skip to content

Api

Free

by MCP Community

Moralis MCP server

v1.8.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Api MCP Server

Moralis MCP server

Installation

npx -y @moralisweb3/api-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @moralisweb3/api-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "api": {
      "command": "npx",
      "args": ["-y", "@moralisweb3/api-mcp-server"]
    }
  }
}