🛠️

mcp-server-tauri

A Model Context Protocol server for use with Tauri v2 applications

Developer Tools stdio npm npmstdiohypothesi
RUN IN TERMINAL
claude mcp add hypothesi-mcp-server-tauri -- npx -y @hypothesi/tauri-mcp-server
ADD TO claude_desktop_config.json
{ "mcpServers": { "hypothesi-mcp-server-tauri": { "command": "npx", "args": ["-y", "@hypothesi/tauri-mcp-server"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "hypothesi-mcp-server-tauri": { "command": "npx", "args": ["-y", "@hypothesi/tauri-mcp-server"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "hypothesi-mcp-server-tauri": { "command": "npx", "args": ["-y", "@hypothesi/tauri-mcp-server"] } } }

About This MCP Server

The io.github.hypothesi/mcp-server-tauri is a Model Context Protocol server that enables communication with Tauri v2 applications, allowing developers to integrate AI coding assistants into their development workflow. It connects to Tauri applications via standard input/output streams, facilitating the exchange of data and context between the application and the AI model. Developers would use this server when building Tauri v2 applications that require AI-powered coding assistance, such as those utilizing Claude Code or Cursor.

A Model Context Protocol server for use with Tauri v2 applications. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the stdio transport.

Package

@hypothesi/tauri-mcp-server on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The mcp-server-tauri server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/hypothesi-mcp-server-tauri.svg)](https://skillsplayground.com/mcps/hypothesi-mcp-server-tauri/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.