Tauri Documentation MCP
Rank #23,117io.github.fxckcode/tauri-docs-mcp
Read-only MCP server for official Tauri 2 documentation snapshots.
Tauri Documentation MCP is a Model Context Protocol (MCP) server published by fxckcode. It ranks #23,117 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Tauri Documentation MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 12, 2026 and most recently updated on Sep 12, 2026.
Ranks ahead of 108,996 of 132,113 servers on MCP Toplist.
Use Tauri Documentation MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tauri-docs-mcp -- npx -y tauri-docs-mcp[mcp_servers.tauri-docs-mcp]
command = "npx"
args = ["-y", "tauri-docs-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tauri-docs-mcp": {
"command": "npx",
"args": [
"-y",
"tauri-docs-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tauri-docs-mcp": {
"command": "npx",
"args": [
"-y",
"tauri-docs-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tauri-docs-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tauri-docs-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tauri-docs-mcp": {
"command": "npx",
"args": [
"-y",
"tauri-docs-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tauri-docs-mcp": {
"command": "npx",
"args": [
"-y",
"tauri-docs-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fxckcode%2Ftauri-docs-mcp)<a href="https://mcptoplist.com/server/io.github.fxckcode%2Ftauri-docs-mcp"><img src="https://mcptoplist.com/badge/io.github.fxckcode%2Ftauri-docs-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
fxckcode
Other servers by fxckcode
View all fxckcode servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Sep 12, 2026 |
Frequently asked questions
- Who maintains Tauri Documentation MCP?
- Tauri Documentation MCP is maintained by fxckcode, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Tauri Documentation MCP listed on the Official MCP Registry?
- Yes — Tauri Documentation MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Tauri Documentation MCP have?
- MCP Toplist tracks 1 version of Tauri Documentation MCP, most recently published on Sep 12, 2026.
- Where can I find the source code for Tauri Documentation MCP?
- The source code for Tauri Documentation MCP is hosted at github.com/fxckcode/tauri-docs-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.