# mentionwell-mcp-docs

> Mentionwell docs as an MCP server. Lets Claude, Cursor, VS Code, Windsurf and Codex search and read the docs without hallucinating env-var names or endpoint shapes.

Latest version **0.1.2** (published 2026-09-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install mentionwell-mcp-docs
pnpm add mentionwell-mcp-docs
yarn add mentionwell-mcp-docs
bun add mentionwell-mcp-docs
```

Provides the command `mentionwell-mcp-docs`.

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2026-09-23 |
| First published | 2026-05-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=20 |
| Dependencies | 1 |
| Unpacked size | 12.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Isaac Horowitz |
| Maintainers | ziplyne-agency |
| Keywords | mcp, mcp-server, model-context-protocol, seo, aeo, blog, docs, documentation, claude, cursor, mentionwell |

## Links

- npm: https://www.npmjs.com/package/mentionwell-mcp-docs
- Repository: https://github.com/ZipLyne-Agency/MentionWell
- Homepage: https://mentionwell.com/mcp
- Issues: https://mentionwell.com/contact
- npm.io page: https://npm.io/package/mentionwell-mcp-docs

## Dependencies (1)

- [@modelcontextprotocol/sdk](https://npm.io/package/@modelcontextprotocol/sdk.md) ^1.29.0

## Alternatives

- [@cantoo/pdf-lib](https://npm.io/package/@cantoo/pdf-lib.md) — 297.9K weekly downloads
- [datatables.net-buttons](https://npm.io/package/datatables.net-buttons.md) — 200.1K weekly downloads
- [@ckeditor/ckeditor5-export-pdf](https://npm.io/package/@ckeditor/ckeditor5-export-pdf.md) — 167.0K weekly downloads
- [scanbot-web-sdk](https://npm.io/package/scanbot-web-sdk.md) — 15.0K weekly downloads
- [@syncfusion/ej2-angular-pdfviewer](https://npm.io/package/@syncfusion/ej2-angular-pdfviewer.md) — 8.8K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2026-09-23
- 0.1.1 — 2026-05-07
- 0.1.0 — 2026-05-06

## README

# mentionwell-mcp-docs

<!-- mcp-name: io.github.ziplyne-agency/mentionwell-mcp-docs -->

Read-only [Mentionwell](https://mentionwell.com) docs as an MCP server. Lets Claude, Cursor, VS Code, Windsurf and Codex search and read the docs (Reader SDK, framework guides, webhooks, API, CLI) without hallucinating env-var names or endpoint shapes. No account or key needed.

[![Install in Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=mentionwell-docs&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm1lbnRpb253ZWxsLW1jcC1kb2NzIl19)
[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=mentionwell-docs&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22mentionwell-mcp-docs%22%5D%7D)
[![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_Server-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=mentionwell-docs&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22mentionwell-mcp-docs%22%5D%7D&quality=insiders)
[![npm](https://img.shields.io/npm/v/mentionwell-mcp-docs?style=flat-square)](https://www.npmjs.com/package/mentionwell-mcp-docs)

## Install

### Cursor

Click **Install in Cursor** above, or add to `~/.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "mentionwell-docs": {
      "command": "npx",
      "args": ["-y", "mentionwell-mcp-docs"]
    }
  }
}
```

Deeplink: `cursor://anysphere.cursor-deeplink/mcp/install?name=mentionwell-docs&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm1lbnRpb253ZWxsLW1jcC1kb2NzIl19`

### VS Code

Click **Install in VS Code** above, or run:

```bash
code --add-mcp '{"name":"mentionwell-docs","command":"npx","args":["-y","mentionwell-mcp-docs"]}'
```

Deeplink: `vscode:mcp/install?%7B%22name%22%3A%22mentionwell-docs%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22mentionwell-mcp-docs%22%5D%7D`

### Claude Code

```bash
claude mcp add mentionwell-docs -- npx -y mentionwell-mcp-docs
```

### Claude Desktop

Settings → Developer → Edit Config (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS, `%APPDATA%\Claude\claude_desktop_config.json` on Windows):

```json
{
  "mcpServers": {
    "mentionwell-docs": {
      "command": "npx",
      "args": ["-y", "mentionwell-mcp-docs"]
    }
  }
}
```

### Windsurf

Add the same `mcpServers` block to `~/.codeium/windsurf/mcp_config.json`.

### Codex

```bash
codex mcp add mentionwell-docs -- npx -y mentionwell-mcp-docs
```

Or in `~/.codex/config.toml`:

```toml
[mcp_servers.mentionwell-docs]
command = "npx"
args = ["-y", "mentionwell-mcp-docs"]
```

### Any other client

Command `npx`, args `["-y", "mentionwell-mcp-docs"]`, transport stdio. Requires Node.js 20+.

## Tools

| Tool | What it does |
|---|---|
| `list_docs` | Every doc page (path + title) |
| `get_doc(path)` | Full Markdown of a page, e.g. `/docs/setup` |
| `search_docs(query, limit?)` | Keyword search with snippets |

## Configuration

| Name | Required | Description |
|---|---|---|
| `MENTIONWELL_DOCS_BASE` | no | Docs host, default `https://app.mentionwell.com` |

## Related

- [`mentionwell-mcp-account`](https://www.npmjs.com/package/mentionwell-mcp-account): write and publish articles, run audits and manage sites over MCP
- [`mentionwell`](https://www.npmjs.com/package/mentionwell): Reader SDK
- [MCP setup guide](https://mentionwell.com/mcp)

## Privacy Policy

This server only reads public documentation pages from `MENTIONWELL_DOCS_BASE` (default `app.mentionwell.com`). It sends no account data and stores nothing. See the [Mentionwell Privacy Policy](https://mentionwell.com/privacy) for how requests to Mentionwell servers are handled and how to contact us.

## License

MIT

---
_Source: https://npm.io/package/mentionwell-mcp-docs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
