MCP-FEISHU
MCP-페이슈
MCP-FEISHU는 Windsurf IDE 통합을 위해 특별히 설계된 마이크로서비스 컨트롤 플레인(MCP) 서버입니다. Feishu OpenAPI에서 API 정보를 가져와 IDE의 MCP 클라이언트에 제공하여 개발 환경 내에서 원활한 API 통합 및 관리를 지원합니다.
특징
API 사양을 검색하기 위해 Feishu OpenAPI에 연결합니다.
API 정보를 MCP 리소스로 노출합니다.
API 검색 및 탐색을 위한 도구를 제공합니다.
Windsurf IDE 내에서 API 테스트 및 통합을 지원합니다.
표준화된 통신을 위한 모델 컨텍스트 프로토콜(MCP)을 구현합니다.
Related MCP server: Lark MCP Server
설치
지엑스피1
용법
서버 시작
pnpm start디버그
npx @modelcontextprotocol/inspector node dist/index.jsWindsurf IDE에서 연결
pnpm buildWindsurf IDE 설정에서 다음 구성으로 새 MCP 서버를 추가합니다.
"mcpServers": {
"feiShuServer": {
"command": "node",
"args": ["/Program Files/project/mcp-feishu/dist/index.js"],
"env": {
"APP_ID": "",
"APP_SECRET": "",
"TABLE_ID": "",
"APP_TOKEN": ""
}
}
}API 리소스
MCP-FEISHU 서버는 다음 리소스를 제공합니다.
api://projects- 모든 API 프로젝트 나열api://projects/{projectId}- 특정 프로젝트에 대한 세부 정보를 가져옵니다.api://projects/{projectId}/apis- 프로젝트의 모든 API 나열api://projects/{projectId}/apis/{apiId}- 특정 API에 대한 세부 정보를 가져옵니다.
도구
서버는 다음과 같은 도구를 제공합니다.
get_defect_link- 특정 결함에 대한 링크를 가져옵니다.get_recently_updated_defect_list- 최근 업데이트된 결함 목록을 가져옵니다.
개발
# Run in development mode with hot reloading
npm run dev특허
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
- FlicenseCqualityDmaintenanceA microservice control plane server that integrates with Windsurf IDE by fetching API information from Eolink OpenAPI and exposing it as MCP resources, enabling seamless API integration and management in the development environment.6
- FlicenseNot gradedqualityDmaintenanceA server that enables LLMs to interact with Lark/Feishu services, currently supporting employee information queries via Lark's Contact API.413
- AlicenseNot gradedqualityBmaintenanceMCP server for Feishu/Lark API integration, enabling AI agents to send messages, manage groups, create and edit documents and spreadsheets, and search knowledge bases.MIT
- AlicenseBqualityDmaintenanceAn MCP server that exposes Feishu (Lark) APIs as standardized tools, enabling knowledge base, document, spreadsheet, and IM operations through any MCP client.3642MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for InsForge BaaS — database, storage, edge functions, and deployments
MCP server for interacting with the Supabase platform
Appeared in Searches
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/NINGyv179/mcp-feishu'
If you have feedback or need assistance with the MCP directory API, please join our Discord server