x1pm + n8n
Read and write workspace files from your workflows
The problem
n8n workflows run in isolation from your project context. Automations can't read your team's decisions or update shared task lists without custom API work.
Setup
Up and running in under 2 minutes.
1
Get your API key from x1pm
Sign up at x1pm.com and generate an API key from your organization settings.
2
Add MCP node in n8n
Use n8n's MCP node to connect to x1pm and access your workspace files from any workflow.
{
"type": "http",
"url": "https://x1pm.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}3
Build your first workflow
Read context files, run your automation, and write results back to x1pm.
What you get
- Workflows read project context before running
- Automation results written back to shared workspace
- Combine n8n automations with coding agent context
- No custom API integration needed — MCP handles it