# Tencent Lexiang MCP Server [Health: Active]

**Category:** 🧠 Knowledge & Memory  
**Repository:** https://github.com/tencent-lexiang/lexiang-mcp-server  
**GitHub Stars:** 2  
**npm Downloads (last month):** 6605501  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/tencent-lexiang-mcp-server

## Description
Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs.

## Tools
Capabilities this server exposes over MCP:

- **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
- **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
- **knowledge_create_space** — Create knowledge space
- **knowledge_describe_space** — Get space details
- **knowledge_list_spaces** — List spaces
- **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
- **search_kb_search** — Keyword search
- **search_kb_embedding_search** — Semantic vector search
- **teamspace_describe_team** — Get team details
- **teamspace_list_some_teams** — Get multiple teams
- **teamspace_list_teams** — List accessible teams
- **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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "tencent-lexiang-mcp-server": {
    "url": "https://mcp.lexiang-app.com/mcp?company_from={您的乐享code}&access_token={您的access_token}"
  }
}
```

## Documentation

## What Tencent Lexiang MCP Server does

Tencent Lexiang MCP Server MCP server gives AI assistants access to Tencent Lexiang knowledge bases through the Model Context Protocol. It is intended for teams that keep internal pages, folders, documents, files, and related knowledge in Lexiang and want an agent to search or maintain that content through conversation.

The available operations cover the main knowledge lifecycle. An agent can search entries with keyword or semantic vector queries, inspect entry content and metadata, navigate parent and child relationships, compare content versions, and retrieve recently updated entries. It can also create, move, rename, and import entries, including Markdown or HTML content.

For document maintenance, block tools support creating descendants, reading blocks, listing children, moving blocks, updating one block, applying batch updates, and deleting blocks or their children. This is useful when an update should target part of an existing document rather than replace the entire entry. File-related tools handle upload authorization, upload completion, metadata lookup, download URLs, and external hyperlink imports.

## How it works

The service is reached through a remote MCP endpoint. Authentication can use OAuth, where the client opens a Lexiang login flow, or a manually created access token. The endpoint configuration includes the Lexiang company identifier through the `company_from` query parameter; token-based configurations also include `access_token`.

Tencent Lexiang MCP Server MCP server can expose all tools or use a preset query parameter to narrow the tool set. Supported presets include `knowledge`, `knowledge.entry`, `knowledge.space`, `knowledge.file`, `knowledge.block`, and `teamspace.team`. Without a preset, the service provides meta-tools for discovering available tools, inspecting schemas, and calling a selected tool.

Search is available in two forms: keyword search and embedding-based semantic search. Knowledge entry and block operations can then be used to inspect or modify the results. Access remains subject to the permissions of the authenticated Lexiang account.

## Setup and configuration

The recommended setup starts at `https://lexiangla.com/mcp`. After signing in, use the client-specific button to open the configuration in Cursor, or obtain an access token from the session-management section for manual setup. Cursor and Cline configurations use a remote URL in their MCP settings. The URL should replace the placeholders for the Lexiang company code and access token with the values shown by Lexiang.

CodeBuddy configurations that cannot use remote URL OAuth require the `npx mcp-remote` bridge and a Node.js installation. A preset can be added to the URL when only a subset of tools should be available. For example, `preset=knowledge.entry` limits the connection to entry-management tools.

## Tools and capabilities

The tool groups supported by Tencent Lexiang MCP Server MCP server include:

- Knowledge entries: create, inspect, search, import, compare, move, rename, and browse hierarchy.
- Document blocks: create, inspect, list, update, move, batch-update, and delete blocks.
- Knowledge spaces: create, inspect, and list spaces.
- Files: request upload credentials, confirm uploads, inspect files, obtain download URLs, and import hyperlinks.
- Search: keyword and semantic vector retrieval.
- Teams: retrieve team details.

The README also documents connectors for importing iWiki documents and Tencent Meeting recordings, including recording search, inspection, import, listing, and reload operations.

## Limitations and notes

The connection can only access knowledge spaces and content available to the authenticated user. File uploads are a multi-step flow: the agent requests upload credentials, the file is uploaded with an external HTTP PUT request, and the upload is then committed through MCP.

For document changes, specify that the original entry should be updated when that is the intent. Block-level tools are available for targeted edits, but the assistant still needs enough context to identify the correct entry and block. OAuth and access-token behavior depends on the selected client; CodeBuddy plugin and CodeBuddy Code require the remote bridge described above.

## Getting started with this Tencent Lexiang MCP Server MCP server
Always refer to the official documentation for the most accurate and up-to-date information.

_Full upstream README: https://allmcps.com/mcp/tencent-lexiang-mcp-server/readme_

