Skip to content
Mentionwell
ProductAEO PlatformPricingMentionDocs
Resources
IntegrationsUse casesCompareChangelogAboutGlossaryBrand
Sign in Technically in beta →
ProductAEO PlatformPricingMentionDocs
Resources IntegrationsUse casesCompareChangelogAboutGlossaryBrand
Sign in

Developers

Mentionwell MCP servers

Last updated May 10, 2026

Two MCP servers, both published on npm. The docs server (no-auth) lets AI agents answer Mentionwell questions accurately. The account server (PAT-authed) lets agents drive Mentionwell — list sites, run Connect, verify webhooks, import posts, generate articles — through the Model Context Protocol.

The two servers

PackageAuthWhat it exposes
mentionwell-mcp-docsNone — publicSearch and answer Mentionwell’s official docs. Drop into Claude / Cursor / ChatGPT and they’ll answer Mentionwell questions correctly.
mentionwell-mcp-accountPAT (mw_pat_*)List sites, fetch articles, run Connect, verify webhooks, import posts, generate articles. Full account control.

Install in Claude Desktop

{
  "mcpServers": {
    "mentionwell-docs": {
      "command": "npx",
      "args": ["-y", "mentionwell-mcp-docs"]
    },
    "mentionwell-account": {
      "command": "npx",
      "args": ["-y", "mentionwell-mcp-account"],
      "env": { "MENTIONWELL_PAT": "mw_pat_..." }
    }
  }
}

Install in Cursor

~/.cursor/mcp.json follows the same shape. After saving, restart Cursor and the Mentionwell tools appear in any agent context.

Why this matters

AI engineers ask their coding agents to integrate Mentionwell directly. With mentionwell-mcp-docs installed, “wire Mentionwell into my Next.js project” produces working code on the first try — the docs are in the agent’s context, not its training data.

With mentionwell-mcp-account, the agent can also act: connect a new site, generate an article, push it to your CMS, all in one prompt.

See also

CLI API SDK Headless API
66 beta testing now
Mentionwell

The AEO blog engine. Track where ChatGPT, Claude, Gemini, Perplexity, Copilot & AI Overviews cite — and ship the articles that close the gap.

A product of ZipLyne →
Product
FeaturesAEO PlatformAuto AgentAEO ScanningPipelineWorkspacesCost ConsoleHeadless APIImage PipelineIndexingLanguagesImport / ExportPricing
Solutions
IntegrationsWordPressWebflowGhostShopifyNotionUse casesFor agenciesFor SaaSCompare
Developers
Developer DocsAPI ReferenceSDKCLIMCP serversWebhooksAuthenticationQuickstart
Company
AboutThe MentionChangelogStatusContactBrandGlossary
Trust
SecurityDPASubprocessorsSLAAI DisclosurePrivacyTermsCookiesRefund PolicyAcceptable UseDMCA
© 2026 MENTIONWELL All rights reserved.