Claude Desktop Setup Guide

Connect AppHighway MCP tools to Anthropic's Claude Desktop app

1
Step 1

Locate your config file

Open the Claude Desktop configuration file at:

~/Library/Application Support/Claude/claude_desktop_config.json
2
Step 2

Add AppHighway tools

Add the following MCP server configuration to your config file:

claude_desktop_config.json
{
  "mcpServers": {
    "apphighway-structify": {
      "command": "npx",
      "args": ["-y", "@apphighway/mcp-bridge", "--endpoint", "https://apphighway.com/api/mcp/structify"],
      "env": {
        "APPHIGHWAY_API_TOKEN": "YOUR_API_TOKEN"
      }
    }
  }
}
3
Step 3

Restart Claude Desktop

Close and reopen Claude Desktop. The AppHighway tools will appear in the tool selector (hammer icon) in the chat input.

4
Step 4

Verify installation

Start a new conversation and click the hammer icon to see available AppHighway tools. Try asking Claude to use one of them.

Tips

  • You can add multiple AppHighway tools by adding more entries to the mcpServers object.
  • Use the AppHighway MCP proxy to access all tools with a single configuration entry.
  • On Windows, the config file is located at %APPDATA%\Claude\claude_desktop_config.json
MCP Setup Guide – AppHighway