1. Open the Claude Desktop configuration file located at: - On macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` - On Windows
MCP Demo becomes available to MCP clients through the mcp demo mcp server. 1. Open the Claude Desktop configuration file located at: - On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json - On Windows: %APPDATA%/Claude/claude_desktop_config.json.
~/Library/Application Support/Claude/claude_desktop_config.json - On Windows: %APPDATA%/Claude/claude_desktop_config.jsonOnce connected, the assistant can call these 6 tools directly:
list_projects — List all projects on your Aiven accountlist_services — List all services in a specific Aiven projectget_service_details — Get the detail of your service in a specific Aiven projectget_metadata — Get the metadata of a specific Aiven service, currently only working for Aiven for PostgreSQL®run_query — Run a query against a specific Aiven service, currently only working for Aiven for PostgreSQL®Tools — The Tools tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 3 environment variables: AIVEN_BASE_URL, AIVEN_PROJECT_NAME, AIVEN_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.
Database servers turn schema archaeology and ad-hoc reporting into conversation, which is why they tend to be the second or third server people install. MCP Demo sits in that group, and the shape of its toolset — list_projects, list_services, get_service_details among others — tells you what it is really for. Worth comparing against the other databases servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| list_projects | List all projects on your Aiven account. |
| list_services | List all services in a specific Aiven project. |
| get_service_details | Get the detail of your service in a specific Aiven project. |
| get_metadata | Get the metadata of a specific Aiven service, currently only working for Aiven for PostgreSQL®. |
| run_query | Run a query against a specific Aiven service, currently only working for Aiven for PostgreSQL®. |
| Tools | The Tools tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| AIVEN_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| AIVEN_PROJECT_NAME | Configuration value read at startup. | Optional |
| AIVEN_TOKEN | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.