Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Server Contenful

    mcp server that queries my contentful space.

    2 stars
    TypeScript
    Updated May 23, 2025

    Table of Contents

    • Features
    • Prerequisites
    • Installation

    Table of Contents

    • Features
    • Prerequisites
    • Installation

    Documentation

    MseeP.ai Security Assessment Badge

    Contentful MCP Server

    A Model Context Protocol (MCP) server that allows Claude to interact with Contentful CMS data directly. This integration enables Claude to fetch content types and entries from your Contentful space.

    Verified on MseeP

    Features

    • Fetch all content types from your Contentful space
    • Retrieve entries for specific content types
    • Structured responses for easy consumption by AI assistants

    Prerequisites

    • Node.js (v16 or higher)
    • A Contentful account with API keys
    • Claude Desktop (to use the MCP server with Claude)

    Installation

    1. Clone this repository:

    bash
    git clone https://github.com/yourusername/contentful-mcp-server.git
       cd contentful-mcp-server
    
    2.Install dependencies:
     npm install
    
    Create a .env file in the root directory with your Contentful credentials:
    4. CONTENTFUL_SPACE_ID=your_space_id
    CONTENTFUL_ACCESS_TOKEN=your_access_token
    CONTENTFUL_ENVIRONMENT=develop
    CONTENTFUL_PREVIEW_ACCESS_TOKEN=your_preview_token
    
    npm run build
    
    Or configure a build script in your package.json:
    "scripts": {
      "build": "tsc",
      "start": "node dist/index.js"
    }
    
    ##Configuration for Claude Desktop

    {

    "mcpServers": {

    "contentful": {

    "command": "node",

    "args": [

    "/absolute/path/to/contentful-mcp-server/dist/index.js"

    ]

    }

    }

    }

    code
    // Code block

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k