Skip to main content
Glama

n8n-asistans

n8n 어시스턴트

이 프로젝트에는 n8n과 통합된 어시스턴트를 만드는 데 사용되는 다중 채널 플랫폼(MCP) 서버가 포함되어 있습니다. 어시스턴트를 사용하여 n8n 문서, 예제 워크플로 및 커뮤니티 포럼을 검색할 수 있습니다.

특징

  • 웹 검색 : 특정 쿼리를 기반으로 n8n 문서, 워크플로, 커뮤니티 포럼을 검색합니다.
  • HTML 콘텐츠 가져오기 : BeautifulSoup를 사용하여 검색 결과에서 주요 콘텐츠를 추출합니다.
  • 비동기 처리 : HTTP 요청을 비동기적으로 수행하여 응답 시간을 더 빠르게 제공합니다.

요구 사항

  • Python 3.7 이상
  • httpx 라이브러리
  • beautifulsoup4 라이브러리
  • python-dotenv 라이브러리

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 n8n-assistant를 자동으로 설치하려면:

지엑스피1

수동 설치

  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 -
                266
                351
                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