Interact with Contentful CMS. Manage content types, entries, assets, and spaces through the Contentful API.
npx -y contentful-mcp
```json
{
"mcpServers": {
"contentful": {
"command": "npx",
"args": ["-y", "contentful-mcp"],
"env": { "CONTENTFUL_SPACE_ID": "space-id", "CONTENTFUL_ACCESS_TOKEN": "token" }
}
}
}
```
get_entriescreate_entryupdate_entryget_content_typesInteract with Contentful CMS. Manage content types, entries, assets, and spaces through the Contentful API.
Language: TypeScript
Category: APIs