PluginBench
MCP Server
Active
MIT

io.github.PaulieB14/graph-aave-mcp MCP Server

io.github.PaulieB14/graph-aave-mcp

What is the io.github.PaulieB14/graph-aave-mcp MCP server?

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

How to install io.github.PaulieB14/graph-aave-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GRAPH_API_KEY
    required
    secret

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

Claude Desktop
~/Library/Application Support/Claude/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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "graph-aave-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "graph-aave-mcp"
      ],
      "env": {
        "GRAPH_API_KEY": "<YOUR_GRAPH_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "graph-aave-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "graph-aave-mcp"
      ],
      "env": {
        "GRAPH_API_KEY": "<YOUR_GRAPH_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add graph-aave-mcp --env GRAPH_API_KEY=<YOUR_GRAPH_API_KEY> -- npx -y graph-aave-mcp

Related MCP servers

Query Polymarket prediction markets via The Graph — 20 tools, 8 subgraphs

2
JavaScript
MIT
View repository →

Discover and query 15,500+ classified subgraphs on The Graph Network

0
Python
MIT
View repository →