CRIC Wuye AI MCP Server

Interact with capabilities of the CRIC Wuye AI platform, an intelligent assistant specifically for the property management industry.

Remote serverstreamable-httpTypeScript

What is the CRIC Wuye AI MCP server?

Cric wuye ai mcp server lets Claude, Cursor and other MCP clients work with CRIC Wuye AI directly. Interact with capabilities of the CRIC Wuye AI platform, an intelligent assistant specifically for the property management industry.

What CRIC Wuye AI does

已上架 | NPM | [ ****](https://github.com/wuye-ai/mcp-server-wuye-ai/blob/HEAD/ | [ ****]( | 腾讯云开发 | ModelScope | 阿里云百炼 | 百度智能云千帆 | 百度搜索开放平台

Tools it exposes

Once connected, the assistant can call these 7 tools directly:

  • MODE不支持
  • HOSTNAME不支持
  • PORT不支持
  • CRIC_WUYE_AI_ACCESS_TOKEN — token
  • CRIC_WUYE_AI_PROVIDER_API_BASE不支持
  • CRIC_WUYE_AI_FEATURE_SET — feature_set
  • CRIC_WUYE_AI_OUTPUT_FORMAT — output

Installing the cric wuye ai mcp server

The server is distributed via npm as @wuye-ai/mcp-server-wuye-ai, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

Before the server will start you need to supply one environment variable: CRIC_WUYE_AI_ACCESS_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. CRIC Wuye AI sits in that group, and the shape of its toolset — MODE, HOSTNAME, PORT among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This is a hosted server — you point your client at an endpoint rather than running a local process, so there is nothing to keep updated on your machine.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • With 7 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use CRIC Wuye AI.
  • Written in TypeScript.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the cric wuye ai mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
MODE*不支持*
HOSTNAME*不支持*
PORT*不支持*
CRIC_WUYE_AI_ACCESS_TOKENtoken
CRIC_WUYE_AI_PROVIDER_API_BASE*不支持*
CRIC_WUYE_AI_FEATURE_SETfeature_set
CRIC_WUYE_AI_OUTPUT_FORMAToutput

How to install the CRIC Wuye AI MCP server

{
  "mcpServers": {
    "CRIC物业AI": {
      "transportType": "sse",
      "url": "https://mcp.wuye.dichanai.com/sse/mcp?token={{您的 CRIC物业AI Access Token}}&feature_set=detail"
    }
  }
}

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

Configuration

VariableDescriptionRequired
CRIC_WUYE_AI_ACCESS_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use CRIC Wuye AI to MODE.
  • Use CRIC Wuye AI to HOSTNAME.
  • Use CRIC Wuye AI to PORT.

Frequently asked questions

It connects CRIC Wuye AI to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (MODE, HOSTNAME, PORT, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with CRIC Wuye AI directly.