Other MCP Server · MODEL CONTEXT PROTOCOL

ai zerolab mcp toolbox

Maintenance of a set of tools to enhance LLM through MCP protocols.

WHAT IT CONNECTS

ai zerolab mcp toolbox 为 AI Agent 提供什么

  • **Command Line Execution**: Execute any command line instruction through LLM
  • **Figma Integration**: Access Figma files, components, styles, and more
  • **Extensible Architecture**: Easily add new API integrations
  • **MCP Protocol Support**: Compatible with Claude Desktop and other MCP-enabled LLMs
  • **Comprehensive Testing**: Well-tested codebase with high test coverage
  • `FIGMA_API_KEY`: API key for Figma integration
  • `TAVILY_API_KEY`: API key for Tavily integration
  • `DUCKDUCKGO_API_KEY`: API key for DuckDuckGo integration
  • `BFL_API_KEY`: API key for Flux image generation API
  • **macOS**: `~/Documents/zerolab/mcp-toolbox/memory` (syncs across devices via iCloud)
  • **Other platforms**: `~/.zerolab/mcp-toolbox/memory`
  • Configure Claude Desktop as shown in the Configuration section
  • Start Claude Desktop
  • Ask Claude to interact with Figma files:
  • "Can you get information about this Figma file: 12345abcde?"
  • "Show me the components in this Figma file: 12345abcde"
  • "Get the comments from this Figma file: 12345abcde"
  • Ask Claude to execute command line instructions:
  • "What files are in the current directory?"
  • "What's the current system time?"
  • "Show me the contents of a specific file."
  • Ask Claude to download podcasts from XiaoyuZhouFM:
  • "Download this podcast episode: https://www.xiaoyuzhoufm.com/episode/67c3d80fb0167b8db9e3ec0f"
  • "Download and convert to MP3 this podcast: https://www.xiaoyuzhoufm.com/episode/67c3d80fb0167b8db9e3ec0f"
  • Ask Claude to work with audio files:
  • "What's the length of this audio file: audio.m4a?"
  • "Transcribe the audio from 60 to 90 seconds in audio.m4a"
  • "Get the text from 2:30 to 3:00 in the audio file"
  • Ask Claude to convert files or URLs to Markdown:
  • "Convert this file to Markdown: document.docx"
  • "Convert this webpage to Markdown: https://example.com"
  • Ask Claude to work with web content:
  • "Get the HTML content from https://example.com"
  • "Save the HTML from https://example.com to a file"
  • "Search the web for 'artificial intelligence news'"
  • Ask Claude to generate images with Flux:
  • "Generate an image of a beautiful sunset over mountains"
  • "Create an image of a futuristic city and save it to my desktop"
  • "Generate a portrait of a cat in a space suit"
  • Ask Claude to use memory tools:
  • "Remember this important fact: The capital of France is Paris"
  • "What's my current session ID?"
  • "Recall any information about France"
  • "Think about the implications of climate change"
  • "Forget all stored memories"
  • Update `config.py` with any required API keys
  • Create a new module in `mcp_toolbox/`
  • Implement your API client and tools
  • Add tests for your new functionality
  • Update the README.md with new environment variables and tools
  • Fork the repository
  • Create a feature branch (`git checkout -b feature/amazing-feature`)
  • Commit your changes (`git commit -m 'Add some amazing feature'`)
  • Push to the branch (`git push origin feature/amazing-feature`)
  • Open a Pull Request

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。