Tencent Lexiang MCP Server

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

Remote serverstreamable-http

What is the Tencent Lexiang MCP server?

If you already use Tencent Lexiang, the tencent lexiang mcp server is the piece that lets your assistant work with it directly. Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs.

What the server does

Lexiang MCP 是乐享提供的 Model Context Protocol (MCP) 服务,让 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.

  • Local files can only be fully overwritten; most online docs only support page-level operations
  • Lexiang's Block design allows AI to precisely update any position in a document like "surgery"
  • Essential for incremental update scenarios like version logs and API documentation
  • Supports document approval workflows; AI-generated content can enter pending review status
  • Officially published only after responsible person confirmation
  • Easy document sharing with a single link to customers and partners

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • list_tool_categories — List all tool categories
  • search_tools — Search for tools
  • get_tool_schema — Get tool parameter definitions
  • call_tool — Call a specific tool
  • Category — Count
  • Connectors — 6

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Tencent Lexiang's toolset — list_tool_categories, search_tools, get_tool_schema and 3 more — is a fair guide to whether it matches your workflow. It is maintained by ajaxhe; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Tencent Lexiang's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
list_tool_categoriesList all tool categories
search_toolsSearch for tools
get_tool_schemaGet tool parameter definitions
call_toolCall a specific tool
CategoryCount
Connectors6

How to install the Tencent Lexiang MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Tencent Lexiang to list tool categories.
  • Use Tencent Lexiang to search tools.
  • Use Tencent Lexiang to get tool schema.

Frequently asked questions

It connects Tencent Lexiang to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (list_tool_categories, search_tools, get_tool_schema, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Tencent Lexiang directly.