base-mcp-legacy

base/base-mcp-legacy
★ 348 stars TypeScript 🤖 AI/LLM Updated 7d ago
A Model Context Protocol (MCP) server that provides onchain tools for LLMs, allowing them to interact with the Base network and Coinbase API.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "base-mcp-legacy": {
      "command": "npx",
      "args": [
        "-y",
        "base/base-mcp-legacy"
      ]
    }
  }
}

README Excerpt

> **This repository has been archived and is no longer maintained.** The Base MCP server has been replaced. For the latest tools, docs, and quickstarts for building AI agents on Base, visit: - **Docs:** https://docs.base.org/ai-agents - **Quickstart (Payments):** https://docs.base.org/ai-agents/quickstart/payments