Skip to main content
Glama

n8n-asistans

n8n 助手

该项目包含一个多渠道平台 (MCP) 服务器,用于创建与 n8n 集成的助手。该助手可用于搜索 n8n 文档、示例工作流程和社区论坛。

特征

  • 网络搜索:根据特定查询搜索 n8n 文档、工作流程和社区论坛。
  • HTML 内容获取:使用 BeautifulSoup 从搜索结果中提取主要内容。
  • 异步处理:异步执行 HTTP 请求,提供更快的响应时间。

要求

  • Python 3.7 或更高版本
  • httpx
  • beautifulsoup4
  • python-dotenv

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 n8n-assistant:

npx -y @smithery/cli install @onurpolat05/n8n-assistant --client claude

手动安装

  1. 克隆此存储库:
    git clone <repository-url> cd <repository-directory>
  2. 安装所需的依赖项:
    pip install -r requirements.txt
  3. 创建一个.env文件并添加必要的 API 密钥:
    SERPER_API_KEY=your_api_key_here

用法

要启动助手,请运行以下命令:

uvicorn main:app --reload

然后,您可以向助手查询与 n8n 相关的信息,如下所示:

await get_n8n_info("HTTP Request node", "docs")

MCP 服务器

该项目使用n8n-asistans MCP 服务器。该服务器使用以下命令启动:

{ "mcpServers": { "n8n-asistans": { "command": "uv", "args": [ "--directory", "/n8n-assistant", "run", "main.py" ], "env":{ "SERPER_API_KEY": "*********" } } } }

贡献

如果您想做出贡献,请创建拉取请求或报告问题。

执照

该项目已获得 MIT 许可。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

用于创建与 n8n 集成的助手,可以搜索 n8n 文档、示例工作流程和社区论坛。

  1. 特征
    1. 要求
      1. 安装
        1. 通过 Smithery 安装
        2. 手动安装
      2. 用法
        1. MCP 服务器
          1. 贡献
            1. 执照

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A server for programmatically creating and managing n8n workflows with a REST API interface, supporting workflow creation, validation, and export.
                Last updated -
                10
                14
                207
                JavaScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, supporting actions like listing, creating, updating, executing and monitoring workflows.
                Last updated -
                207
                333
                TypeScript
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                A Master Control Program server that provides workflow validation tools and best practices for n8n automation projects, including workflow management, NextJS integration, and API access.
                Last updated -
                TypeScript

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/onurpolat05/n8n-Assistant'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server