★ 0 stars
TypeScript
🔌 API Integration
Updated today
MCP server for horizOn Backend-as-a-Service — documentation, live API tools, and workflow prompts for Godot, Unity, and Unreal Engine integration.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"horizon-mcp": {
"command": "npx",
"args": [
"-y",
"ProjectMakersDE/horizOn-mcp"
]
}
}
}
Run in terminal:
claude mcp add horizon-mcp npx -y ProjectMakersDE/horizOn-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"horizon-mcp": {
"command": "npx",
"args": [
"-y",
"ProjectMakersDE/horizOn-mcp"
]
}
}
}