Contentful Tool

Command Palette

Search for a command to run...

Back

Contentful Tool

v1.0.0Tool

Connect to Contentful CMS for content retrieval and management operations

cmscontentapimcpintegration
Edit
Capabilities

Executes the defined tool functionality

Content

Contentful Tool

Overview

Connect to Contentful CMS for comprehensive content retrieval and management through the MCP protocol.

Available Operations

Asset Operations

  • Get Asset - Retrieve a single asset by ID
  • Get Many Assets - List and filter multiple assets
  • Get Asset Downloads - Get download URLs for assets

Content Operations

  • Get Entry - Retrieve a single content entry
  • Get Many Entries - List entries with filtering
  • Get Content Type - Retrieve content type definitions
  • Get Many Locales - List available locales

Parameters

ParameterTypeRequiredDescription
operationstringYesOperation to perform
assetIdstringNoAsset ID for asset operations
entryIdstringNoEntry ID for entry operations
contentTypestringNoFilter by content type
localestringNoLocale code (default: en-US)
limitnumberNoNumber of results (default: 10)

Use Cases

  • Content synchronization from headless CMS
  • Asset management and retrieval
  • Content type schema introspection
  • Multi-locale content operations
Actions
Test in Playground