Two n8n workflows: an MCP server exposing Wikipedia and Calculator tools, and an AI agent client that connects to it over MCP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"n8n-mcp-server-ai-ag": {
"command": "npx",
"args": [
"-y",
"MansoorHaasanRao/n8n-mcp-server-ai-agent"
]
}
}
}
Run in terminal:
claude mcp add n8n-mcp-server-ai-ag npx -y MansoorHaasanRao/n8n-mcp-server-ai-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"n8n-mcp-server-ai-ag": {
"command": "npx",
"args": [
"-y",
"MansoorHaasanRao/n8n-mcp-server-ai-agent"
]
}
}
}