HomeOther › mcp-server-claude

mcp-server-claude

MCP server for Directus 12 — items, collections, files, flows, users, and schema tools

TypeScript CloudLocal
★ 0 stars Last pushed 2026-08-27 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 12.3.2)

npx -y @staminna/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-claude": {
      "command": "npx",
      "args": [
        "-y",
        "@staminna/[email protected]"
      ],
      "env": {
        "DIRECTUS_URL": "<YOUR_VALUE>",
        "DIRECTUS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • DIRECTUS_URL required — URL of the Directus instance
  • DIRECTUS_TOKEN required secret — Static Directus access token

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry