Labsco
MCP SERVER

鸣潮 MCP Server

by jacksmith3888

Wuthering Waves character, echo-set and character-profile data, pulled from Kuro Jiequ and returned as Markdown an assistant can read straight through.

Games, Entertainment & Fandom
Summary
Formatted for the model, not scraped and dumped.

The output is cleaned into Markdown before it reaches the assistant, which is the difference between a usable answer and a page of navigation chrome. The transport switch is the deployment-relevant part: the same package runs as a local stdio process for a desktop client or as an HTTP service in a container for cloud hosting, selected by one environment variable. Character and set names are supplied in Chinese.

What it is

An MCP server for the game Wuthering Waves. It queries character and echo-set information from the Kuro Jiequ community database and cleans it into Markdown formatted for a language model rather than for a browser.

What you get
  • Full character detail by Chinese character name, returned as Markdown — `get_character_info`
  • Echo-set detail by Chinese set name, in the same format — `get_artifact_info`
  • Character profile and background information — `get_character_profile`
  • Parallel fetching and async operation, so a multi-part question does not serialise into a long wait
Requirements

No account and no key. Install with `uv pip install wuwa-mcp-server`, or launch it through `uvx` as `wuwa-mcp-server` — the package is `wuwa-mcp-server` (2.0.1 in pyproject). Two transports: stdio by default for desktop clients, and Streamable HTTP when `TRANSPORT` is set to http, which is what the Docker image runs. Queries take Chinese names.

Setup effort

One command — uv pip install wuwa-mcp-server