The Score Specification provides a developer-centric and platform-agnostic Workload specification to improve developer productivity and experience. It eliminates configuration inconsistencies between environments.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"spec": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spec"
]
}
}
}