Model Context Protocol (MCP) server configuration and tool manifest for sebastianbergmann/object-enumerator
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"object-enumerator": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-object-enumerator"
]
}
}
}