
wiz mcp
一个通过 smolagents 和 LiteLLM 连接到 N8N MCP 服务器的命令行工具。
Repository Info
About This Server
一个通过 smolagents 和 LiteLLM 连接到 N8N MCP 服务器的命令行工具。
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
Wiz MCP
A command-line tool that connects to N8N MCP servers using smolagents and LiteLLM.
Usage
Basic Usage
uv run main.py --n8n-api-key YOUR_API_KEY "Your message here"
With Custom LLM Model
uv run main.py \
--llm-model "ollama/llama3:latest" \
--n8n-api-key YOUR_API_KEY \
"Analyze my recent emails"
With Custom LLM URL
uv run main.py \
--llm-url "http://localhost:8080" \
--llm-model "gpt-4o-mini" \
--n8n-api-key YOUR_API_KEY \
"Help me organize my inbox"
With Custom N8N SSE URL
uv run main.py \
--n8n-sse-url "https://your-n8n.domain.com/mcp/gmail-v2/sse" \
--n8n-api-key YOUR_API_KEY \
"What are my unread emails?"
Full Configuration
uv run main.py \
--llm-model "ollama/gemma3:latest" \
--llm-url "http://localhost:11434" \
--n8n-sse-url "https://n8n.example.com/mcp/gmail-v2/sse" \
--n8n-api-key YOUR_API_KEY \
--temperature 0.2 \
"Draft a response to my latest email from John"
Options
--llm-model,-m: The model to use for the agent (default:ollama/gemma3:latest)--llm-url,-u: The base URL for the LLM API (default:http://localhost:11434)--n8n-sse-url,-s: The SSE URL for the MCP server (default:https://n8n.example.com/mcp/gmail-v2/sse)--n8n-api-key,-k: The API key for N8N (required)--temperature,-t: The temperature for the LLM model (default:0.1)
Environment Variables
You can also set the N8N API key as an environment variable:
export N8N_API_KEY="your-api-key-here"
uv run main.py --n8n-api-key "$N8N_API_KEY" "Your message"
Quick Start
Clone the repository
git clone https://github.com/ddrscott/wiz-mcpInstall dependencies
cd wiz-mcp
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.