contentful-mcp-server
Verified Safeby contentful
Overview
Provides AI assistants with comprehensive tools to interact with Contentful APIs for content creation, management, asset organization, workflow automation, and content modeling.
Installation
npx -y @contentful/mcp-serverEnvironment Variables
- CONTENTFUL_MANAGEMENT_ACCESS_TOKEN
- SPACE_ID
- ENVIRONMENT_ID
- CONTENTFUL_HOST
- NODE_ENV
Security Notes
The project uses Contentful Management API tokens, which are handled as environment variables, a good security practice. It utilizes `child_process.execSync` in the license update script, but for a controlled, internal dependency check (`license-checker-rseidelsohn`). No obvious malicious patterns or widespread use of `eval` or similar dangerous functions were identified. Adherence to environment variable best practices for sensitive credentials is key to maintaining security.
Similar Servers
pluggedin-app
A testing environment for MCP (Model Control Protocol) servers, allowing interaction through a chat interface powered by LLMs and an AI agent using the LangChain ReAct framework.
statamic-mcp
Provides an AI assistant with structured access and control over Statamic CMS content and configurations through a router-based API.
microcms-document-mcp-server
This server provides AI assistants access to microCMS documentation by searching and retrieving content from local Markdown files.
doc-bot
An intelligent MCP (Model Context Protocol) server that enhances AI coding assistants by providing smart documentation management and API references for deep project understanding.