claude mcp add hypothesi-mcp-server-tauri -- npx -y @hypothesi/tauri-mcp-server
{
"mcpServers": {
"hypothesi-mcp-server-tauri": {
"command": "npx",
"args": ["-y", "@hypothesi/tauri-mcp-server"]
}
}
}
{
"mcpServers": {
"hypothesi-mcp-server-tauri": {
"command": "npx",
"args": ["-y", "@hypothesi/tauri-mcp-server"]
}
}
}
{
"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.