Postman's official MCP server — reach your workspaces, collections, specs and environments from Claude Code, Cursor, VS Code or Copilot, in four tool tiers.
Contentful MCP Server
Summary
Contentful's official MCP server — model content types, search and edit entries, manage assets and publish, with semantic vector search over your space.
Features
- Full content-type lifecycle: create, update, publish, unpublish, delete
- Entry search, filtering, editing and publishing
- Semantic vector search across entries
- Entry version history via snapshots
- Asset, space and environment management
- get_initial_context primes the agent with the space's shape before it acts
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Contentful's official MCP server exposes the Content Management API as tools, so an agent can do the content-operations work that normally means clicking through the web app or writing a one-off migration script.
Coverage
- Content types — list, inspect, create, update, publish, unpublish and delete. This is the part that turns "add a
subtitlefield to the blog post model across environments" into one request. - Entries — search and filter, retrieve, create, update, publish and delete, plus
get_entry_snapshotfor version history when you need to see what a field held before someone changed it. - Semantic search —
semantic_searchfinds entries by meaning rather than keyword, which matters in a space where the same concept is worded five different ways across a few thousand entries. - Assets, spaces and environments — the surrounding management surface.
get_initial_context runs first and gives the agent the space's shape and usage instructions before it starts making calls, which is why it behaves sensibly on an unfamiliar space.
Setup
Runs locally over stdio as npx -y @contentful/mcp-server, configured with CONTENTFUL_MANAGEMENT_ACCESS_TOKEN, SPACE_ID and ENVIRONMENT_ID (master unless you are working elsewhere). CONTENTFUL_HOST switches between api.contentful.com and the EU endpoint.
A word of caution
The token this server takes is a Content Management token — it can delete content types and unpublish live entries. Point it at a sandbox environment before pointing it at master, and treat the environment ID as the safety rail it is.
MIT licensed, maintained by Contentful.
Related MCP Servers
Drive live Jupyter notebooks from an agent — read and edit cells, execute code, see rich outputs, and run against local JupyterLab or a cloud sandbox.
Indexes the coding-agent sessions already sitting on your disk — months of history from before you installed it — and serves them back over MCP. 3.5 GB searched in ~1.5 ms, no LLM, no embeddings.
Microsoft's official MCP server for Azure DevOps - work items, repos, pipelines, wikis, test plans and iterations, reachable from any MCP client in plain language.