$ timeahead.in
/ servers/npm/@assistant-ui/mcp-docs-server
npm

@assistant-ui/mcp-docs-server

MCP server for assistant-ui documentation and examples

11k stars2k/wkupdated 0d agogithub ↗
91excellent
▣ Overview
npm versionnpm downloadsWeave BadgeGitHub starsGitHub LicenseBacked by Y Combinator

What it does

This MCP server provides Claude with tools to search and retrieve assistant-ui documentation, API references, and code examples. It enables developers to query the library's extensive docs—covering composable primitives, runtime APIs, backend integrations, and component patterns—directly within Claude's context. The server reads from the assistant-ui repository and filesystem, making documentation lookups fast without forcing context switches.

Who it's for

Frontend engineers building chat and conversational UIs with assistant-ui, particularly those integrating with multiple LLM backends (Vercel AI SDK, LangGraph, Google ADK, custom HTTP backends). Developers who want Claude to help them compose thread and message components, understand runtime configuration, or discover patterns for features like streaming, attachments, and voice input.

Common use cases

  • Search component API docs (Thread, Composer, ActionBar, etc.) while prototyping a chat interface
  • Find integration examples for a specific backend (LangChain, Ollama, Bedrock)
  • Look up TypeScript runtime APIs and adapter signatures
  • Retrieve Radix-style primitive composition patterns for custom UI
  • Find examples of generative UI patterns and tool call rendering

Setup pitfalls

  • Filesystem write access—the server writes to disk, likely for caching; sandbox its working directory in restricted deployments
  • Network access required—documentation is fetched from GitHub or the assistant-ui CDN; ensure outbound HTTPS is permitted
  • High risk classification due to filesystem writes—monitor and restrict write paths if necessary
  • Two tools available—verify both are present before querying; one may have limitations requiring fallback to the other
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
80
16.1
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
91.1
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecevalsecrets
◆ Risk level: high· 2 tools · auth: API key
fs read + fs write + network + exec + eval + secrets active — can execute code, access credentials, and make external network calls.
Tool nameDescriptionDestructive?
echo✓ no
fingerprint✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "assistant-uimcp-docs": {
      "command": "npx",
      "args": [
        "-y",
        "@assistant-ui/mcp-docs-server"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
77/ 100 · is this project alive?
contributors (1y)41
top contributor share33%
releases (1y)100
last release1d ago
ci✓ passing
⛁ Raw data
weekly downloads2k
github stars11k
forks1k
open issues2
license✓ present
readme length8509 chars
last publish0d ago
last commit0d ago
last updated1d ago
install verified✓ pass · 23d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points