Cover image
Try Now
2025-03-25

3 years

Works with Finder

1

Github Watches

3

Github Forks

7

Github Stars

Outline MCP Server

A Model Context Protocol (MCP) server that provides tools for interacting with Outline's API, enabling AI agents to manage documents, collections, and other entities programmatically through the Outline knowledge base platform.

Features

  • Document Management

    • ✅ Create new documents with customizable properties
    • ✅ Get document details
    • ✅ Update existing documents
    • ✅ Delete documents
    • ✅ List documents
    • ✅ Search documents
    • ✅ Ask natural language questions about documents
    • ✅ Create templates from existing documents
    • ✅ Move documents to different collections or locations
    • ✅ Archive documents
  • Collection Management

    • ✅ Get collection details
    • ✅ List collections
    • ✅ Create and update collections
  • Comment Management

    • ✅ Create comments on documents
    • ✅ Update existing comments
    • ✅ Delete comments
  • User Management

    • ✅ List and filter users

Note: The SSE server implementation uses Supergateway, which provides more reliable connectivity when used with Cursor's MCP integration.

Quick Start

Prerequisites

  • Node.js (v18 or higher)
  • An Outline account with API access
  • Outline API key with appropriate permissions

Installation

# Run directly with npx
OUTLINE_API_KEY=… npx outline-mcp-server

# or install from npm
npm install -g outline-mcp-server
OUTLINE_API_KEY=… outline-mcp-server

# Run with a custom port (default is 6060)
OUTLINE_API_KEY=… outline-mcp-server --port 7070

Env

  • OUTLINE_API_KEY (required): your API key for outline, duh
  • OUTLINE_API_URL (optional): Alternative URL for your outline API (if using an alt domain/self-hosting)

CLI Options

  • --port <number> (optional): Specify the port on which the server will run (default: 6060)

Usage

Once installed, you can use the MCP server with AI assistants that support the Model Context Protocol, such as Claude via Cursor.

Example queries your AI assistant can now handle:

  • "List all the documents in my Outline workspace"
  • "Create a new document in the 'Product' collection"
  • "Find all documents related to a specific topic"
  • "Ask a natural language question about your documents"
  • "Create a template from an existing document"
  • "Update the content of a document"
  • "Add a comment to a document"

Development

# Clone this repository
git clone https://github.com/mmmeff/outline-mcp.git
cd outline-mcp

# Install dependencies
npm install

Create a .env file with your Outline API key:

OUTLINE_API_KEY=your_outline_api_key_here
OUTLINE_API_URL=https://your-outline-instance.com/api  # Optional, defaults to https://app.getoutline.com/api
# Builds/watches the project alongside running @modelcontextprotocol/inspector
npm run dev

Contributing

This project uses semantic-release for automated versioning and package publishing. Please follow the Conventional Commits specification for your commit messages to ensure proper versioning.

See CONTRIBUTING.md for detailed guidelines on how to contribute to this project.

Release Process

Releases are fully automated using semantic-release and GitHub Actions. When commits are pushed to the master branch, the following happens:

  1. The CI pipeline runs tests and builds the package
  2. semantic-release analyzes commit messages to determine the next version number
  3. A new version is automatically published to npm
  4. A GitHub release is created with auto-generated release notes
  5. The CHANGELOG.md file is updated

No manual version bumping or release creation is needed.

License

MIT

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • Khalid kalib
  • Write professional emails

  • INFOLAB OPERATIONS 2
  • A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!

  • ANGEL LEON
  • A world class elite tech co-founder entrepreneur, expert in software development, entrepreneurship, marketing, coaching style leadership and aligned with ambition for excellence, global market penetration and worldy perspectives.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • OffchainLabs
  • 进行以太坊的实施

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • HiveNexus
  • 一个适用于中小型团队的AI聊天机器人,支持DeepSeek,Open AI,Claude和Gemini等车型。 专为中小团队设计的ai聊天应用,支持deepSeek,打开ai,claude,双子座等模型。

    Reviews

    5 (1)
    Avatar
    user_y9bg9iwG
    2025-04-16

    I recently tried the outline-mcp-server by mmmeff, and I must say it is an excellent tool for managing MCP applications. The setup was straightforward thanks to the comprehensive documentation provided on the GitHub link. The server's performance is outstanding, and it integrates seamlessly with existing workflows. Highly recommend it for anyone looking to streamline their MCP application management!