Contentful MCP
UnclaimedMCP (Model Context Protocol) server for the Contentful Management API
Install
npx -y @smithery/cli install @ivotoby/contentful-management-mcp-server --client claudeUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (33)
bulk_publish
Publish multiple entries and assets in a single operation. Accepts an array of entities (entries and assets) and processes their publication as a batch.
bulk_unpublish
Unpublish multiple entries and assets in a single operation. Similar to bulkpublish but removes content from the delivery API.
bulk_validate
Validate multiple entries for content consistency, references, and required fields. Returns validation results without modifying content.
create_comment
Create new comments on entries with support for both plain-text and rich-text formats. Supports threaded conversations by providing a parent comment ID to reply to existing comments
create_content_type
Create new content type
create_entry
Create new entries
create_environment
Create new environment
delete_asset
Remove assets from space
delete_comment
Delete a specific comment from an entry
delete_content_type
Remove content type
delete_entry
Remove entries
delete_environment
Remove environment
get_asset
Retrieve asset details and information
get_comments
Retrieve comments for an entry with filtering by status (active, resolved, all)
get_content_type
Get content type details
get_entry
Retrieve existing entries
get_single_comment
Retrieve a specific comment by its ID for an entry
get_space
Get space details
list_assets
List assets with pagination (3 items per page)
list_content_types
List available content types
list_environments
List environments in a space
list_spaces
List available spaces
publish_asset
Publish assets to delivery API
publish_content_type
Publish a content type
publish_entry
Publish entries
search_entries
Search for entries using query parameters
unpublish_asset
Unpublish assets from delivery API
unpublish_entry
Unpublish entries
update_asset
Update asset metadata and files
update_comment
Update existing comments with new body content or status changes
update_content_type
Update content type
update_entry
Update entry fields
upload_asset
Upload new assets with metadata