
Mcp Server Tauri
Wire Claude Code or Cursor into a Tauri v2 desktop app so the agent can inspect and drive your Rust/JS shell project from MCP stdio.
Overview
io.github.hypothesi/mcp-server-tauri is an MCP server for the Build phase that connects AI coding agents to Tauri v2 application projects over stdio.
What is this MCP server?
- Official-style MCP server scoped to Tauri v2 application projects
- stdio transport via npm package @hypothesi/tauri-mcp-server (v0.9.0)
- Lets coding agents reason about and operate within Tauri app structure from the IDE
- GitHub source under hypothesi/mcp-server-tauri packages/mcp-server
- MCP integration layer, not a standalone Tauri code generator skill
- Published server version 0.9.0
- npm identifier @hypothesi/tauri-mcp-server
- stdio transport per MCP registry schema
Community signal: 230 GitHub stars.
What problem does it solve?
Agents lack native visibility into your Tauri v2 repo, so you waste time pasting file trees and manual context for every desktop change.
Who is it for?
Solo builders already on Tauri v2 who live in Claude Code or Cursor and want MCP-native project context for desktop apps.
Skip if: Web-only SaaS stacks, Tauri v1 legacy apps, or teams that forbid local MCP stdio servers.
What do I get? / Deliverables
After install, your agent can interact with the Tauri MCP server from Claude Code or Cursor and stay aligned with your v2 app structure while you build.
- Registered stdio MCP server entry pointing at the Tauri MCP package
- Agent sessions that can target your Tauri v2 workspace through MCP
- Faster desktop build iteration without re-describing project layout each chat
Recommended MCP Servers
Journey fit
Tauri MCP sits where you are actively building the product and connecting agent tooling to a real desktop codebase, not at idea or launch distribution. It is an integration bridge between MCP hosts and the Tauri v2 dev workflow rather than UI polish or backend-only API work.
How it compares
Tauri-focused MCP bridge for desktop builds, not a generic browser automation or cloud deploy skill.
Common Questions / FAQ
Who is io.github.hypothesi/mcp-server-tauri for?
It is for indie developers shipping Tauri v2 desktop apps who want their AI coding agent to use MCP instead of manual copy-paste context.
When should I use mcp-server-tauri?
Use it during the build phase while you are integrating agent tooling with an existing or new Tauri v2 repository and MCP-capable editor.
How do I add mcp-server-tauri to my agent?
Add the npm package @hypothesi/tauri-mcp-server with stdio transport to your host MCP config (for example Claude Code or Cursor), then restart the client so the Tauri server starts via npx.