MCP Server Tauri
Rank #964io.github.hypothesi/mcp-server-tauri
A Model Context Protocol server for use with Tauri v2 applications
MCP Server Tauri is a Model Context Protocol (MCP) server published by hypothesi. It ranks #964 of 132,046 servers tracked on MCP Toplist, and its repository has 306 GitHub stars. MCP Server Tauri is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 9 tracked versions. It was first listed on Nov 27, 2025 and most recently updated on Aug 28, 2026.
Ranks ahead of 131,082 of 132,046 servers on MCP Toplist.
Use MCP Server Tauri
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-tauri -- npx -y @hypothesi/tauri-mcp-server[mcp_servers.mcp-server-tauri]
command = "npx"
args = ["-y", "@hypothesi/tauri-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-server-tauri": {
"command": "npx",
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-server-tauri": {
"command": "npx",
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-server-tauri": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-server-tauri": {
"command": "npx",
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-server-tauri": {
"command": "npx",
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
]
}
}
}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.hypothesi%2Fmcp-server-tauri)<a href="https://mcptoplist.com/server/io.github.hypothesi%2Fmcp-server-tauri"><img src="https://mcptoplist.com/badge/io.github.hypothesi%2Fmcp-server-tauri.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
hypothesi
Available versions (9)
| Version | Published |
|---|---|
| 0.13.0 | Aug 28, 2026 |
| 0.12.0 | Jul 6, 2026 |
| 0.9.0 | Feb 21, 2026 |
| 0.8.3 | Feb 18, 2026 |
| 0.8.2 | Feb 10, 2026 |
| 0.8.1 | Jan 25, 2026 |
| 0.8.0 | Jan 15, 2026 |
| 0.6.4 | Dec 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server Tauri?
- MCP Server Tauri is maintained by hypothesi, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is MCP Server Tauri listed on the Official MCP Registry?
- Yes — MCP Server Tauri is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does MCP Server Tauri have?
- MCP Toplist tracks 9 versions of MCP Server Tauri, most recently published on Aug 28, 2026.
- Where can I find the source code for MCP Server Tauri?
- The source code for MCP Server Tauri is hosted at github.com/hypothesi/mcp-server-tauri.
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.