mcp-feishu-project

Configure Feishu project MCP connectors in Claude Code user scope.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/taptap/agents-plugins --skill mcp-feishu-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-feishu-project
Source: https://github.com/taptap/agents-plugins/tree/main/plugins/sync/skills/mcp-feishu-project
Command: npx skills add https://github.com/taptap/agents-plugins --skill mcp-feishu-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many users need a quick, reliable way to add a Feishu project MCP connector to Claude Code without manually constructing URLs or running repeated verification commands. This Skill streamlines configuration and confirms the connector is active so integrations can proceed without troubleshooting connectivity.

Core Features & Use Cases

  • Input normalization: Accepts either a full Feishu MCP URL or separate mcpKey, projectKey, and userKey values and constructs the canonical URL.
  • Automated configuration: Adds the feishu-project-mcp entry to Claude Code's user scope when absent.
  • Connection verification: Validates the MCP entry by checking that the connector reports a connected status, the expected transport type, and the correct URL.
  • Use case: A developer pastes a Feishu MCP link or keys into chat and receives confirmation that the project connector was added and is reachable.

Quick Start

Provide the full Feishu MCP URL or the mcpKey, projectKey, and userKey and request to configure and verify feishu-project-mcp in Claude Code user scope.

Frequently Asked Questions about mcp-feishu-project

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

FAQPage Schema
How do I add a Feishu project MCP connector to Claude Code?

Configuring a Feishu project MCP connector in Claude Code requires providing either a full Feishu MCP URL or separate mcpKey, projectKey, and userKey values, which are then added to the user scope and verified for connectivity.

What inputs do I need to configure Feishu MCP in Claude Code?

Configuring Feishu MCP in Claude Code requires either a full Feishu MCP URL or three discrete keys: mcpKey, projectKey, and userKey. Input normalization constructs the canonical URL automatically from these separate keys.

How does connection verification work for Feishu MCP in Claude Code?

Connection verification for Feishu MCP validates the entry by running claude mcp get to check that the connector reports a connected status, an http transport type, and the correct canonical URL constructed from your keys.

Can I use separate Feishu keys instead of a full MCP URL?

Yes, you can use separate Feishu keys instead of a full MCP URL. Input normalization accepts discrete mcpKey, projectKey, and userKey values and automatically constructs the canonical URL required for the Claude Code configuration.

Why does my Feishu MCP configuration show as not connected in Claude Code?

If your Feishu MCP configuration shows as not connected, the verification step checks for a connected status, http transport type, and correct URL. Re-running the configuration ensures the connector is properly added and reachable.