ApiChat

๐Ÿค– A modern API client built with Tauri

ApiChat banner
  • ๐Ÿš€ Built with Tauri 2.0 + React 19 for excellent performance
  • ๐ŸŽจ Dark / Light theme support
  • ๐ŸŒ i18n support (English, ็ฎ€ไฝ“ไธญๆ–‡)
  • ๐Ÿ“ฑ Cross-platform support (macOS, Windows, Linux)
  • ๐Ÿ”Œ Built-in MCP Server for AI integration
  • ๐Ÿ“ฆ OpenAPI import / export
  • ๐Ÿ“ Request history
  • ๐Ÿ”— WebSocket client

Install

Download from Releases

Go to the page and download the installer for your platform.

Build from Source

Requires and to be installed.

bash
git clone https://github.com/tlyboys/apichat.gitcd apichatpnpm installpnpm tauri dev

MCP Server

ApiChat includes a built-in MCP (Model Context Protocol) server that allows AI assistants to interact with your saved APIs, history, and WebSocket connections.

Configuration

Claude Code (.mcp.json):

json
{  "mcpServers": {    "apichat": {      "type": "http",      "url": "http://localhost:45677/mcp"    }  }}

Codex (.codex/config.toml):

toml
[mcp_servers.apichat]url = "http://localhost:45677/mcp"

License

ยฉ tlyboy