Connects AI assistants to Tencent Lexiang for knowledge search, document editing, file handling, and knowledge-base management.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Tencent Lexiang MCP Server.
knowledge_create_entryCreate knowledge entries (page/folder)
knowledge_describe_entryGet knowledge entry details
knowledge_describe_ai_parse_contentGet AI-parseable content
knowledge_diff_entry_contentCompare content versions
knowledge_import_contentImport markdown/html content
knowledge_list_childrenList child entries
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.
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.
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.
The tool groups supported by Tencent Lexiang MCP Server MCP server include:
The README also documents connectors for importing iWiki documents and Tencent Meeting recordings, including recording search, inspection, import, listing, and reload operations.
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.
Always refer to the official documentation for the most accurate and up-to-date information.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tencent-lexiang-mcp-server)<a href="https://allmcps.com/mcp/tencent-lexiang-mcp-server"><img src="https://allmcps.com/api/badge/tencent-lexiang-mcp-server?style=directory" alt="Tencent Lexiang MCP Server on AllMCPs" /></a>