Content Management MCP Servers

MCP servers for CMS platforms, blogs, docs sites, publishing and structured content. Each entry is scanned with the deterministic Capability-Flow Trust Model — grades are computed, never self-reported.

Nest Source verified npm
A
@rekog/mcp-nest

Security scan results for the Nest MCP server.

Content Management Score 100/100 0 findings 216k/wk Cap. Minimal
Docs Source verified npm
A
@transcend-io/mcp-server-docs

Security scan results for the Docs MCP server.

Content Management Score 100/100 0 findings 43k/wk Cap. Minimal
Clickup npm
A
@taazkareem/clickup-mcp-server

Security scan results for the Clickup MCP server.

Content Management Score 100/100 0 findings 23k/wk Cap. Minimal
Agentmemory npm
A
@agentmemory/mcp

Security scan results for the Agentmemory MCP server.

Content Management Score 100/100 0 findings 17k/wk Cap. Minimal
Actors Official npm
A
@apify/actors-mcp-server

Security scan results for the Actors MCP server.

Content Management Score 100/100 0 findings 16k/wk Cap. Minimal
Goke npm
A
@goke/mcp

Security scan results for the Goke MCP server.

Content Management Score 100/100 2 findings 11k/wk Cap. High
Docusaurus Plugin npm
A
docusaurus-plugin-mcp-server

Security scan results for the Docusaurus Plugin MCP server.

Content Management Score 100/100 4 findings 10k/wk Cap. Minimal
Confluence Source verified npm
A
@atlassian-dc-mcp/confluence

Security scan results for the Confluence MCP server.

Content Management Score 100/100 0 findings 6.0k/wk Cap. Minimal
Notebooklm npm
A
notebooklm-mcp

Security scan results for the Notebooklm MCP server.

Content Management Score 100/100 0 findings 5.1k/wk Cap. Minimal
Ios Simulator Source verified npm
A
ios-simulator-mcp

Security scan results for the Ios Simulator MCP server.

Content Management Score 100/100 1 finding 4.8k/wk Cap. High
Malicious npm
A
malicious-mcp-server

Security scan results for the Malicious MCP server.

Content Management Score 100/100 0 findings 4.4k/wk Cap. Minimal
Tools 2 implementations
A
best: @contentful/mcp-tools

Security scan results for the Tools MCP server.

Content Management Best score 100/100 0 findings 4.4k/wk Cap. Minimal
Knip npm
A
@knip/mcp

Security scan results for the Knip MCP server.

Content Management Score 100/100 0 findings 3.2k/wk Cap. Minimal
Intlayer npm
A
@intlayer/mcp

Security scan results for the Intlayer MCP server.

Content Management Score 100/100 0 findings 2.1k/wk Cap. Minimal
Client npm
A
@mcp-use/client

Security scan results for the Client MCP server.

Content Management Score 100/100 0 findings 1.7k/wk Cap. Minimal
Think Tool npm
A
@cgize/mcp-think-tool

Security scan results for the Think Tool MCP server.

Content Management Score 100/100 0 findings 1.6k/wk Cap. Minimal
Agents Source verified npm
A
@inkeep/agents-mcp

Security scan results for the Agents MCP server.

Content Management Score 100/100 0 findings 1.3k/wk Cap. Minimal
Strapi 3 implementations
A
best: strapi-mcp

Security scan results for the Strapi MCP server.

Content Management Best score 100/100 0 findings 1.3k/wk Cap. Minimal
Developer npm
A
@xano/developer-mcp

Security scan results for the Developer MCP server.

Content Management Score 100/100 0 findings 1.2k/wk Cap. Minimal
Html To Markdown Source verified npm
A
html-to-markdown-mcp

Security scan results for the Html To Markdown MCP server.

Content Management Score 100/100 0 findings 1.2k/wk Cap. Minimal
Mosadd npm
A
@mosadd/mcp

Security scan results for the Mosadd MCP server.

Content Management Score 100/100 3 findings 1.0k/wk Cap. High
Cloudflare Image npm
A
cloudflare-image-mcp

Security scan results for the Cloudflare Image MCP server.

Content Management Score 100/100 0 findings 933/wk Cap. Minimal
Emcp Proxy npm
A
@msrbuilds/emcp-proxy

Security scan results for the Emcp Proxy MCP server.

Content Management Score 100/100 0 findings 895/wk Cap. Minimal
Dev npm
A
@umbraco-cms/mcp-dev

Security scan results for the Dev MCP server.

Content Management Score 100/100 2 findings 847/wk Cap. High

The release notes are written, but they still have to land in three places: the company blog, the docs site and the changelog. Wired into a content management MCP server, an AI assistant makes those hops itself — the Model Context Protocol gives it structured access to your publishing stack, so it drafts the post in your CMS, updates the docs entry and queues the changelog without anyone shuttling text between browser tabs.

CMS platforms and publishing tools these MCP servers plug into

Most servers in this category wrap the APIs of headless and traditional CMS platforms — WordPress, Contentful, Sanity, Strapi, Ghost, Drupal — plus docs tools like Notion and git-backed static sites. Connected, an assistant can create and update entries against your content model, manage tags and media metadata, and move items from draft through review to publish. Teams often pair them with Developer Tools servers for docs-as-code pipelines and Marketing & Social servers to distribute what gets published; the full MCP Trust Registry covers both.

What can go wrong when an AI assistant holds your CMS keys

A CMS token is a key to your public voice, and that shapes the threat model here:

  • Publish access is public output. A malicious or compromised server can push spam, SEO poisoning or phishing links to a live site that trades on your domain's reputation.
  • Content is untrusted input. A server that feeds raw CMS entries back to the assistant can turn an injected comment or guest post into instructions executed with write access.
  • Scopes run wide. Many CMS APIs hand out account-level tokens covering deletion, user management and webhooks when the workflow only needs draft creation.
  • Drafts are confidential. Unpublished pages hold embargoed announcements and pricing; an overly broad read scope exposes them quietly.

Every listing therefore carries an automated security verdict: the open-source mcptrustchecker engine reads the published npm or PyPI package, maps its capabilities into a blast-radius profile and grades evidence-backed findings into an A–F Trust Score — deterministic, no LLM in the loop, no paid placement. The scoring model is public, and the same checks run through the free scan API.

Is it safe to let an MCP server publish directly to my CMS?

It can be, if scopes stay narrow: issue a token limited to draft creation, keep the actual publish step behind human approval, and review the server's Trust Score and findings first. Treat the score as an automated opinion about the published code, not a certification, and re-check it after the package updates.