Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Directus Mcp Server

    Model Context Protocol server for Directus

    28 stars
    TypeScript
    Updated Jul 19, 2025

    Table of Contents

    • Installation
    • Global Installation (Recommended)
    • Local / Dev Installation
    • Tools
    • Read Items
    • Read Current User
    • Read Collections
    • License

    Table of Contents

    • Installation
    • Global Installation (Recommended)
    • Local / Dev Installation
    • Tools
    • Read Items
    • Read Current User
    • Read Collections
    • License

    Documentation

    [!WARNING]

    This was an experimental MCP server to test the waters and see what it would allow us to do. We've since released an official Directus MCP server over on https://github.com/directus/mcp 🙂

    ---

    Directus Model Context Protocol (MCP) Server

    MCP server for use with Directus. Allows your AI tools to connect to and use your Directus API on

    your behalf.

    This is an experiment by yours truly (@rijkvanzanten). Any and all PRs are more than welcome :)

    Installation

    This MCP server is built to work with NodeJS v22.12 or newer.

    Global Installation (Recommended)

    npm install -g @rijk/directus-mcp-server

    Then configure Claude AI to use the npm package as remote server:

    json
    {
    	"mcpServers": {
    		"directus": {
    			"command": "directus-mcp-server",
    			"env": {
    				"DIRECTUS_URL": "",
    				"DIRECTUS_TOKEN": ""
    			}
    		}
    	}
    }

    Local / Dev Installation

    1. Clone the repo

    2. pnpm install && pnpm build to build the server

    3. Configure Claude AI like above, but pointing it to the dist file instead:

    json
    {
    	"mcpServers": {
    		"directus": {
    			"command": "node",
    			"args": ["/path/to/directus-mcp-server/dist/index.js"]
    		}
    	}
    }

    Tools

    Read Items

    The read-items tool allows you to read items from any Directus collection by providing the collection name as a parameter.

    Parameters:

    • collection: (required) The name of the collection to read from
    • fields: (optional) Array of field names to return
    • sort: (optional) Field to sort by (prefix with - for descending order)
    • limit: (optional) Maximum number of items to return

    Example:

    json
    {
      "collection": "articles",
      "fields": ["id", "title", "date_published"],
      "sort": "-date_published",
      "limit": 10
    }

    Read Current User

    Get information about the current user. Effectively the /users/me endpoint.

    Read Collections

    Return what collections/fields are available in the system. Use this tool first to discover available collections before using the read-items tool.

    License

    MIT

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • QU

      Quran Mcp Server

      TypeScript·
      50
    • AS

      Ashra Mcp

      TypeScript·
      42
    • MC

      Mcp Browser Kit

      TypeScript·
      36

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • QU

      Quran Mcp Server

      TypeScript·
      50
    • AS

      Ashra Mcp

      TypeScript·
      42
    • MC

      Mcp Browser Kit

      TypeScript·
      36

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k