
Golf
Supports UIby golf-mcp
Enterprise-grade framework for building secure, scalable MCP servers with built-in auth and telemetry.
What it does
Golf is a high-level framework that simplifies the creation of Model Context Protocol (MCP) servers. It allows developers to define tools, prompts, and resources as simple Python files, which Golf then automatically discovers and compiles into a production-ready server. It removes the boilerplate typically associated with MCP development, focusing on developer experience and scalability.
Tools
Golf is a framework for building servers rather than a single-purpose server itself. However, it provides built-in utilities for LLM interactions and automatic telemetry to monitor tool performance and usage.
Installation
Install via pip:
pip install golf-mcp
Initialize a project:
golf init your-project-name
To integrate into Claude Desktop, add the resulting build to your claude_desktop_config.json:
{
"mcpServers": {
"golf-server": {
"command": "golf",
"args": ["run", "--project", "/path/to/your-project"]
}
}
}
Supported hosts
Supported via standard MCP transports (stdio, SSE). Confirmed compatible with Claude Desktop.
Quick install
pip install golf-mcpInformation
- Pricing
- free
- Published
- 4/21/2026
- stars






