MCP server
Directus Content MCP Server
Reads and writes a Directus project under its own permission rules.
Add it to your client
OfficialInstall
npx @directus/content-mcp@latest
mcpServers
{
"mcpServers": {
"directus-mcp": {
"command": "npx",
"args": [
"@directus/content-mcp@latest"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- Tools
- 19
- License
- MIT
- Stars
- 83
Tools
read-collectionsread-itemscreate-itemupdate-itemimport-filetrigger-flow
Directus publishes this server so collections can be listed, items queried and edited, fields changed and flows triggered on a live project. It authenticates as a Directus user — a static token, or an email and password — which means the project's existing role permissions decide what an agent can touch. File import and comment tools sit alongside the item CRUD set. Nineteen tools in total, launched through npx.
Similar MCP servers
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
Filesystem MCP Server
MCP serverReference server for scoped read and write access to local folders
Developer ToolsStorage & Files
Comments(0)
Sign in to comment