planist-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@planist-mcpList the pages in my workspace."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 aLivePageProposalfor 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 buildRunning Locally
# Start the MCP server over stdio
npm startIntegration 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
Maintenance
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
- AlicenseAqualityAmaintenanceMCP server for MediaWiki wikis. Search, read, edit, and manage wiki content from AI assistants. Includes formatting, link checking, revision history, and markdown conversion.4321MIT
- Alicense-qualityCmaintenanceRead-only MCP server for accessing GitBook content, including spaces, pages, and search, through AI assistants.528MIT
- Flicense-qualityBmaintenanceMCP server for a Plane CE instance enabling management of pages (via direct database and live converter) and work items through Plane's REST API, with multi-workspace support.
- Alicense-qualityCmaintenanceExposes a Heuresis workspace to MCP clients, enabling concept mapping, ideation, and workspace management through natural language.75AGPL 3.0
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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