mentionwell-mcp-docs
Read-only Mentionwell 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
Cursor
Click Install in Cursor above, or add to ~/.cursor/mcp.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:
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
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):
{
"mcpServers": {
"mentionwell-docs": {
"command": "npx",
"args": ["-y", "mentionwell-mcp-docs"]
}
}
}
Windsurf
Add the same mcpServers block to ~/.codeium/windsurf/mcp_config.json.
Codex
codex mcp add mentionwell-docs -- npx -y mentionwell-mcp-docs
Or in ~/.codex/config.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: write and publish articles, run audits and manage sites over MCPmentionwell: Reader SDK- MCP setup guide
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 for how requests to Mentionwell servers are handled and how to contact us.
License
MIT