- Open the terminal on your machine.
- Add the HTTP server to Claude Code using the following command (Claude will then prompt you to log in via browser):
claude mcp add --transport http ferdigo https://mcp.ferdigo.com/mcp
- Open the Claude Desktop configuration file (typically at
~/Library/Application Support/Claude/claude_desktop_config.json).
- Insert the following configuration into the
mcpServers section:
{
"mcpServers": {
"ferdigo": {
"command": "npx",
"args": ["-y", "ferdigo-mcp"],
"env": {
"PUBLIC_URL": "https:/.ferdigo.com/mcp"
}
}
}
}