n8n MCP Server
create-credential
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
- init-n8n
- list-workflows
- get-workflow
- create-workflow
- update-workflow
- delete-workflow
- activate-workflow
- deactivate-workflow
- list-projects
- create-project
- delete-project
- update-project
- list-users
- create-users
- get-user
- delete-user
- list-variables
- create-variable
- delete-variable
- create-credential
- delete-credential
- get-credential-schema
- list-executions
- get-execution
- delete-execution
- create-tag
- list-tags
- get-tag
- update-tag
- delete-tag
- get-workflow-tags
- update-workflow-tags
- generate-audit