# MCP Server Contenful

> mcp server that queries my contentful space.

- **Type:** MCP server
- **Install:** `agentstack add mcp-tejedamiguel6-mcp-server-contenful`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [tejedamiguel6](https://agentstack.voostack.com/s/tejedamiguel6)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [tejedamiguel6](https://github.com/tejedamiguel6)
- **Source:** https://github.com/tejedamiguel6/MCP-server-Contenful

## Install

```sh
agentstack add mcp-tejedamiguel6-mcp-server-contenful
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

[](https://mseep.ai/app/tejedamiguel6-mcp-server-contenful)

# 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.
[](https://mseep.ai/app/5fafc920-b065-43ab-946a-bbc57aadebe0)

## 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"
      ]
    }
  }
}
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [tejedamiguel6](https://github.com/tejedamiguel6)
- **Source:** [tejedamiguel6/MCP-server-Contenful](https://github.com/tejedamiguel6/MCP-server-Contenful)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-tejedamiguel6-mcp-server-contenful
- Seller: https://agentstack.voostack.com/s/tejedamiguel6
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
