mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-04-05 00:53:07 +00:00
Revise quick start section in README.md
Removed quick start instructions and example JSON configuration for n8n-MCP.
This commit is contained in:
committed by
GitHub
parent
1be06c217f
commit
f770043d3d
24
README.md
24
README.md
@@ -36,10 +36,6 @@ AI results can be unpredictable. Protect your work!
|
|||||||
|
|
||||||
## 🚀 Quick Start
|
## 🚀 Quick Start
|
||||||
|
|
||||||
Get n8n-MCP running in minutes:
|
|
||||||
|
|
||||||
[](https://youtu.be/5CccjiLLyaY?si=Z62SBGlw9G34IQnQ&t=343)
|
|
||||||
|
|
||||||
### Option 1: Hosted Service (Easiest - No Setup!) ☁️
|
### Option 1: Hosted Service (Easiest - No Setup!) ☁️
|
||||||
|
|
||||||
**The fastest way to try n8n-MCP** - no installation, no configuration:
|
**The fastest way to try n8n-MCP** - no installation, no configuration:
|
||||||
@@ -51,21 +47,7 @@ Get n8n-MCP running in minutes:
|
|||||||
- ✅ **Always up-to-date**: Latest n8n nodes and templates
|
- ✅ **Always up-to-date**: Latest n8n nodes and templates
|
||||||
- ✅ **No infrastructure**: We handle everything
|
- ✅ **No infrastructure**: We handle everything
|
||||||
|
|
||||||
Just sign up, get your API key, and add to Claude Desktop:
|
Just sign up, get your API key, and connect your MCP client.
|
||||||
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"mcpServers": {
|
|
||||||
"n8n-mcp": {
|
|
||||||
"command": "npx",
|
|
||||||
"args": ["-y", "@anthropic-ai/mcp-remote@latest", "https://mcp.n8n-mcp.com/sse"],
|
|
||||||
"env": {
|
|
||||||
"API_KEY": "your-api-key-from-dashboard"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -75,6 +57,10 @@ Prefer to run n8n-MCP yourself? Choose your deployment method:
|
|||||||
|
|
||||||
### Option A: npx (Quick Local Setup) 🚀
|
### Option A: npx (Quick Local Setup) 🚀
|
||||||
|
|
||||||
|
Get n8n-MCP running in minutes:
|
||||||
|
|
||||||
|
[](https://youtu.be/5CccjiLLyaY?si=Z62SBGlw9G34IQnQ&t=343)
|
||||||
|
|
||||||
**Prerequisites:** [Node.js](https://nodejs.org/) installed on your system
|
**Prerequisites:** [Node.js](https://nodejs.org/) installed on your system
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user