[{"data":1,"prerenderedAt":1047},["ShallowReactive",2],{"blog-en-configure-mcp-clients":3},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":9,"date":10,"body":11,"_type":1041,"_id":1042,"_source":1043,"_file":1044,"_stem":1045,"_extension":1046},"\u002Fen\u002Fblog\u002Fconfigure-mcp-clients","blog",false,"","Configure MCP in 5 minutes: a guide to the clients that support it (Claude, ChatGPT, Gemini, n8n and others)","What the Model Context Protocol is, how to configure it in the main AI clients and in automation tools like n8n, and why it has become the de facto standard for giving AI assistants real tools.","2026-05-04",{"type":12,"children":13,"toc":1033},"root",[14,30,42,47,54,73,78,113,119,124,136,394,406,501,507,864,869,875,880,903,924,936,942,961,966,971,977,1022,1027],{"type":15,"tag":16,"props":17,"children":18},"element","p",{},[19,22,28],{"type":20,"value":21},"text","If in the past year you've heard about ",{"type":15,"tag":23,"props":24,"children":25},"strong",{},[26],{"type":20,"value":27},"MCP",{"type":20,"value":29}," — Model Context Protocol — and wondered whether yet another protocol was worth learning, the short answer is: yes. Born at Anthropic in late 2024, MCP has become in a matter of months the de facto standard for giving AI assistants access to external tools: databases, files, APIs, code search, organizational knowledge graphs.",{"type":15,"tag":16,"props":31,"children":32},{},[33,35,40],{"type":20,"value":34},"The most common analogy is that MCP is \"",{"type":15,"tag":23,"props":36,"children":37},{},[38],{"type":20,"value":39},"the USB-C of AIs",{"type":20,"value":41},"\". You write the server once, and you can plug it into Claude, ChatGPT, Cursor, Gemini, n8n — without rewriting anything.",{"type":15,"tag":16,"props":43,"children":44},{},[45],{"type":20,"value":46},"In this article: what MCP actually is, how to configure it, which clients support it today (with the config file path for each one), and how to use it inside an n8n workflow.",{"type":15,"tag":48,"props":49,"children":51},"h2",{"id":50},"what-mcp-is-in-two-sentences",[52],{"type":20,"value":53},"What MCP is, in two sentences",{"type":15,"tag":16,"props":55,"children":56},{},[57,59,64,66,71],{"type":20,"value":58},"An ",{"type":15,"tag":23,"props":60,"children":61},{},[62],{"type":20,"value":63},"MCP server",{"type":20,"value":65}," exposes tools, resources and reusable prompts to a client. The ",{"type":15,"tag":23,"props":67,"children":68},{},[69],{"type":20,"value":70},"MCP client",{"type":20,"value":72}," — usually an AI assistant — calls those tools during the conversation, gets the results, and folds them into its responses.",{"type":15,"tag":16,"props":74,"children":75},{},[76],{"type":20,"value":77},"Three things make it interesting:",{"type":15,"tag":79,"props":80,"children":81},"ul",{},[82,93,103],{"type":15,"tag":83,"props":84,"children":85},"li",{},[86,91],{"type":15,"tag":23,"props":87,"children":88},{},[89],{"type":20,"value":90},"Model-agnostic",{"type":20,"value":92},": the same server works with Claude, GPT-5, Gemini.",{"type":15,"tag":83,"props":94,"children":95},{},[96,101],{"type":15,"tag":23,"props":97,"children":98},{},[99],{"type":20,"value":100},"Transport-agnostic",{"type":20,"value":102},": stdio for local processes, SSE\u002FHTTP for remote servers.",{"type":15,"tag":83,"props":104,"children":105},{},[106,111],{"type":15,"tag":23,"props":107,"children":108},{},[109],{"type":20,"value":110},"Standardized",{"type":20,"value":112},": the spec is public, official SDKs ship in Python, TypeScript, Go, C#.",{"type":15,"tag":48,"props":114,"children":116},{"id":115},"configuring-it-in-practice",[117],{"type":20,"value":118},"Configuring it, in practice",{"type":15,"tag":16,"props":120,"children":121},{},[122],{"type":20,"value":123},"All clients adopt the same idea: a JSON file with the list of MCP servers to enable. They differ only in the file location and a few syntactic details.",{"type":15,"tag":16,"props":125,"children":126},{},[127,129,134],{"type":20,"value":128},"The typical configuration of a ",{"type":15,"tag":23,"props":130,"children":131},{},[132],{"type":20,"value":133},"local",{"type":20,"value":135}," MCP server (launched as a subprocess) looks like this:",{"type":15,"tag":137,"props":138,"children":142},"pre",{"className":139,"code":140,"language":141,"meta":7,"style":7},"language-json shiki shiki-themes github-dark","{\n  \"mcpServers\": {\n    \"filesystem\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@modelcontextprotocol\u002Fserver-filesystem\", \"\u002Fpath\u002Fto\u002Fdir\"]\n    },\n    \"prowodo\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@prowodo\u002Fmcp-client\"],\n      \"env\": {\n        \"PROWODO_TOKEN\": \"${PROWODO_TOKEN}\"\n      }\n    }\n  }\n}\n","json",[143],{"type":15,"tag":144,"props":145,"children":146},"code",{"__ignoreMap":7},[147,159,174,187,212,255,264,277,297,327,340,358,367,376,385],{"type":15,"tag":148,"props":149,"children":152},"span",{"class":150,"line":151},"line",1,[153],{"type":15,"tag":148,"props":154,"children":156},{"style":155},"--shiki-default:#E1E4E8",[157],{"type":20,"value":158},"{\n",{"type":15,"tag":148,"props":160,"children":162},{"class":150,"line":161},2,[163,169],{"type":15,"tag":148,"props":164,"children":166},{"style":165},"--shiki-default:#79B8FF",[167],{"type":20,"value":168},"  \"mcpServers\"",{"type":15,"tag":148,"props":170,"children":171},{"style":155},[172],{"type":20,"value":173},": {\n",{"type":15,"tag":148,"props":175,"children":177},{"class":150,"line":176},3,[178,183],{"type":15,"tag":148,"props":179,"children":180},{"style":165},[181],{"type":20,"value":182},"    \"filesystem\"",{"type":15,"tag":148,"props":184,"children":185},{"style":155},[186],{"type":20,"value":173},{"type":15,"tag":148,"props":188,"children":190},{"class":150,"line":189},4,[191,196,201,207],{"type":15,"tag":148,"props":192,"children":193},{"style":165},[194],{"type":20,"value":195},"      \"command\"",{"type":15,"tag":148,"props":197,"children":198},{"style":155},[199],{"type":20,"value":200},": ",{"type":15,"tag":148,"props":202,"children":204},{"style":203},"--shiki-default:#9ECBFF",[205],{"type":20,"value":206},"\"npx\"",{"type":15,"tag":148,"props":208,"children":209},{"style":155},[210],{"type":20,"value":211},",\n",{"type":15,"tag":148,"props":213,"children":215},{"class":150,"line":214},5,[216,221,226,231,236,241,245,250],{"type":15,"tag":148,"props":217,"children":218},{"style":165},[219],{"type":20,"value":220},"      \"args\"",{"type":15,"tag":148,"props":222,"children":223},{"style":155},[224],{"type":20,"value":225},": [",{"type":15,"tag":148,"props":227,"children":228},{"style":203},[229],{"type":20,"value":230},"\"-y\"",{"type":15,"tag":148,"props":232,"children":233},{"style":155},[234],{"type":20,"value":235},", ",{"type":15,"tag":148,"props":237,"children":238},{"style":203},[239],{"type":20,"value":240},"\"@modelcontextprotocol\u002Fserver-filesystem\"",{"type":15,"tag":148,"props":242,"children":243},{"style":155},[244],{"type":20,"value":235},{"type":15,"tag":148,"props":246,"children":247},{"style":203},[248],{"type":20,"value":249},"\"\u002Fpath\u002Fto\u002Fdir\"",{"type":15,"tag":148,"props":251,"children":252},{"style":155},[253],{"type":20,"value":254},"]\n",{"type":15,"tag":148,"props":256,"children":258},{"class":150,"line":257},6,[259],{"type":15,"tag":148,"props":260,"children":261},{"style":155},[262],{"type":20,"value":263},"    },\n",{"type":15,"tag":148,"props":265,"children":267},{"class":150,"line":266},7,[268,273],{"type":15,"tag":148,"props":269,"children":270},{"style":165},[271],{"type":20,"value":272},"    \"prowodo\"",{"type":15,"tag":148,"props":274,"children":275},{"style":155},[276],{"type":20,"value":173},{"type":15,"tag":148,"props":278,"children":280},{"class":150,"line":279},8,[281,285,289,293],{"type":15,"tag":148,"props":282,"children":283},{"style":165},[284],{"type":20,"value":195},{"type":15,"tag":148,"props":286,"children":287},{"style":155},[288],{"type":20,"value":200},{"type":15,"tag":148,"props":290,"children":291},{"style":203},[292],{"type":20,"value":206},{"type":15,"tag":148,"props":294,"children":295},{"style":155},[296],{"type":20,"value":211},{"type":15,"tag":148,"props":298,"children":300},{"class":150,"line":299},9,[301,305,309,313,317,322],{"type":15,"tag":148,"props":302,"children":303},{"style":165},[304],{"type":20,"value":220},{"type":15,"tag":148,"props":306,"children":307},{"style":155},[308],{"type":20,"value":225},{"type":15,"tag":148,"props":310,"children":311},{"style":203},[312],{"type":20,"value":230},{"type":15,"tag":148,"props":314,"children":315},{"style":155},[316],{"type":20,"value":235},{"type":15,"tag":148,"props":318,"children":319},{"style":203},[320],{"type":20,"value":321},"\"@prowodo\u002Fmcp-client\"",{"type":15,"tag":148,"props":323,"children":324},{"style":155},[325],{"type":20,"value":326},"],\n",{"type":15,"tag":148,"props":328,"children":330},{"class":150,"line":329},10,[331,336],{"type":15,"tag":148,"props":332,"children":333},{"style":165},[334],{"type":20,"value":335},"      \"env\"",{"type":15,"tag":148,"props":337,"children":338},{"style":155},[339],{"type":20,"value":173},{"type":15,"tag":148,"props":341,"children":343},{"class":150,"line":342},11,[344,349,353],{"type":15,"tag":148,"props":345,"children":346},{"style":165},[347],{"type":20,"value":348},"        \"PROWODO_TOKEN\"",{"type":15,"tag":148,"props":350,"children":351},{"style":155},[352],{"type":20,"value":200},{"type":15,"tag":148,"props":354,"children":355},{"style":203},[356],{"type":20,"value":357},"\"${PROWODO_TOKEN}\"\n",{"type":15,"tag":148,"props":359,"children":361},{"class":150,"line":360},12,[362],{"type":15,"tag":148,"props":363,"children":364},{"style":155},[365],{"type":20,"value":366},"      }\n",{"type":15,"tag":148,"props":368,"children":370},{"class":150,"line":369},13,[371],{"type":15,"tag":148,"props":372,"children":373},{"style":155},[374],{"type":20,"value":375},"    }\n",{"type":15,"tag":148,"props":377,"children":379},{"class":150,"line":378},14,[380],{"type":15,"tag":148,"props":381,"children":382},{"style":155},[383],{"type":20,"value":384},"  }\n",{"type":15,"tag":148,"props":386,"children":388},{"class":150,"line":387},15,[389],{"type":15,"tag":148,"props":390,"children":391},{"style":155},[392],{"type":20,"value":393},"}\n",{"type":15,"tag":16,"props":395,"children":396},{},[397,399,404],{"type":20,"value":398},"For a ",{"type":15,"tag":23,"props":400,"children":401},{},[402],{"type":20,"value":403},"remote",{"type":20,"value":405}," server (HTTP or SSE) the shape is:",{"type":15,"tag":137,"props":407,"children":409},{"className":139,"code":408,"language":141,"meta":7,"style":7},"{\n  \"mcpServers\": {\n    \"prowodo\": {\n      \"url\": \"https:\u002F\u002Fbackend.prowodo.com\u002Fmcp\u002F\",\n      \"transport\": \"sse\"\n    }\n  }\n}\n",[410],{"type":15,"tag":144,"props":411,"children":412},{"__ignoreMap":7},[413,420,431,442,463,480,487,494],{"type":15,"tag":148,"props":414,"children":415},{"class":150,"line":151},[416],{"type":15,"tag":148,"props":417,"children":418},{"style":155},[419],{"type":20,"value":158},{"type":15,"tag":148,"props":421,"children":422},{"class":150,"line":161},[423,427],{"type":15,"tag":148,"props":424,"children":425},{"style":165},[426],{"type":20,"value":168},{"type":15,"tag":148,"props":428,"children":429},{"style":155},[430],{"type":20,"value":173},{"type":15,"tag":148,"props":432,"children":433},{"class":150,"line":176},[434,438],{"type":15,"tag":148,"props":435,"children":436},{"style":165},[437],{"type":20,"value":272},{"type":15,"tag":148,"props":439,"children":440},{"style":155},[441],{"type":20,"value":173},{"type":15,"tag":148,"props":443,"children":444},{"class":150,"line":189},[445,450,454,459],{"type":15,"tag":148,"props":446,"children":447},{"style":165},[448],{"type":20,"value":449},"      \"url\"",{"type":15,"tag":148,"props":451,"children":452},{"style":155},[453],{"type":20,"value":200},{"type":15,"tag":148,"props":455,"children":456},{"style":203},[457],{"type":20,"value":458},"\"https:\u002F\u002Fbackend.prowodo.com\u002Fmcp\u002F\"",{"type":15,"tag":148,"props":460,"children":461},{"style":155},[462],{"type":20,"value":211},{"type":15,"tag":148,"props":464,"children":465},{"class":150,"line":214},[466,471,475],{"type":15,"tag":148,"props":467,"children":468},{"style":165},[469],{"type":20,"value":470},"      \"transport\"",{"type":15,"tag":148,"props":472,"children":473},{"style":155},[474],{"type":20,"value":200},{"type":15,"tag":148,"props":476,"children":477},{"style":203},[478],{"type":20,"value":479},"\"sse\"\n",{"type":15,"tag":148,"props":481,"children":482},{"class":150,"line":257},[483],{"type":15,"tag":148,"props":484,"children":485},{"style":155},[486],{"type":20,"value":375},{"type":15,"tag":148,"props":488,"children":489},{"class":150,"line":266},[490],{"type":15,"tag":148,"props":491,"children":492},{"style":155},[493],{"type":20,"value":384},{"type":15,"tag":148,"props":495,"children":496},{"class":150,"line":279},[497],{"type":15,"tag":148,"props":498,"children":499},{"style":155},[500],{"type":20,"value":393},{"type":15,"tag":48,"props":502,"children":504},{"id":503},"clients-that-support-mcp-today",[505],{"type":20,"value":506},"Clients that support MCP today",{"type":15,"tag":508,"props":509,"children":510},"table",{},[511,535],{"type":15,"tag":512,"props":513,"children":514},"thead",{},[515],{"type":15,"tag":516,"props":517,"children":518},"tr",{},[519,525,530],{"type":15,"tag":520,"props":521,"children":522},"th",{},[523],{"type":20,"value":524},"Client",{"type":15,"tag":520,"props":526,"children":527},{},[528],{"type":20,"value":529},"Type",{"type":15,"tag":520,"props":531,"children":532},{},[533],{"type":20,"value":534},"Where to configure it",{"type":15,"tag":536,"props":537,"children":538},"tbody",{},[539,575,596,631,658,692,718,743,770,795,816,837],{"type":15,"tag":516,"props":540,"children":541},{},[542,551,556],{"type":15,"tag":543,"props":544,"children":545},"td",{},[546],{"type":15,"tag":23,"props":547,"children":548},{},[549],{"type":20,"value":550},"Claude Desktop \u002F Claude Code",{"type":15,"tag":543,"props":552,"children":553},{},[554],{"type":20,"value":555},"AI assistant (Anthropic, the protocol's author)",{"type":15,"tag":543,"props":557,"children":558},{},[559,565,567,573],{"type":15,"tag":144,"props":560,"children":562},{"className":561},[],[563],{"type":20,"value":564},"~\u002F.config\u002Fclaude\u002Fsettings.json",{"type":20,"value":566}," (Claude Code), ",{"type":15,"tag":144,"props":568,"children":570},{"className":569},[],[571],{"type":20,"value":572},"claude_desktop_config.json",{"type":20,"value":574}," (Desktop)",{"type":15,"tag":516,"props":576,"children":577},{},[578,586,591],{"type":15,"tag":543,"props":579,"children":580},{},[581],{"type":15,"tag":23,"props":582,"children":583},{},[584],{"type":20,"value":585},"ChatGPT Desktop & OpenAI Agents SDK",{"type":15,"tag":543,"props":587,"children":588},{},[589],{"type":20,"value":590},"AI assistant (OpenAI)",{"type":15,"tag":543,"props":592,"children":593},{},[594],{"type":20,"value":595},"UI Custom Integrations \u002F SDK config",{"type":15,"tag":516,"props":597,"children":598},{},[599,607,612],{"type":15,"tag":543,"props":600,"children":601},{},[602],{"type":15,"tag":23,"props":603,"children":604},{},[605],{"type":20,"value":606},"Gemini CLI \u002F Code Assist (VS Code)",{"type":15,"tag":543,"props":608,"children":609},{},[610],{"type":20,"value":611},"AI assistant (Google)",{"type":15,"tag":543,"props":613,"children":614},{},[615,621,623,629],{"type":15,"tag":144,"props":616,"children":618},{"className":617},[],[619],{"type":20,"value":620},"~\u002F.gemini\u002Fsettings.json",{"type":20,"value":622}," or ",{"type":15,"tag":144,"props":624,"children":626},{"className":625},[],[627],{"type":20,"value":628},"mcpServers",{"type":20,"value":630}," block in project",{"type":15,"tag":516,"props":632,"children":633},{},[634,642,647],{"type":15,"tag":543,"props":635,"children":636},{},[637],{"type":15,"tag":23,"props":638,"children":639},{},[640],{"type":20,"value":641},"GitHub Copilot in VS Code (Agent Mode)",{"type":15,"tag":543,"props":643,"children":644},{},[645],{"type":20,"value":646},"Native IDE extension",{"type":15,"tag":543,"props":648,"children":649},{},[650,656],{"type":15,"tag":144,"props":651,"children":653},{"className":652},[],[654],{"type":20,"value":655},".vscode\u002Fmcp.json",{"type":20,"value":657}," per project, user settings for global",{"type":15,"tag":516,"props":659,"children":660},{},[661,669,674],{"type":15,"tag":543,"props":662,"children":663},{},[664],{"type":15,"tag":23,"props":665,"children":666},{},[667],{"type":20,"value":668},"Cursor",{"type":15,"tag":543,"props":670,"children":671},{},[672],{"type":20,"value":673},"AI-native IDE",{"type":15,"tag":543,"props":675,"children":676},{},[677,683,684,690],{"type":15,"tag":144,"props":678,"children":680},{"className":679},[],[681],{"type":20,"value":682},"~\u002F.cursor\u002Fmcp.json",{"type":20,"value":622},{"type":15,"tag":144,"props":685,"children":687},{"className":686},[],[688],{"type":20,"value":689},".cursor\u002Fmcp.json",{"type":20,"value":691}," per project",{"type":15,"tag":516,"props":693,"children":694},{},[695,705,709],{"type":15,"tag":543,"props":696,"children":697},{},[698,703],{"type":15,"tag":23,"props":699,"children":700},{},[701],{"type":20,"value":702},"Windsurf",{"type":20,"value":704}," (Codeium)",{"type":15,"tag":543,"props":706,"children":707},{},[708],{"type":20,"value":673},{"type":15,"tag":543,"props":710,"children":711},{},[712],{"type":15,"tag":144,"props":713,"children":715},{"className":714},[],[716],{"type":20,"value":717},"~\u002F.windsurf\u002Fmcp.json",{"type":15,"tag":516,"props":719,"children":720},{},[721,729,734],{"type":15,"tag":543,"props":722,"children":723},{},[724],{"type":15,"tag":23,"props":725,"children":726},{},[727],{"type":20,"value":728},"Cline",{"type":15,"tag":543,"props":730,"children":731},{},[732],{"type":20,"value":733},"VS Code extension",{"type":15,"tag":543,"props":735,"children":736},{},[737],{"type":15,"tag":144,"props":738,"children":740},{"className":739},[],[741],{"type":20,"value":742},"cline_mcp_settings.json",{"type":15,"tag":516,"props":744,"children":745},{},[746,754,759],{"type":15,"tag":543,"props":747,"children":748},{},[749],{"type":15,"tag":23,"props":750,"children":751},{},[752],{"type":20,"value":753},"Zed editor",{"type":15,"tag":543,"props":755,"children":756},{},[757],{"type":20,"value":758},"IDE",{"type":15,"tag":543,"props":760,"children":761},{},[762,764],{"type":20,"value":763},"Context server config inside ",{"type":15,"tag":144,"props":765,"children":767},{"className":766},[],[768],{"type":20,"value":769},"settings.json",{"type":15,"tag":516,"props":771,"children":772},{},[773,781,786],{"type":15,"tag":543,"props":774,"children":775},{},[776],{"type":15,"tag":23,"props":777,"children":778},{},[779],{"type":20,"value":780},"Continue.dev",{"type":15,"tag":543,"props":782,"children":783},{},[784],{"type":20,"value":785},"IDE extension",{"type":15,"tag":543,"props":787,"children":788},{},[789],{"type":15,"tag":144,"props":790,"children":792},{"className":791},[],[793],{"type":20,"value":794},"~\u002F.continue\u002Fconfig.yaml",{"type":15,"tag":516,"props":796,"children":797},{},[798,806,811],{"type":15,"tag":543,"props":799,"children":800},{},[801],{"type":15,"tag":23,"props":802,"children":803},{},[804],{"type":20,"value":805},"JetBrains AI Assistant",{"type":15,"tag":543,"props":807,"children":808},{},[809],{"type":20,"value":810},"JetBrains extension",{"type":15,"tag":543,"props":812,"children":813},{},[814],{"type":20,"value":815},"UI Settings → AI Assistant → MCP",{"type":15,"tag":516,"props":817,"children":818},{},[819,827,832],{"type":15,"tag":543,"props":820,"children":821},{},[822],{"type":15,"tag":23,"props":823,"children":824},{},[825],{"type":20,"value":826},"Sourcegraph Cody",{"type":15,"tag":543,"props":828,"children":829},{},[830],{"type":20,"value":831},"Code search + AI",{"type":15,"tag":543,"props":833,"children":834},{},[835],{"type":20,"value":836},"Integrations UI",{"type":15,"tag":516,"props":838,"children":839},{},[840,850,855],{"type":15,"tag":543,"props":841,"children":842},{},[843,848],{"type":15,"tag":23,"props":844,"children":845},{},[846],{"type":20,"value":847},"Goose",{"type":20,"value":849}," (Block)",{"type":15,"tag":543,"props":851,"children":852},{},[853],{"type":20,"value":854},"Agent CLI",{"type":15,"tag":543,"props":856,"children":857},{},[858],{"type":15,"tag":144,"props":859,"children":861},{"className":860},[],[862],{"type":20,"value":863},"~\u002F.config\u002Fgoose\u002Fprofiles.yaml",{"type":15,"tag":16,"props":865,"children":866},{},[867],{"type":20,"value":868},"In every case the syntax is essentially the one shown above: only the file changes, not the structure.",{"type":15,"tag":48,"props":870,"children":872},{"id":871},"what-about-n8n-yes-that-one-too",[873],{"type":20,"value":874},"What about n8n? Yes, that one too",{"type":15,"tag":16,"props":876,"children":877},{},[878],{"type":20,"value":879},"n8n — the most popular open-source automation\u002Fworkflow tool — got MCP support in 2025, first as a community node and then in core. Today you can:",{"type":15,"tag":79,"props":881,"children":882},{},[883,893],{"type":15,"tag":83,"props":884,"children":885},{},[886,891],{"type":15,"tag":23,"props":887,"children":888},{},[889],{"type":20,"value":890},"Expose an n8n workflow as an MCP server",{"type":20,"value":892},", so Claude, ChatGPT or a Cursor agent can call it as a tool. Example: \"read last week's Shopify orders and produce a report\" becomes a simple tool call.",{"type":15,"tag":83,"props":894,"children":895},{},[896,901],{"type":15,"tag":23,"props":897,"children":898},{},[899],{"type":20,"value":900},"Use an existing MCP server as a tool inside an AI Agent node",{"type":20,"value":902}," in n8n. A workflow can query a database via MCP, publish a release on a custom system, update a CRM.",{"type":15,"tag":16,"props":904,"children":905},{},[906,908,914,916,922],{"type":20,"value":907},"You configure it from the ",{"type":15,"tag":144,"props":909,"children":911},{"className":910},[],[912],{"type":20,"value":913},"MCP Server Trigger",{"type":20,"value":915}," node (to expose) or from the ",{"type":15,"tag":144,"props":917,"children":919},{"className":918},[],[920],{"type":20,"value":921},"MCP Client Tool",{"type":20,"value":923}," node (to consume), with the same JSON structure as the traditional clients.",{"type":15,"tag":16,"props":925,"children":926},{},[927,929,934],{"type":20,"value":928},"For people automating business processes this is the natural fit: MCP + n8n turn AI from a \"smart chatbot\" into ",{"type":15,"tag":23,"props":930,"children":931},{},[932],{"type":20,"value":933},"an orchestrator with real access to your stack",{"type":20,"value":935},".",{"type":15,"tag":48,"props":937,"children":939},{"id":938},"why-this-matters-for-us-and-probably-for-you",[940],{"type":20,"value":941},"Why this matters for us (and probably for you)",{"type":15,"tag":16,"props":943,"children":944},{},[945,947,951,953,959],{"type":20,"value":946},"ProWoDo exposes its own ",{"type":15,"tag":23,"props":948,"children":949},{},[950],{"type":20,"value":63},{"type":20,"value":952}," at ",{"type":15,"tag":144,"props":954,"children":956},{"className":955},[],[957],{"type":20,"value":958},"https:\u002F\u002Fbackend.prowodo.com\u002Fmcp\u002F",{"type":20,"value":960},", OAuth2-authenticated. That means whoever is helping you work — Claude, ChatGPT, a Gemini agent, an n8n workflow — can read and update your team's tasks without touching the UI.",{"type":15,"tag":16,"props":962,"children":963},{},[964],{"type":20,"value":965},"A real example we use ourselves: in the morning you open Claude Code, you say \"give me a recap of the open tasks for project X\", and the list comes back, pulled straight from ProWoDo. You create a new task with \"add to the current sprint: auth bug, high priority\", and the task is created. The exact same server works from n8n when you need to automatically track issues coming in from an external form.",{"type":15,"tag":16,"props":967,"children":968},{},[969],{"type":20,"value":970},"It's the same mechanism we use internally to build ProWoDo: full dogfooding. Every feature starts as a task we created via MCP and ends with a commit referencing that same task.",{"type":15,"tag":48,"props":972,"children":974},{"id":973},"what-to-do-now",[975],{"type":20,"value":976},"What to do now",{"type":15,"tag":978,"props":979,"children":980},"ol",{},[981,986,1006],{"type":15,"tag":83,"props":982,"children":983},{},[984],{"type":20,"value":985},"Pick the client you already use and look for the \"MCP\" entry in its settings.",{"type":15,"tag":83,"props":987,"children":988},{},[989,991,997,998,1004],{"type":20,"value":990},"Add a first simple server (",{"type":15,"tag":144,"props":992,"children":994},{"className":993},[],[995],{"type":20,"value":996},"filesystem",{"type":20,"value":622},{"type":15,"tag":144,"props":999,"children":1001},{"className":1000},[],[1002],{"type":20,"value":1003},"git",{"type":20,"value":1005}," are great starters).",{"type":15,"tag":83,"props":1007,"children":1008},{},[1009,1011,1020],{"type":20,"value":1010},"When you need a real use case, ",{"type":15,"tag":1012,"props":1013,"children":1017},"a",{"href":1014,"rel":1015},"https:\u002F\u002Fapp.prowodo.com",[1016],"nofollow",[1018],{"type":20,"value":1019},"create a ProWoDo account",{"type":20,"value":1021}," and connect our MCP server: managing your team's tasks from any AI assistant changes the way you work.",{"type":15,"tag":16,"props":1023,"children":1024},{},[1025],{"type":20,"value":1026},"If you're stuck configuring the client you use, drop us a line. We're collecting tested configurations for the most common cases — we want anyone, not just developers, to be able to use AI as a project-management copilot.",{"type":15,"tag":1028,"props":1029,"children":1030},"style",{},[1031],{"type":20,"value":1032},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":7,"searchDepth":161,"depth":161,"links":1034},[1035,1036,1037,1038,1039,1040],{"id":50,"depth":161,"text":53},{"id":115,"depth":161,"text":118},{"id":503,"depth":161,"text":506},{"id":871,"depth":161,"text":874},{"id":938,"depth":161,"text":941},{"id":973,"depth":161,"text":976},"markdown","content:en:blog:configure-mcp-clients.md","content","en\u002Fblog\u002Fconfigure-mcp-clients.md","en\u002Fblog\u002Fconfigure-mcp-clients","md",1780068196692]