Back to directory
Tabby MCP

Tabby MCP

@thuanpham58200272

A Tabby plugin that implements a Model Context Protocol (MCP) server, enabling AI-powered control and automation of the Tabby terminal.

terminaltabbyaiautomationplugin

Installation & Configuration

{
  "mcpServers": {
    "Tabby MCP (STDIO)": {
      "command": "npx",
      "args": [
        "-y",
        "tabby-mcp-stdio",
        "--port",
        "3001"
      ]
    },
    "Tabby MCP (SSE)": {
      "type": "sse",
      "url": "http://localhost:3001/sse"
    }
  }
}

Information

Transport
stdiosse
Language
TypeScript
Created
2025/4/8
Updated
2026/6/7