Wolai MCP Server

Wolai MCP Server

Enables AI agents to interact with Wolai knowledge bases to read, write, and search pages, as well as manage databases and file uploads. It supports comprehensive content operations including block management and hierarchy navigation via the Model Context Protocol.

Category
Visit Server

README

Wolai MCP Server 🐺

English | 中文

PyPI License: MIT

Connect AI agents to your Wolai knowledge base via the Model Context Protocol (MCP).

Read, write, search, and navigate your Wolai pages — all from Claude, Cursor, OpenCode, or any MCP-compatible AI agent.


✨ Features

Category Tools Description
📖 Read get_block, get_block_children, get_breadcrumbs Read pages, list children, navigate hierarchy
✏️ Write create_block, update_block, delete_block Create, update, and delete blocks
📊 Database get_database, create_database_row, query_database_rows Query and modify database tables
🔍 Search search_pages Fuzzy title search across page tree
📎 Upload upload_file Upload file attachments to pages
🔑 Token create_token, refresh_token Manage API authentication tokens
⚙️ Config get_config, update_config Runtime configuration management

16 tools total — covering read, write, database, search, upload, token, and configuration.


🚀 Quick Start

Install

npm install -g wolai-mcp
# or
npx wolai-mcp

Get Credentials

  1. Go to Wolai Developer Console
  2. Create an application → get App ID and App Secret
  3. Find the Root Page ID from your Wolai page URL (the part after wolai.com/)

Interactive Setup

npx wolai-mcp init

Follow the prompts to enter your credentials. They will be saved to ~/.wolai-mcp/config.json.

Environment Variables

Alternatively, set environment variables:

export WOLAI_APP_ID="your_app_id"
export WOLAI_APP_SECRET="your_app_secret"
export WOLAI_ROOT_ID="your_root_page_id"  # optional, for search

📋 Platform Configuration

OpenCode

Add to your opencode.json:

{
  "mcp": {
    "wolai-mcp": {
      "command": "npx",
      "args": ["wolai-mcp"],
      "env": {
        "WOLAI_APP_ID": "your_app_id",
        "WOLAI_APP_SECRET": "your_app_secret",
        "WOLAI_ROOT_ID": "your_root_page_id"
      }
    }
  }
}

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wolai-mcp": {
      "command": "npx",
      "args": ["wolai-mcp"],
      "env": {
        "WOLAI_APP_ID": "your_app_id",
        "WOLAI_APP_SECRET": "your_app_secret",
        "WOLAI_ROOT_ID": "your_root_page_id"
      }
    }
  }
}

Cursor / CherryStudio / Other MCP Clients

{
  "wolai-mcp": {
    "command": "npx",
    "args": ["wolai-mcp"],
    "env": {
      "WOLAI_APP_ID": "your_app_id",
      "WOLAI_APP_SECRET": "your_app_secret",
      "WOLAI_ROOT_ID": "your_root_page_id"
    }
  }
}

💡 Usage Examples

Once configured, ask your AI agent:

  • "读取我 Wolai 知识库的首页内容"
  • "搜索标题包含'项目计划'的页面"
  • "在指定页面下创建一个新页面叫'会议纪要'"
  • "往指定页面添加一段代码"
  • "查询我的数据表格内容"
  • "显示当前 Wolai 配置状态"

🔧 Tool Reference

Token Management

create_token

Create a new API token.

  • app_id (string): Wolai Application ID
  • app_secret (string): Wolai Application Secret

refresh_token

Refresh the current API token.

Block Operations

get_block

Get details of a specific block or page.

  • id (string): Block ID or Page ID

get_block_children

Get child blocks of a given block or page.

  • id (string): Parent block ID
  • cursor (string, optional): Pagination cursor
  • page_size (number, optional): Results per page (default: 100)

create_block

Create a new block under a parent.

  • parent_id (string): Parent block or page ID
  • type (string): Block type (text, heading, bullet, code, etc.)
  • content (string, optional): Block content text
  • text_alignment (string, optional): left, center, or right
  • level (number, optional): Heading level 1-3
  • language (string, optional): Code language for code blocks

update_block

Update an existing block.

  • id (string): Block ID
  • content (string, optional): New content
  • text_alignment (string, optional): New alignment
  • level (number, optional): New heading level

delete_block

Delete a block.

  • id (string): Block ID

get_breadcrumbs

Get the breadcrumb path for a block.

  • id (string): Block ID

Database Operations

get_database

Get database structure and data.

  • id (string): Database ID

create_database_row

Add rows to a database.

  • database_id (string): Database ID
  • cells (string): JSON string of cell data

query_database_rows

Query database rows with pagination.

  • database_id (string): Database ID
  • cursor (string, optional): Pagination cursor
  • page_size (number, optional): Results per page

Search

search_pages

Search pages by title keyword.

  • query (string): Search keyword
  • root_id (string, optional): Root page to start search from

Upload

upload_file

Upload a file attachment.

  • parent_id (string): Parent block or page ID
  • file_path (string): Local file path

Configuration

get_config

Get current configuration (hides secret).

update_config

Update configuration.

  • app_id (string, optional): New App ID
  • app_secret (string, optional): New App Secret
  • root_id (string, optional): New root page ID

📄 License

MIT License — see LICENSE for details.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured