Connect AI Clients

Follow these guides to connect your AI assistant to Invizo MCP. You'll need an API key from the Keys page first.

🤖 Claude (Claude Desktop / Claude Code)

Claude supports MCP natively via its config file.

1

Find or create the Claude config file

The location depends on your OS:

bash
# macOS
~/Library/Application Support/Claude/claude_desktop_config.json

# Windows
%APPDATA%\Claude\claude_desktop_config.json
2

Add the Invizo MCP server

json
{
  "mcpServers": {
    "invizo": {
      "url": "https://api.mcp.invizo.io/mcp",
      "transport": "streamable-http",
      "headers": {
        "Authorization": "Bearer inv_your_api_key_here"
      }
    }
  }
}
3

Restart Claude Desktop

Fully quit and relaunch Claude Desktop. You should see Invizo MCP listed in the tools panel.
â„šī¸ Replace inv_your_api_key_here with your actual API key from the Keys page.

🔗 MCP Endpoint Reference

MCP Endpoint
https://api.mcp.invizo.io/mcp
Transport
streamable-http
Auth Header
Authorization: Bearer <api_key>
Protocol Version
2024-11-05