n8n 어시스턴트
이 프로젝트에는 n8n과 통합된 어시스턴트를 만드는 데 사용되는 다중 채널 플랫폼(MCP) 서버가 포함되어 있습니다. 어시스턴트를 사용하여 n8n 문서, 예제 워크플로 및 커뮤니티 포럼을 검색할 수 있습니다.
특징
- 웹 검색 : 특정 쿼리를 기반으로 n8n 문서, 워크플로, 커뮤니티 포럼을 검색합니다.
- HTML 콘텐츠 가져오기 : BeautifulSoup를 사용하여 검색 결과에서 주요 콘텐츠를 추출합니다.
- 비동기 처리 : HTTP 요청을 비동기적으로 수행하여 응답 시간을 더 빠르게 제공합니다.
요구 사항
- Python 3.7 이상
httpx
라이브러리beautifulsoup4
라이브러리python-dotenv
라이브러리
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 n8n-assistant를 자동으로 설치하려면:
지엑스피1
수동 설치
- 이 저장소를 복제하세요:
- 필요한 종속성을 설치하세요:
.env
파일을 만들고 필요한 API 키를 추가합니다.
용법
도우미를 시작하려면 다음 명령을 실행하세요.
그러면 다음과 같이 n8n과 관련된 정보를 도우미에게 쿼리할 수 있습니다.
MCP 서버
이 프로젝트는 n8n-asistans
MCP 서버를 사용합니다. 서버는 다음 명령으로 시작됩니다.
기여하다
참여하고 싶으시다면 풀 리퀘스트를 생성하거나 문제점을 보고해 주세요.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
n8n 문서, 예제 워크플로, 커뮤니티 포럼을 검색할 수 있는 n8n과 통합된 어시스턴트를 만드는 데 사용됩니다.
Related MCP Servers
- AsecurityAlicenseAqualityA server for programmatically creating and managing n8n workflows with a REST API interface, supporting workflow creation, validation, and export.Last updated -1014207JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server for programmatically creating and managing n8n workflows.Last updated -3MIT License
- -securityAlicense-qualityA 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 -266351TypeScriptMIT License
- -securityFlicense-qualityA 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