# MCP Server > for Tauri An MCP server that empowers AI assistants to build, test, and debug Tauri applications. ## Table of Contents ### Guides - [Getting Started with MCP Server Tauri](/mcp-server-tauri/guides/getting-started.md): Learn how to integrate MCP Server Tauri into your existing Tauri application for AI-powered development. - [CLI Usage](/mcp-server-tauri/guides/cli.md) - [Agent Skills](/mcp-server-tauri/guides/agent-skills.md): Install Tauri MCP agent skills so your AI coding agent learns correct CLI usage automatically. - [Claude Code Plugin](/mcp-server-tauri/guides/claude-code-plugin.md): Install Tauri MCP agent skills as a Claude Code Plugin for seamless integration. - [Using Prompts (Slash Commands)](/mcp-server-tauri/guides/prompts.md): Learn how to use MCP prompts to run guided, multi-step workflows for common Tauri development tasks. - [Element Picker: Point, Click, Fix](/mcp-server-tauri/guides/element-picker.md): A hands-on guide to using the element picker to visually select UI elements in your Tauri app and work with them through your AI assistant. ### API Reference - [API Reference - What Your AI Can Do](/mcp-server-tauri/api.md): Explore 20 powerful MCP tools for Tauri development including setup, mobile development, UI automation, and IPC debugging. - [Prompts (Slash Commands)](/mcp-server-tauri/api/prompts.md): Pre-built prompt templates that appear as slash commands in your AI assistant for common Tauri development tasks. - [Mobile Development Tools](/mcp-server-tauri/api/mobile-development.md): MCP tools for mobile development - list Android devices and iOS simulators. - [UI Automation Tools](/mcp-server-tauri/api/ui-automation.md): Automate Tauri application UI testing - manage sessions, capture screenshots, pick elements, access console logs, and control webview interactions. - [WebView Interaction Tools](/mcp-server-tauri/api/webview-interaction.md): Interact with Tauri webview - perform gestures, keyboard input, take screenshots, execute JavaScript, find elements, and inspect CSS styles. - [IPC & Plugin Tools](/mcp-server-tauri/api/ipc-plugin.md): Access Tauri IPC layer directly - execute commands, monitor IPC events, emit custom events, and inspect backend state and window information. ### Other - [Changelog](/mcp-server-tauri/changelog.md): Release history and notable changes for MCP Server Tauri - track new features, bug fixes, and improvements across versions. - [Suggested Prompts for mcp-server-tauri](/mcp-server-tauri/suggested_prompts.md)