← Index

io.github.PaulieB14/graph-aave-mcp

io.github.PaulieB14/graph-aave-mcp·v1.0.0·Other
Quality Score
83
/100

AAVE V2/V3 lending & governance MCP — 7 chains via The Graph subgraphs

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "graph-aave-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "graph-aave-mcp"
      ],
      "env": {
        "GRAPH_API_KEY": "<your-graph_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "graph-aave-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "graph-aave-mcp"
      ],
      "env": {
        "GRAPH_API_KEY": "<your-graph_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y graph-aave-mcp
§02  Environment variables
GRAPH_API_KEY
requiredsecret

API key for The Graph network. Required to query subgraphs. Get one free at https://thegraph.com/studio/apikeys/

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other