Token导航 LogoToken导航TokenDH.com
MCP Toggle Dark Mode logo
AI代理未说明官方级别未说明来源级核验

MCP Toggle Dark Mode

MCP Server

A tiny MCP server to toggle dark mode on macOS

工具数

1

提示词数

0

GitHub Stars

1

资源数

0
PythonClaudeAI代理Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

felixweinberger

提供方

felixweinberger

最后核验

2026/5/18 04:55

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

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 \u003crepo-url\u003e\
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)

目录标签

目录标签

PythonClaudeAI代理developer-toolsmcpdark-modemacOStoggleMCP协议本地部署暗模式切换macOS工具开发演示

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP