goose (MCP Server)

GitHub

an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "goose": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-goose"
      ]
    }
  }
}