tai entry to its config, and Claude Desktop starts the server and connects on launch.
Add a config entry
Edit Claude Desktop’sclaude_desktop_config.json (Settings → Developer → Edit Config) and add a tai server under mcpServers. Claude Desktop launches the command and speaks MCP over its standard streams.
claude_desktop_config.json
tai if it is not on Claude Desktop’s PATH, and an absolute --manifest-path. Restart Claude Desktop to load the entry.
1
Confirm the server runs standalone
Start it once in a terminal to check the manifest and environment before wiring the client.
2
Add the config entry
Add the
mcpServers block above and set an absolute command path and manifest path.3
Restart and verify
Restart Claude Desktop; the server’s tools appear in the app’s tool list.
Claude Desktop uses the stdio transport. To reach a server running over HTTP instead — a remote or shared instance — use a generic MCP client entry; see MCP clients.
See also
- MCP clients — the transport options and the HTTP config shape.
- Deploy — the manifest and environment the server loads.
- Expose a private tool set — scope Claude Desktop to a tool subset.

