Skip to main content
Glama

Planist-MCP (Model Context Protocol Server)

Planist Page-Editing & AI Collaboration MCP Server

This repository contains the Model Context Protocol (MCP) server for Planist. It allows external AI clients (such as Claude Desktop, Cursor, or custom AI agents) to inspect, read, and propose page edits for Planist workspaces over an out-of-process JSON-RPC protocol.

Features

  • planist_list_pages: Query accessible pages (docs, edgeless/Canva, dashboard) in the Planist workspace.

  • planist_read_page: Fetch the structured AST, Markdown, or Block data for a specific page.

  • planist_propose_page_edit: Submit a LivePageProposal for human review or auto-application under an active AI Capability Grant (per ADR-0034 & ADR-0031).

Related MCP server: gitbook-mcp

Installation & Build

# Install dependencies
npm install

# Build TypeScript to dist/
npm run build

Running Locally

# Start the MCP server over stdio
npm start

Integration with Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "planist-mcp": {
      "command": "node",
      "args": ["C:/Projects/planist-mcp/dist/index.js"],
      "env": {
        "PLANIST_API_HOST": "http://127.0.0.1:8080",
        "PLANIST_GRANT_TOKEN": "<YOUR_GRANT_TOKEN>"
      }
    }
  }
}

License

MIT

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP-native collaborative markdown editor with real-time AI document editing

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MiuDog/planist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server