
mcp toggle dark mode
🌓 A tiny MCP server to toggle dark mode on macOS
Repository Info
About This Server
🌓 A tiny MCP server to toggle dark mode on macOS
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP Dark Mode Toggle
A toy MCP (Model Context Protocol) server that demonstrates how MCP works by providing a simple tool to toggle dark mode on macOS.
Installation
# Clone and install dependencies
git clone <repo-url>
cd mcp-toggle-dark-mode
uv sync
Connect to Claude Desktop
Add this to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"dark-mode-toggle": {
"command": "python",
"args": ["/path/to/mcp-toggle-dark-mode/main.py"]
}
}
}
Replace /path/to/mcp-toggle-dark-mode/main.py with the actual path to your main.py file.
Restart Claude Desktop and you'll have access to the toggle_dark_mode tool.
Co-Authors
- fweinberger@anthropic.com
- Claude (noreply@anthropic.com)
Quick Start
Clone the repository
git clone https://github.com/felixweinberger/mcp-toggle-dark-modeInstall dependencies
cd mcp-toggle-dark-mode
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.