SkillAgentSearch skills...

mcp-server-tauri

A Model Context Protocol (MCP) server and plugin for Tauri v2 development

Install / Use

claude mcp add hypothesi -- npx -y github:hypothesi/mcp-server-tauri

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

43/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "mcp-server-tauri-workspace", "private": true, "type": "module", "workspaces": [ "packages/tauri-plugin-mcp-bridge", "packages/mcp-server", "packages/cli", "packages/test-app" ], "scripts": { "dev": "concurrently -n server,app -c blue,green "npm run dev -w @hypothesi/tauri-mcp-server" "npm run tauri dev -w test-app"", "build": "npm run build --workspaces", "build:plugin": "npm run build -w @hypothesi/tauri-plugin-mcp-bridge", "build:server": "npm run build -w @hypothesi/tauri-mcp-server", "build:cli": "npm run build -w @hypothesi/tauri-mcp-cli", "build:test-app": "npm run build -w test-app", "test": "npm run test -w @hypothesi/tauri-mcp-server", "test:cli": "npm run test -w @hypothesi/tauri-mcp-cli", "docs:rust": "cd packages/tauri-plugin-mcp-bridge && cargo doc --no-deps --open", "docs:dev": "vitepress dev docs --host", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs", "standards": "npm run commitlint && npm run eslint && npm run cargo:fmt:check && npm run cargo:clippy", "standards:fix": "npm run cargo:fmt && npm run cargo:clippy:fix", "commitlint": "commitlint --from origin/main", "eslint": "eslint .", "cargo:fmt:check": "cargo fmt --check --manifest-path packages/tauri-plugin-mcp-bridge/Cargo.toml && cargo fmt --check --manifest-path packages/test-app/src-tauri/Cargo.toml", "cargo:clippy": "cargo clippy --manifest-path packages/tauri-plugin-mcp-bridge/Cargo.toml && cargo clippy --manifest-path packages/test-app/src-tauri/Cargo.toml", "cargo:fmt": "cargo fmt --manifest-path packages/tauri-plugin-mcp-bridge/Cargo.toml && cargo fmt --manifest-path packages/test-app/src-tauri/Cargo.toml", "cargo:clippy:fix": "cargo clippy --fix --allow-dirty --manifest-path packages/tauri-plugin-mcp-bridge/Cargo.toml && cargo clippy --fix --allow-dirty --manifest-path packages/test-app/src-tauri/Cargo.toml", "release:plugin": "node scripts/release-package.js plugin", "release:server": "node scripts/release-package.js server", "release:cli": "node scripts/release-package.js cli", "prepare": "husky" }, "devDependencies": { "@commitlint/cli": "12.1.1", "@silvermine/eslint-config": "github:silvermine/eslint-config-silvermine#3d0c92ca8d18c4bb66d7b01cf226b1963cbd1319", "@silvermine/eslint-plugin-silvermine": "2.5.0", "@silvermine/standardization": "2.2.3", "@types/fs-extra": "11.0.4", "@types/glob": "8.1.0", "@types/node": "20.10.0", "concurrently": "9.1.2", "eslint": "8.57.1", "fs-extra": "11.2.0", "glob": "11.0.0", "husky": "9.1.7", "lucide-vue-next": "0.554.0", "tsx": "4.20.6", "typescript": "5.9.3", "vitepress": "1.6.4", "vitepress-plugin-llms": "1.9.3", "vue": "3.5.25" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low