claude-mcp-outline
Verified Safeby namphuongtran
Overview
Integrates Claude Desktop with Outline knowledge bases, enabling Claude to search, read, and manipulate Outline documents using the Model Context Protocol.
Installation
No command providedEnvironment Variables
- MCP_PYTHON_CMD
- MCP_PYTHON_SERVER
- MCP_NAME
- MCP_VERSION
- ALLOWED_DIRECTORIES
Security Notes
The server acts as a Node.js bridge to a Python MCP server, executing an external Python script via `child_process.spawn`. This relies on the integrity of the bundled Python script. The README explicitly states that the Outline API token is stored locally by Claude Desktop, no data is sent to third-party services, and all requests go directly to the Outline instance, which are strong security positives. No 'eval' or hardcoded secrets were found in the provided Node.js code. The `ALLOWED_DIRECTORIES` environment variable implies potential file system interaction by the Python server, whose security depends on its implementation.
Similar Servers
mcp-node
Enables natural language interaction with Algolia data through Claude Desktop by exposing Algolia APIs via the Model Context Protocol (MCP).
markitdown-mcp
A Model Context Protocol (MCP) server for converting 29+ file formats (e.g., PDF, Office, images, audio) to clean, structured Markdown, designed for integration with AI workflows and MCP clients like Claude Desktop.
pptx-generator-mcp
Generate professional PowerPoint presentations from Markdown input via a Model Context Protocol (MCP) server integrated with Claude Desktop.
unified-thinking
A Model Context Protocol (MCP) server that consolidates multiple cognitive thinking patterns into a single Go-based implementation with 85 specialized reasoning tools for enhanced problem-solving and AI integration.