← All plugins

Headlo MCP

Use Headlo plugins from Claude, Cursor, Windsurf, and any platform that supports the Model Context Protocol. Create stores, wedding websites, shipping labels, and expert knowledge protocols without opening a browser.

MCP endpoint: https://api.headlo.com/v1/mcp Get your API key →

Claude Code

1. Get your API key
Go to headlo.com/mcp/key, enter label Claude Code, and click Generate →. Copy the hlk_… key.
2. Run this command
claude mcp add headlo --transport http https://api.headlo.com/v1/mcp --header "Authorization: Bearer YOUR_HLK_KEY"
3. Confirm connected
Restart Claude Code, then run /mcp and select headlo — you should see ✔ connected.

Claude.ai

1. Get your API key
Go to headlo.com/mcp/key, enter label Claude.ai, and click Generate →. Copy the hlk_… key.
2. Open Connectors
Go to claude.ai/customize/connectors and click +.
3. Fill in the form
Name: Headlo MCP
URL: https://api.headlo.com/v1/mcp?key=hlk_… (append your key as a query param)
Leave Authentication fields blank.
4. Click Add
Claude.ai lists all tools under Tool permissions. Set them to Always allow.

Claude Desktop

1. Edit config
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
2. Add server
{
  "mcpServers": {
    "headlo": { "type": "http", "url": "https://api.headlo.com/v1/mcp" }
  }
}
3. Restart Claude Desktop
Quit and reopen. Headlo tools appear in the tool picker.

Cursor

1. Edit config
Edit ~/.cursor/mcp.json:
{
  "mcpServers": { "headlo": { "url": "https://api.headlo.com/v1/mcp", "transport": "http" } }
}

Windsurf

1. Edit config
Edit ~/.codeium/windsurf/mcp_config.json:
{
  "mcpServers": { "headlo": { "serverUrl": "https://api.headlo.com/v1/mcp", "transport": "streamableHttp" } }
}
View all 23 available tools → Manage API keys →