mcp-outline

fellowapp/mcp-outline

3.1

If you are the rightful owner of mcp-outline and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a Model Context Protocol (MCP) server implementation that integrates with Outline, providing tools for AI agents to interact with Outline's API for document and collection management.

The Outline MCP Server is designed to facilitate seamless interaction between AI agents and the Outline API, enabling efficient document and collection management. It supports operations such as searching, creating, retrieving, updating, and deleting documents, as well as managing collections. The server is built using Node.js and requires an Outline API key for authentication. It is structured to handle requests through a stdio transport layer, routing them to the appropriate tool handlers based on the requested tool name. The architecture is modular, allowing for easy addition of new tools by following a defined template.

Features

  • Search documents by query terms
  • Create, retrieve, update, and delete documents
  • List documents within collections
  • Move documents between collections
  • Manage collections (create, update, delete, list)

Usages

usage with Cursor

"mcp-outline": {
     "command": "node",
     "args": [
       "<FULL_PATH_OF_CLONED_OUTLINE_MCP_REPO>/src/index.js"
     ],
     "env": {
       "API_URL": "https://dev.fellow.wiki/api",
       "API_KEY": "<OUTLINE_API_KEY>"
     }
   }