directus-mcp-server

directus-mcp-server

3.5

If you are the rightful owner of directus-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Directus Model Context Protocol (MCP) Server is an experimental server designed to connect AI tools with the Directus API.

The Directus Model Context Protocol (MCP) Server is an experimental server developed to facilitate the connection between AI tools and the Directus API. Created by @rijkvanzanten, this server allows users to leverage their Directus instance through AI tools, enabling seamless interaction with the Directus API. The server is compatible with NodeJS v22.12 or newer and can be installed globally via npm or locally for development purposes. The server supports various tools that allow users to read items from collections, access current user information, and explore available collections and fields within the Directus system. This experimental server has paved the way for the official Directus MCP server, which is now available on GitHub.

Features

  • Seamless integration with Directus API for AI tools.
  • Global and local installation options for flexibility.
  • Tools to read items, user information, and collections.
  • Compatible with NodeJS v22.12 or newer.
  • Open to community contributions and improvements.

Tools

  1. Read Items

    Read items from collections, supporting fields, sort and limit parameters

  2. Read Current User

    Get the current user's information, which is equivalent to calling the /users/me endpoint

  3. Read Collections

    Returns the available collection and field information in the system