create-credential
Generate and store credentials for node types in n8n workflows, such as 'cloudflareApi' or 'slackOAuth2Api', ensuring secure access to API integrations.
Instructions
Create a credential that can be used by nodes of the specified type. The credential type name can be found in the n8n UI when creating credentials (e.g., 'cloudflareApi', 'githubApi', 'slackOAuth2Api'). Use get-credential-schema first to see what fields are required for the credential type you want to create.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clientId | Yes | ||
data | Yes | ||
name | Yes | ||
type | Yes |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from n8n MCP Server
- activate-workflow
- create-credential
- create-project
- create-tag
- create-users
- create-variable
- create-workflow
- deactivate-workflow
- delete-credential
- delete-execution
- delete-project
- delete-tag
- delete-user
- delete-variable
- delete-workflow
- generate-audit
- get-credential-schema
- get-execution
- get-tag
- get-user
- get-workflow
- get-workflow-tags
- init-n8n
- list-executions
- list-projects
- list-tags
- list-users
- list-variables
- list-workflows
- update-project
- update-tag
- update-workflow
- update-workflow-tags
Related Tools
- @illuminaresolutions/n8n-mcp-server
- @makafeli/n8n-workflow-builder
- @makafeli/n8n-workflow-builder
- @illuminaresolutions/n8n-mcp-server
- @illuminaresolutions/n8n-mcp-server