MCP.so
登录

🔌 N8N Node MCP Server

@ari-json

关于 🔌 N8N Node MCP Server

MCP server for accessing N8N node information through Claude Desktop

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

ari-json

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "n8n-node-mcp-server": {
      "command": "node",
      "args": [
        "index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is 🔌 N8N Node MCP Server?

A Model Context Protocol (MCP) server that provides seamless access to N8N node information from N8N's GitHub repository. It integrates with Claude Desktop to query, search, and explore N8N's extensive node ecosystem, including both core nodes and AI/LangChain nodes. Designed for developers and automation users working with N8N.

How to use 🔌 N8N Node MCP Server?

Install via npx (@ari-json/n8n-node-mcp-server) or globally and configure Claude Desktop JSON with the command and optional GITHUB_TOKEN environment variable. Use natural language prompts in Claude to list, search, or get details about N8N nodes.

Key features of 🔌 N8N Node MCP Server?

  • Provides six tools for querying N8N nodes (list, search, details, code, community, rate limit)
  • Covers 300+ core nodes and all AI/LangChain nodes from N8N
  • Optional GitHub token increases API rate limit from 60 to 5,000 requests/hour
  • No installation required; runs directly via npx
  • Test server directly or with MCP Inspector

Use cases of 🔌 N8N Node MCP Server?

  • Discovering available N8N nodes and their capabilities during workflow design
  • Searching for specific integrations (e.g., OpenAI, vector stores)
  • Getting implementation details and source code for custom node development
  • Exploring community-contributed N8N nodes

FAQ from 🔌 N8N Node MCP Server?

What is the difference between this server and using N8N directly?

This server provides an AI assistant interface (Claude) to browse N8N's node repository, without requiring the N8N editor to be running, and includes code-level details.

What are the runtime requirements?

Node.js 16.0+ and npm or npx. Claude Desktop is required to use the tools.

Where does the node data come from?

The server fetches data directly from N8N's public GitHub repository (packages/nodes-base and packages/@n8n/nodes-langchain) and npm for community nodes.

Is a GitHub token required?

No, but without a token the GitHub API rate limit is 60 requests per hour; with a token it increases to 5,000 requests per hour.

How is the server accessed/authenticated?

Transport is via local command execution (stdio) configured in Claude Desktop. Authentication is optional via the GITHUB_TOKEN environment variable for higher GitHub API rate limits.

评论

其他 分类下的更多 MCP 服务器