feishu-mcp

Access Feishu Wiki and Bitable data via MCP tools with OAuth.

12|5|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/ai-pivot/xbot --skill feishu-mcp-ai-pivot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-mcp
Source: https://github.com/ai-pivot/xbot/tree/main/.xbot.example/skills/feishu-mcp
Command: npx skills add https://github.com/ai-pivot/xbot --skill feishu-mcp-ai-pivot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you use an AI agent to search Feishu Wiki spaces, read and manage Bitable records, and upload or download document assets by calling Feishu’s MCP tools with proper OAuth authorization.

Core Features & Use Cases

  • Wiki navigation & document access: list spaces/nodes, get nodes, move nodes, and create Wiki documents or shortcuts with correct token handling.
  • Bitable data operations: manage fields and records through Bitable (create and update records).
  • Docx/drive document workflows: upload/download docx and create docs in the Feishu cloud drive context.

Quick Start

Ask the agent to “Use feishu-mcp to list my Feishu Wiki spaces and return the URLs for the spaces.”

Frequently Asked Questions about feishu-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use an AI agent to read and manage Feishu Wiki spaces?

To read and manage Feishu Wiki spaces with an AI agent, you use MCP tools that call Feishu APIs using OAuth user access tokens. This enables listing spaces, getting nodes, and creating Wiki documents through proper token-to-URL construction.

How do I perform Bitable record operations using AI tool calling?

Bitable record operations via AI tool calling are performed through MCP tools that manage fields and records, including creating and updating records. This requires OAuth authorization and user access tokens to execute API calls securely.

Why does my Feishu MCP API call return a tenant token mismatch or not-found error?

Feishu MCP API calls return tenant token mismatch or not-found errors when failing to use user access tokens instead of tenant tokens. Proper obj_type handling per document type and correct token-to-URL construction are required to avoid these errors.

Can I use MCP tools to upload and download docx files in Feishu cloud drive?

Yes, you can use MCP tools to upload and download docx files and create documents in the Feishu cloud drive context. These docx and drive document workflows require OAuth authorization with valid user access tokens.

Do I need OAuth authorization to automate Feishu document workflows with an AI?

Yes, OAuth authorization is required to automate Feishu document workflows with an AI. Applying OAuth user access tokens ensures the AI agent securely browses Wiki nodes and performs Bitable operations without tenant token mismatches.

What is the best way to securely connect AI actions to Feishu Wiki and Bitable?

The best way to securely connect AI actions to Feishu Wiki and Bitable is using MCP tools with OAuth user access tokens. This approach handles document automation, Wiki navigation, and Bitable data operations while avoiding token mismatch errors.