Contentful Delivery MCP ServerServer

mshaaban0
GitHub
Content ManagementNatural Language ProcessingText Retrieval

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides seamless access to Contentful's Delivery API through AI assistants. It allows querying and retrieving content entries, assets, and content types using natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "contentful-delivery": {
        "env": {
          "CONTENTFUL_SPACE_ID": "your_space_id",
          "CONTENTFUL_ACCESS_TOKEN": "your_access_token",
          "CONTENTFUL_CONTENT_TYPE_IDS": "blogPost,article,product"
        },
        "args": [
          "-y",
          "@mshaaban0/contentful-delivery-mcp-server@latest"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

query_entriesget_entryget_entriesget_assetsget_assetget_content_typeget_content_types

Features

  • Natural language queries to search for content
  • Retrieve entries by ID or content type
  • Asset management
  • Access to content type schema
  • Pagination support
  • Rich text content handling

💬 Example Queries

  • Find articles about machine learning
  • Retrieve a specific entry by its ID
  • List all available content types