contentful-mcp-server
Verified Safeby contentful
Overview
Enables AI assistants to programmatically interact with Contentful APIs for comprehensive content management, creation, editing, organizing, publishing, 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 standard security practices like environment variables for API tokens and Zod for robust input validation, mitigating common injection risks. File system access (child_process.execSync) is limited to build-time license checking. No 'eval' or obvious obfuscation was found. Secure management of the Contentful Management API token is critical as it grants extensive permissions.
Similar Servers
mcp-omnisearch
A Model Context Protocol (MCP) server that provides unified access to multiple search providers, AI tools, and content processing/enhancement features through a single interface.
pluggedin-app
The MCP Playground is a testing environment for MCP (Model Control Protocol) servers, allowing users to connect to multiple MCP servers and interact with them through a chat interface powered by LLMs.
nextcloud-mcp-server
A production-ready MCP server that connects AI assistants to your Nextcloud instance to enable interaction with Nextcloud data through natural language conversations.
mcp-helm
Provides an MCP server for AI assistants to interact with Helm repositories and charts without requiring local Helm installation.