Graph Aave MCP

MCP server for AAVE V2, V3, and V4 - 50+ tools across 17 Graph subgraphs + the Aave V4 API + V4 Omnigraph (for data the REST API doesn't expose). It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-10 · ★ 2 · #406 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Graph Aave MCP

before you install - you'll need

GRAPH_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add paulieb14-graph-aave-mcp -- npx -y graph-aave-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "paulieb14-graph-aave-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "graph-aave-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package graph-aave-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.PaulieB14 is GitHub-verified and matches the repo owner

03 · What Graph Aave MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.0.0 · 2026-03-30

What's New · Full Aave V4 API integration alongside existing V2/V3 Graph subgraph tools. 32 tools total. · 16 New V4 Tools (no API key needed) · All tested against the live api.aave.com/graphql endpoint. · Liquidity…

v1.0.1 · 2026-03-04

Added Ethereum V2 subgraph (Protocol V2, 701K queries/30d) · Replaced ethereum-v3 alt with correct Ethereum V2 deployment · Removed query counts from README chain table

04 · Who maintains Graph Aave MCP

graph-aave-mcp is maintained by paulieb14. We track 3 MCP servers from paulieb14 - 3 actively maintained, 5 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from paulieb14.

  1. graph-polymarket-mcp Query Polymarket prediction markets via The Graph - 20 tools, 8 subgraphs ★ 3

05 · Facts

category
other - ranked #406 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.PaulieB14/graph-aave-mcp (active, first published 2026-03-04)
packages
npm:graph-aave-mcp

06 · Graph Aave MCP FAQ

What is Graph Aave MCP?

MCP server for AAVE V2, V3, and V4 - 50+ tools across 17 Graph subgraphs + the Aave V4 API + V4 Omnigraph (for data the REST API doesn't expose). It runs locally over stdio via the published package.

Is Graph Aave MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-10. We re-verify nightly.

How do I install Graph Aave MCP?

Run `npx -y graph-aave-mcp`. The README documents one environment variable (GRAPH_API_KEY) to set first. You can also paste the ready-made client config above.

Does Graph Aave MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Graph Aave MCP