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