← Back to search

outline-wiki-mcp

GitHub Actions Scanned 19d ago

MCP server for Outline wiki integration

npm
B
76.5 / 100

Versions

1.2.4latest
Mar 11, 2026
1.2.3
Mar 3, 2026
1.2.2
Feb 27, 2026
1.2.1
Feb 27, 2026
1.2.0
Feb 27, 2026
+ show 3 moreshow less
1.1.0
Feb 27, 2026
1.0.0
Jan 19, 2026
0.1.0
Jan 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 16

outline_search
annotations: none low

Search documents in Outline wiki by query

query string collectionId string includeDrafts boolean
outline_get_document
annotations: none low

Get a document by ID or URL ID. Returns metadata and a content preview. Use outline_export_document for full content.

id string
outline_list_collections
annotations: none low

List all collections in the Outline workspace

outline_list_documents
annotations: none low

List documents, optionally filtered by collection

collectionId string
outline_create_document
annotations: none low

Create a new document in Outline

text string title string collectionId string
outline_update_document
annotations: none low

Update an existing document in Outline

id string text string title string publish boolean
outline_move_document
annotations: none low

Move a document to a different collection or parent document

id string collectionId string
outline_delete_document
annotations: none low

Delete a document from Outline

id string
outline_archive_document
annotations: none low

Archive a document (soft delete, can be restored)

id string
outline_unarchive_document
annotations: none low

Restore an archived document

id string
outline_list_drafts
annotations: none low

List all draft (unpublished) documents

outline_export_document
annotations: none low

Export a document as clean markdown. Returns the full document content with stats.

id string
outline_get_collection
annotations: none low

Get details of a specific collection

id string
outline_create_collection
annotations: none low

Create a new collection in Outline

name string color string description string
outline_update_collection
annotations: none low

Update an existing collection

id string name string color string description string
outline_delete_collection
annotations: none low

Delete a collection and all its documents

id string

Permissions 2

network medium
Server uses network capabilities via: fetch()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 0

No scan findings.