Directus MCP Server
@pixelsock
About Directus MCP Server
MCP server for Directus API integration
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"directus": {
"command": "npx",
"args": [
"-y",
"@pixelsock/directus-mcp@latest"
],
"env": {
"DIRECTUS_URL": "https://your-directus-instance.com",
"DIRECTUS_ACCESS_TOKEN": "YOUR_ACCESS_TOKEN"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Directus MCP Server?
A Node.js server implementing the Model Context Protocol (MCP) for Directus CMS. It enables AI clients to interact with the Directus API through MCP, allowing AI-driven content management and data operations.
How to use Directus MCP Server?
Configure the server in your MCP client (e.g., Cursor or Claude Desktop) using npx with environment variables for your Directus URL and authentication credentials (access token or email/password). The server runs via stdio by default, with an optional HTTP transport for remote deployments.
Key features of Directus MCP Server
- Manage collections and items (CRUD operations)
- Upload and retrieve files from Directus
- Authenticate users and manage permissions
- Fetch system information and activity logs
- Supports both stdio and Streamable HTTP transport
- Works with Cursor, Claude Desktop, and other MCP clients
Use cases of Directus MCP Server
- AI assistant that creates, updates, or deletes content in Directus
- Automated data retrieval and reporting from Directus collections
- File management (uploading and fetching assets) via AI
- User and role management operations through natural language
- Remote multi-user content management using HTTP transport
FAQ from Directus MCP Server
What do I need to run this server?
You need Node.js and NPM installed, plus a running Directus instance with valid credentials (access token or email/password).
How do I authenticate with Directus?
Set DIRECTUS_URL and either DIRECTUS_ACCESS_TOKEN or both DIRECTUS_EMAIL and DIRECTUS_PASSWORD in the server’s environment configuration.
What transport modes are supported?
The default is stdio for local AI editors. Set MCP_TRANSPORT=http (or streamable-http) for remote multi-user deployments.
How do I fix startup issues in my MCP client?
Verify your Directus credentials are correct and accessible, ensure Node and NPM are installed, and try clearing your NPM cache with npm cache clean --force.
Where can I find more Directus developer resources?
Official Directus API documentation, REST API endpoints, and JavaScript SDK are available at docs.directus.io.
Frequently asked questions
What do I need to run this server?
You need Node.js and NPM installed, plus a running Directus instance with valid credentials (access token or email/password).
How do I authenticate with Directus?
Set `DIRECTUS_URL` and either `DIRECTUS_ACCESS_TOKEN` or both `DIRECTUS_EMAIL` and `DIRECTUS_PASSWORD` in the server’s environment configuration.
What transport modes are supported?
The default is `stdio` for local AI editors. Set `MCP_TRANSPORT=http` (or `streamable-http`) for remote multi-user deployments.
How do I fix startup issues in my MCP client?
Verify your Directus credentials are correct and accessible, ensure Node and NPM are installed, and try clearing your NPM cache with `npm cache clean --force`.
Where can I find more Directus developer resources?
Official Directus API documentation, REST API endpoints, and JavaScript SDK are available at [docs.directus.io](https://docs.directus.io/reference/introduction.html).
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments