Ones Wiki MCP Server vs Growi MCP Server | AllMCPs
Side-by-Side Model Context Protocol Comparison
Ones Wiki MCP Server vs Growi MCP Server
In-depth architectural comparison of the Ones Wiki MCP Server and Growi MCP Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Ones Wiki MCP Server
Other Tools and Integrations · Local stdio
Quality: 32/100 (Emerging) | Auth: other
Growi MCP Server
Other Tools and Integrations · Local stdio
Quality: 78/100 (Great) | Auth: API Key required
Verdict Summary: Choose Ones Wiki MCP Server if you need specialized Other Tools and Integrations tools running via a local process. Choose Growi MCP Server if your workspace requires Other Tools and Integrations integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Ones Wiki MCP Server when:
You need dedicated capabilities in the Other Tools and Integrations domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: other (Free / Open Source).
You have access to required keys: ONES_HOST, ONES_EMAIL, ONES_PASSWORD.
Primary tools included: ONES platform authentication, Wiki URL to API endpoint conversion, HTML-to-structured-text conversion.
Ones Wiki MCP Server is categorized under Other Tools and Integrations and uses a local stdio subprocess. In contrast, Growi MCP Server belongs to Other Tools and Integrations using local stdio subprocess. Select Ones Wiki MCP Server when you need capabilities focused on other tools and integrations and Growi MCP Server when you require tools for other tools and integrations.
Update an existing page (full-body replace; returns the new revision ID)
editPage
Edit parts of a page with string replacements without sending the whole body (supports dry-run diff preview)
deletePages
Delete pages (bulk operation supported)
duplicatePage
Duplicate a page (including child pages)
renamePage
Change page name and path
getPageOutline
Get the heading outline of a page (heading tree with line ranges and sizes, without the body); also detects setext-style (underline) headings
getPageSection
Read only a part of a page, addressed by heading text or line range
getPageWholeContents
Get the full markdown body of a page
getPage
**Deprecated, will be removed in 2.0.0.** Alias of `getPageWholeContents` kept for backward compatibility; use `getPageOutline`, `getPageSection`, or `getPageWholeContents` instead