# Tauri Documentation MCP (npm · tauri-docs-mcp)

Read-only MCP server for official Tauri 2 documentation snapshots.

- Trust score: 84/100 (high trust)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-22

## Components

- npm · `tauri-docs-mcp`: 84/100 (this document), [markdown](https://verifymcp.io/servers/fxckcode-tauri-docs-mcp/tauri-docs-mcp.md), [page](https://verifymcp.io/servers/fxckcode-tauri-docs-mcp/tauri-docs-mcp)

## Channel facts

- Registry: `npm`
- Package: `tauri-docs-mcp`
- Version: `0.2.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-22.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to fxckcode/tauri-docs-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 9 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 173 tokens (~57/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Tauri Documentation MCP server?

Tauri Documentation MCP runs locally as an npm package, launched with npx -y tauri-docs-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add fxckcode-tauri-docs-mcp -- npx -y tauri-docs-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "fxckcode-tauri-docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tauri-docs-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "fxckcode-tauri-docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tauri-docs-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add fxckcode-tauri-docs-mcp -- npx -y tauri-docs-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fxckcode-tauri-docs-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tauri-docs-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fxckcode-tauri-docs-mcp --command npx --arg -y --arg tauri-docs-mcp
```

### Hermes

```yaml
mcp_servers:
  fxckcode-tauri-docs-mcp:
    command: "npx"
    args: ["-y", "tauri-docs-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "fxckcode-tauri-docs-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "tauri-docs-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add fxckcode-tauri-docs-mcp -t stdio -c npx -a -y tauri-docs-mcp
```

### Other

```json
{
  "mcpServers": {
    "fxckcode-tauri-docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tauri-docs-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 84, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-13 (score 80, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-12 (score 65)

First indexed and scored.

## MCP tools (3)

### `resolve_tauri_docs` (~45 tokens)

Resolve Tauri documentation snapshot

Resolve a Tauri documentation identifier to deterministic metadata from the checked-in corpus.

Input parameters:

- `identifier` (string): tauri, tauri@2, or an immutable snapshot identifier.

### `query_tauri_docs` (~66 tokens)

Query Tauri documentation

Query bounded content from a selected or default checked-in Tauri documentation snapshot.

Input parameters:

- `limit` (integer): Maximum results; defaults to 5.
- `query` (string, required): Search terms, bounded by length and term count.
- `snapshot` (string): Optional supported snapshot identifier.

### `search_tauri_docs` (~62 tokens)

Search Tauri documentation (compatibility)

Compatibility search path. Prefer resolve_tauri_docs followed by query_tauri_docs.

Input parameters:

- `limit` (integer): Maximum results, from 1 to 10; defaults to 5.
- `query` (string, required): Search terms, 1-200 characters.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/fxckcode-tauri-docs-mcp/tauri-docs-mcp#diagnostics

## Score history

- 2026-09-22: 84
- 2026-09-21: 84
- 2026-09-20: 84
- 2026-09-19: 80
- 2026-09-18: 80
- 2026-09-17: 80
- 2026-09-16: 80
- 2026-09-15: 80
- 2026-09-14: 80
- 2026-09-13: 80
- 2026-09-12: 65

## Common questions

### What is the Tauri Documentation MCP server?

Tauri Documentation MCP is listed in the public MCP registry as io.github.fxckcode/tauri-docs-mcp. Read-only MCP server for official Tauri 2 documentation snapshots. This page covers its npm package (tauri-docs-mcp).

### Is the Tauri Documentation MCP server safe to use?

Tauri Documentation MCP scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Tauri Documentation MCP server expose?

Tauri Documentation MCP exposes 3 tools: resolve_tauri_docs, query_tauri_docs, search_tauri_docs. Their descriptions and schemas cost roughly 173 tokens of context every time the server is loaded.

### Is the Tauri Documentation MCP server still maintained?

Tauri Documentation MCP is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Tauri Documentation MCP server under?

Tauri Documentation MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/tauri-docs-mcp
- Socket report: https://socket.dev/npm/package/tauri-docs-mcp
- Repository: https://github.com/fxckcode/tauri-docs-mcp
- Changelog RSS feed: https://verifymcp.io/servers/fxckcode-tauri-docs-mcp/tauri-docs-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/fxckcode-tauri-docs-mcp/tauri-docs-mcp.json
- HTML version of this page: https://verifymcp.io/servers/fxckcode-tauri-docs-mcp/tauri-docs-mcp
