N8N-api-MCP

N8N-api-MCP

1

The n8n API MCP Server is designed to interact with a self-hosted instance of n8n, providing tools to execute and manage API calls. It includes features for searching API endpoints and utilizing a "Fast Memory" database to store successful calls for efficient reuse.

search_api_endpoints`

Search for endpoints in local API specification databases

get_api_endpoint_details`

Get details of a specific endpoint

execute_api_call`

Execute API calls, prioritizing fast memory database

natural_language_api_search`

Called via natural language search API

save_to_fast_memory`

Manually save API calls to fast memory database

list_fast_memory`

List entries in the fast in-memory database

delete_from_fast_memory`

Delete specific entries from fast in-memory database

clear_fast_memory`

Clear the fast memory database

load_api_spec_from_json`

Loading API specification database from OpenAPI JSON file

send_raw_api_request`

Execute API calls using the original request string