Server data from the Official MCP Registry
Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs.
Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs.
Remote endpoints: streamable-http: https://mcp.lexiang-app.com/mcp?company_from={company_code}&source=registry
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-tencent-lexiang-lexiang-mcp-server": {
"url": "https://mcp.lexiang-app.com/mcp?company_from={company_code}&source=registry"
}
}
}From the project's GitHub README.
腾讯乐享 是更懂企业的 AI 知识库,通过 AI 技术激活团队私有知识价值,让知识触手可及。
核心能力:
Lexiang MCP 是乐享提供的 Model Context Protocol (MCP) 服务,让 AI 助手能够直接与您的乐享知识库进行交互。
通过 Lexiang MCP,您可以在 AI 对话中:
MCP 服务支持 2 种认证方式:
方式 1:OAuth 登录(推荐) ⭐
方式 2:手动配置 Access Token(备选)
access_tokenaccess_token URL 参数传递令牌推荐方案:使用方式 1(OAuth 登录),无需创建会话,最快最简便。
最快的方式(只需 2 步):
配置会自动导入,无需手动复制粘贴!
如果需要手动配置,请按以下步骤操作:
access_token编辑配置文件(支持 Remote URL OAuth):
配置文件位置:
.cursor/mcp.json.cline/mcp.json.codebuddy/mcp.json 或 ~/.codebuddy/mcp.json{
"mcpServers": {
"lexiang": {
"url": "https://mcp.lexiang-app.com/mcp?company_from={您的乐享code}&access_token={您的access_token}"
}
}
}
编辑 VS Code 的 settings.json:
{
"mcp": {
"servers": {
"lexiang": {
"url": "https://mcp.lexiang-app.com/mcp?company_from={您的乐享code}&access_token={您的access_token}"
}
}
}
}
⚠️ CodeBuddy 插件版和 Codebuddy Code 暂不支持 Remote URL OAuth 方式,需要通过
npx mcp-remote桥接。请确保已安装 Node.js 环境。
{
"mcpServers": {
"lexiang": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.lexiang-app.com/mcp?company_from={您的乐享code}&access_token={您的access_token}"
]
}
}
}
说明:将
{您的乐享code}和{您的access_token}替换为配置页面中显示的实际值。
通过在配置时选择不同的 preset 参数,控制 AI 助手可访问的工具类别。不指定时返回所有工具。
| Preset | 说明 |
|---|---|
knowledge | 完整知识库工具集(条目、知识库、文件、文档编辑、团队等) |
knowledge.entry | 知识条目管理(创建、编辑、删除、搜索条目) |
knowledge.space | 知识库管理(创建知识库、列表管理) |
knowledge.file | 文件上传下载(支持 PDF、Word、图片等) |
knowledge.block | 在线文档编辑(创建、更新、删除块结构) |
teamspace.team | 团队管理(获取团队信息) |
当不指定 preset 时,返回以下 4 个元工具用于动态发现和调用其他工具:
list_tool_categories - 列出所有工具分类search_tools - 搜索工具get_tool_schema - 获取工具参数定义call_tool - 调用指定工具preset 查询参数示例:仅启用知识条目管理工具
{
"mcpServers": {
"lexiang": {
"url": "https://mcp.lexiang-app.com/mcp?company_from={您的乐享code}&preset=knowledge.entry"
}
}
}
💡 选择合适的预设可以让 AI 助手工具列表更简洁,加快响应速度。
配置完成后,您可以直接在 AI 对话中操作乐享知识库:
帮我搜索知识库中关于"产品规划"的文档
在"团队文档"空间中创建一个名为"Q1 会议纪要"的新页面
将本次更新,提交 github 仓库,同步更新到知识库版本更新日志中
AI 会自动定位文档位置,在顶部插入新版本内容,历史记录原封不动。
在同目录下,生成对应 API 文档,方便让其他系统调用
AI 会分析代码中的接口结构,自动在乐享知识库中创建格式规范的 API 文档。
把会议号 123456789 的腾讯会议录制导入到知识库
相比本地 Markdown 文件或其他在线文档工具,乐享知识库有几个独特优势:
文档块(Block)级别的精准操作
严肃场景下的文档审批
一键分享,扩大影响力
AI 可二次消费的知识
Lexiang MCP 提供 38 个工具,覆盖以下场景:
| 分类 | 工具数 | 说明 |
|---|---|---|
| 知识条目操作 | 11 | 创建、查看、编辑、移动、搜索知识条目 |
| 文档块操作 | 8 | 在线文档的块级编辑操作 |
| 知识库操作 | 3 | 创建和管理知识库 |
| 文件操作 | 5 | 文件上传、下载、外链导入 |
| 搜索操作 | 2 | 关键词搜索和语义搜索 |
| 团队操作 | 3 | 获取团队信息 |
| 连接器 | 6 | 腾讯会议、iWiki 等外部内容导入 |
| 工具 | 描述 |
|---|---|
knowledge_create_entry | 创建知识条目(页面/文件夹) |
knowledge_describe_entry | 获取知识条目详情 |
knowledge_describe_ai_parse_content | 获取 AI 可解析内容 |
knowledge_diff_entry_content | 对比内容版本差异 |
knowledge_import_content | 导入 markdown/html 内容 |
knowledge_list_children | 列出子条目 |
knowledge_list_latest_entries | 获取最近更新的条目 |
knowledge_list_parents | 获取面包屑路径 |
knowledge_move_entry | 移动条目 |
knowledge_rename_entry | 重命名条目 |
knowledge_search_udf_entries | 搜索条目 |
| 工具 | 描述 |
|---|---|
block_create_block_descendant | 创建子块 |
block_delete_block | 删除块 |
block_delete_block_children | 删除子块 |
block_describe_block | 获取块详情 |
block_list_block_children | 列出子块 |
block_move_blocks | 移动块 |
block_update_block | 更新块内容 |
block_update_blocks | 批量更新块 |
| 工具 | 描述 |
|---|---|
knowledge_create_space | 创建知识库 |
knowledge_describe_space | 获取知识库详情 |
knowledge_list_spaces | 列出知识库 |
| 工具 | 描述 |
|---|---|
knowledge_apply_upload | 申请上传凭证 |
knowledge_commit_upload | 确认上传完成 |
knowledge_create_hyperlink | 导入外部链接 |
knowledge_describe_file | 获取文件信息 |
knowledge_download_file | 获取下载地址 |
| 工具 | 描述 |
|---|---|
search_kb_search | 关键词搜索 |
search_kb_embedding_search | 语义向量搜索 |
| 工具 | 描述 |
|---|---|
teamspace_describe_team | 获取团队详情 |
teamspace_list_some_teams | 批量获取团队 |
teamspace_list_teams | 列出可访问团队 |
| 工具 | 描述 |
|---|---|
connector_import_iwiki_doc | 导入 iWiki 文档 |
connector_describe_tx_meeting_record | 获取会议录制详情 |
connector_import_tx_meeting_record | 导入会议录制 |
connector_list_tx_meeting_records | 列出会议录制 |
connector_reload_tx_meeting_record | 重新导入录制 |
connector_search_tx_meeting_records | 搜索会议录制 |
问:出现"需要授权"错误怎么办?
答:
company_from 参数是否正确问:找不到我的知识库?
答:MCP 只能访问您有权限的知识库,请在乐享中检查您的权限设置。
问:文件上传失败?
答:文件上传需要 3 步:
apply_upload 获取上传地址commit_upload 确认问:AI 更新文档时创建了新文档而不是更新原文档?
答:可以明确告诉 AI:"在原文档上进行更新,而不是生成新文档",AI 会使用块级操作精准更新原文档。
Tencent Lexiang is an AI-powered enterprise knowledge base that activates the value of team knowledge through AI technology, making knowledge accessible at your fingertips.
Core Capabilities:
Lexiang MCP is a Model Context Protocol (MCP) service provided by Lexiang, enabling AI assistants to interact directly with your Lexiang knowledge bases.
With Lexiang MCP, you can perform the following in AI conversations:
MCP service supports 2 authentication methods:
Method 1: OAuth Login (Recommended) ⭐
Method 2: Manual Access Token Configuration (Alternative)
access_tokenaccess_token URL parameter in the MCP endpointRecommendation: Use Method 1 (OAuth Login) - no session creation needed, fastest and simplest.
Fastest way (only 2 steps):
Configuration will be imported automatically, no manual copy-paste needed!
If you need to configure manually, follow these steps:
access_tokenEdit configuration file (supports Remote URL OAuth):
Configuration file locations:
.cursor/mcp.json.cline/mcp.json.codebuddy/mcp.json or ~/.codebuddy/mcp.json{
"mcpServers": {
"lexiang": {
"url": "https://mcp.lexiang-app.com/mcp?company_from={your_lexiang_code}&access_token={your_access_token}"
}
}
}
Edit VS Code's settings.json:
{
"mcp": {
"servers": {
"lexiang": {
"url": "https://mcp.lexiang-app.com/mcp?company_from={your_lexiang_code}&access_token={your_access_token}"
}
}
}
}
⚠️ CodeBuddy Plugin and Codebuddy Code do not support Remote URL OAuth yet. You need to use
npx mcp-remoteas a bridge. Make sure Node.js is installed.
{
"mcpServers": {
"lexiang": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.lexiang-app.com/mcp?company_from={your_lexiang_code}&access_token={your_access_token}"
]
}
}
}
Note: Replace
{your_lexiang_code}and{your_access_token}with the actual values shown on the configuration page.
Control which tool categories the AI assistant can access by selecting different preset parameters. All tools are returned when not specified.
| Preset | Description |
|---|---|
knowledge | Complete knowledge base toolset (entries, spaces, files, document editing, teams, etc.) |
knowledge.entry | Knowledge entry management (create, edit, delete, search entries) |
knowledge.space | Knowledge space management (create spaces, list management) |
knowledge.file | File upload/download (supports PDF, Word, images, etc.) |
knowledge.block | Online document editing (create, update, delete block structures) |
teamspace.team | Team management (get team information) |
When preset is not specified, the following 4 meta tools are returned for dynamic discovery and invocation:
list_tool_categories - List all tool categoriessearch_tools - Search for toolsget_tool_schema - Get tool parameter definitionscall_tool - Call a specific toolpreset query parameterExample: Enable only knowledge entry management tools
{
"mcpServers": {
"lexiang": {
"url": "https://mcp.lexiang-app.com/mcp?company_from={your_lexiang_code}&preset=knowledge.entry"
}
}
}
💡 Choosing the right preset makes the AI assistant's tool list cleaner and improves response speed.
After configuration, you can interact with your Lexiang knowledge base directly in AI conversations:
Search for documents about "product planning" in my knowledge base
Create a new page titled "Q1 Meeting Notes" in the "Team Documents" space
Commit this update to github and sync to the version changelog in the knowledge base
AI will automatically locate the document position and insert new version content at the top, keeping historical records intact.
Generate API documentation in the same directory for other systems to call
AI will analyze the interface structure in the code and automatically create well-formatted API documentation in Lexiang.
Import the Tencent Meeting recording with meeting ID 123456789 to my knowledge base
Compared to local Markdown files or other online document tools, Lexiang offers unique advantages:
Block-level Precision Operations
Document Approval for Serious Scenarios
One-click Sharing
AI-consumable Knowledge
Lexiang MCP provides 38 tools covering the following scenarios:
| Category | Count | Description |
|---|---|---|
| Knowledge Entry Operations | 11 | Create, view, edit, move, search knowledge entries |
| Document Block Operations | 8 | Block-level editing for online documents |
| Knowledge Space Operations | 3 | Create and manage knowledge spaces |
| File Operations | 5 | File upload, download, external link import |
| Search Operations | 2 | Keyword search and semantic search |
| Team Operations | 3 | Get team information |
| Connectors | 6 | Import from Tencent Meeting, iWiki, etc. |
| Tool | Description |
|---|---|
knowledge_create_entry | Create knowledge entries (page/folder) |
knowledge_describe_entry | Get knowledge entry details |
knowledge_describe_ai_parse_content | Get AI-parseable content |
knowledge_diff_entry_content | Compare content versions |
knowledge_import_content | Import markdown/html content |
knowledge_list_children | List child entries |
knowledge_list_latest_entries | Get recently updated entries |
knowledge_list_parents | Get breadcrumb path |
knowledge_move_entry | Move entry |
knowledge_rename_entry | Rename entry |
knowledge_search_udf_entries | Search entries |
| Tool | Description |
|---|---|
block_create_block_descendant | Create child blocks |
block_delete_block | Delete block |
block_delete_block_children | Delete child blocks |
block_describe_block | Get block details |
block_list_block_children | List child blocks |
block_move_blocks | Move blocks |
block_update_block | Update block content |
block_update_blocks | Batch update blocks |
| Tool | Description |
|---|---|
knowledge_create_space | Create knowledge space |
knowledge_describe_space | Get space details |
knowledge_list_spaces | List spaces |
| Tool | Description |
|---|---|
knowledge_apply_upload | Request upload credentials |
knowledge_commit_upload | Confirm upload completion |
knowledge_create_hyperlink | Import external links |
knowledge_describe_file | Get file metadata |
knowledge_download_file | Get download URL |
| Tool | Description |
|---|---|
search_kb_search | Keyword search |
search_kb_embedding_search | Semantic vector search |
| Tool | Description |
|---|---|
teamspace_describe_team | Get team details |
teamspace_list_some_teams | Get multiple teams |
teamspace_list_teams | List accessible teams |
| Tool | Description |
|---|---|
connector_import_iwiki_doc | Import iWiki documents |
connector_describe_tx_meeting_record | Get meeting recording details |
connector_import_tx_meeting_record | Import meeting recording |
connector_list_tx_meeting_records | List meeting recordings |
connector_reload_tx_meeting_record | Re-import recording |
connector_search_tx_meeting_records | Search meeting recordings |
Q: I get "Authorization Required" errors
A:
company_from parameter in the URL is correctQ: I can't find my knowledge spaces
A: MCP can only access spaces you have permission to. Check your permissions in Lexiang.
Q: File upload fails
A: File upload requires 3 steps:
apply_upload to get upload URLcommit_upload to confirmQ: AI created a new document instead of updating the original?
A: You can explicitly tell AI: "Update the original document instead of creating a new one", and AI will use block-level operations to precisely update the original document.
This documentation is provided by Tencent Lexiang team. Usage is subject to Lexiang's terms of service.
本文档由腾讯乐享团队提供,使用须遵守乐享服务条款。
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.