Graph Aave MCP
Rank #33,937io.github.PaulieB14/graph-aave-mcp
MCP server providing graph-aave-mcp capabilities
Graph Aave MCP is a Model Context Protocol (MCP) server published by paulieb14. It ranks #33,937 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Graph Aave MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Mar 4, 2026.
Ranks ahead of 81,654 of 115,591 servers on MCP Toplist.
Use Graph Aave MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add graph-aave-mcp -e "GRAPH_API_KEY=<your GRAPH_API_KEY>" -- npx -y graph-aave-mcpReplace each placeholder with your own value before saving.
[mcp_servers.graph-aave-mcp]
command = "npx"
args = ["-y", "graph-aave-mcp"]
[mcp_servers.graph-aave-mcp.env]
GRAPH_API_KEY = "<your GRAPH_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"graph-aave-mcp": {
"command": "npx",
"args": [
"-y",
"graph-aave-mcp"
],
"env": {
"GRAPH_API_KEY": "<your GRAPH_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"graph-aave-mcp": {
"command": "npx",
"args": [
"-y",
"graph-aave-mcp"
],
"env": {
"GRAPH_API_KEY": "<your GRAPH_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"graph-aave-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"graph-aave-mcp"
],
"env": {
"GRAPH_API_KEY": "<your GRAPH_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"graph-aave-mcp": {
"command": "npx",
"args": [
"-y",
"graph-aave-mcp"
],
"env": {
"GRAPH_API_KEY": "<your GRAPH_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"graph-aave-mcp": {
"command": "npx",
"args": [
"-y",
"graph-aave-mcp"
],
"env": {
"GRAPH_API_KEY": "<your GRAPH_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.PaulieB14%2Fgraph-aave-mcp)<a href="https://mcptoplist.com/server/io.github.PaulieB14%2Fgraph-aave-mcp"><img src="https://mcptoplist.com/badge/io.github.PaulieB14%2Fgraph-aave-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
paulieb14
Other servers by paulieb14
- Graph Polymarket MCP#9,629 · 3 vers
- Subgraph Registry MCP#10,549 · 4 vers
- Graph Uniswap MCP#32,080
- predictfun-mcp#44,011 · 2 vers
- Substreams Search MCP Server#44,012 · 2 vers
- PayQL#48,130
- graph-lending-mcp#53,174 · 1 ver
- Limitless MCP#86,196
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 4, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Graph Aave MCP?
- Graph Aave MCP is maintained by paulieb14, which publishes 9 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Graph Aave MCP listed on the Official MCP Registry?
- Yes — Graph Aave MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Graph Aave MCP have?
- MCP Toplist tracks 2 versions of Graph Aave MCP, most recently published on Mar 4, 2026.
- Where can I find the source code for Graph Aave MCP?
- The source code for Graph Aave MCP is hosted at github.com/paulieb14/graph-aave-mcp.