N8n Workflows
@carlosjperez
N8n Workflows について
Servidor MCP para automatización avanzada de workflows n8n vía Model Context Protocol. Permite ejecutar, listar y monitorizar flujos n8n desde cualquier cliente MCP compatible.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"n8n-workflows": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"N8N_BASE_URL=${N8N_BASE_URL}",
"-e",
"N8N_API_KEY=${N8N_API_KEY}",
"ghcr.io/carlosjperez/n8n-mcp-connector:latest"
],
"env": {
"N8N_BASE_URL": "https://TU_INSTANCIA_N8N",
"N8N_API_KEY": "TU_API_KEY"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is N8n Workflows?
It is an MCP server for advanced automation of n8n workflows via Model Context Protocol, allowing users
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント