ArangoDB MCP Server
@lucas-deangelis
About ArangoDB MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"arangodb-account": {
"command": "npx",
"args": [
"-y",
"arango-mcp-server",
"http://localhost:8529",
"root",
"root"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is ArangoDB MCP Server?
This server implements the Model Context Protocol (MCP) to allow AI assistants (e.g., Claude) to execute AQL queries on an ArangoDB graph database instance. It provides tools for read‑only and read‑write queries, listing available databases, and listing collections within a database.
How to use ArangoDB MCP Server?
Add a configuration entry to your claude_desktop_config.json using the npx command: npx arango-mcp-server followed by the ArangoDB server URL, username, and password (e.g., http://localhost:8529 root root). The server then responds to tool calls from the assistant.
Key features of ArangoDB MCP Server
- Execute read-only AQL queries via
readQuery - Execute any AQL query (read/write) via
readWriteQuery - List all databases on the ArangoDB server with
listDatabases - List all collections in a given database with
listCollections
Use cases of ArangoDB MCP Server
- An AI assistant querying business data stored in ArangoDB.
- Automated database exploration, such as listing databases and collections.
- Safe read‑only analysis of graph data without risk of modification.
- Executing controlled read‑write operations under assistant guidance.
FAQ from ArangoDB MCP Server
How do I connect the ArangoDB MCP Server to Claude Desktop?
Add an entry to claude_desktop_config.json with the command npx arango-mcp-server and arguments for the ArangoDB server URL, username, and password.
What tools does the ArangoDB MCP Server provide?
It provides four tools: readQuery, readWriteQuery, listDatabases, and listCollections.
What parameters does the readQuery tool require?
It requires databaseName (string) and aql (string) – a read‑only AQL query.
Can I execute write queries?
Yes, the readWriteQuery tool accepts any AQL query and returns results, allowing both read and write operations.
How do I list all databases on the ArangoDB server?
Use the listDatabases tool, which takes no input and returns an array of database names.
Frequently asked questions
How do I connect the ArangoDB MCP Server to Claude Desktop?
Add an entry to `claude_desktop_config.json` with the command `npx arango-mcp-server` and arguments for the ArangoDB server URL, username, and password.
What tools does the ArangoDB MCP Server provide?
It provides four tools: `readQuery`, `readWriteQuery`, `listDatabases`, and `listCollections`.
What parameters does the `readQuery` tool require?
It requires `databaseName` (string) and `aql` (string) – a read‑only AQL query.
Can I execute write queries?
Yes, the `readWriteQuery` tool accepts any AQL query and returns results, allowing both read and write operations.
How do I list all databases on the ArangoDB server?
Use the `listDatabases` tool, which takes no input and returns an array of database names.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments