Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"goatcounter-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@rafaljanicki/goatcounter-mcp-server",
"--client",
"claude"
]
}
}
}