Where to find MCP's

Obviously the first step is to install the n8n-nodes-mcp from the community on your selfhosted n8n

Where to find MCP

this is a non exaustive lists I invite any one to enumerate their sources of MCP.


For the Configuration like shown in the Credentials parts
your configure the MCP services via the credentials, and mostly almost via STDIO

command

npx

  • because n8n use nodejs and MCP add a package (a function) to it.

argument

-y @modelcontextprotocol/server-brave-search

  • -y (because we want it to install inconditionnaly)
  • the name of the package
    • IE: @modelcontextprotocol/server-brave-search

environment

  • it will always be VARIABLE=KEY

    • EQUAL SIGN ( =, no : )
  • SPACE separate VARIABLES

  • HINT: since it is hidden; often I cut and paste this part
    where

3 Likes

Nice, thank you!

There are also these:

3 Likes