We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mckinleymedia/mcflow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# McFlow
MCP server for managing n8n workflows with external file support.
## Installation
```bash
git clone https://github.com/mckinleymedia/mcflow-mcp.git
cd mcflow-mcp
npm install
npm run build
```
## Setup
Add to Claude Code config (`~/.claude.json`):
```json
{
"mcpServers": {
"mcflow": {
"type": "stdio",
"command": "node",
"args": [
"<ABSOLUTE_PATH_TO_REPO>/mcflow-mcp/dist/index.js"
],
"env": {}
}
}
}
```
## Features
- Extract code/prompts/SQL from nodes into editable files
- Deploy workflows with automatic code compilation
- Generate workflow templates
- Manage n8n instance (auto-installs if needed)
## Docs
- [Getting Started](docs/overview.md)
- [AI Instructions](docs/ai/instructions.md)
## License
MIT