Companion repo for Build an MCP Server on Frontend Hire. A privacy-first analytics API wrapped in a real MCP server, one tagged checkpoint at a time.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"build-an-mcp-server": {
"command": "npx",
"args": [
"-y",
"yaralahruthik/build-an-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add build-an-mcp-server npx -y yaralahruthik/build-an-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"build-an-mcp-server": {
"command": "npx",
"args": [
"-y",
"yaralahruthik/build-an-mcp-server"
]
}
}
}