Replies: 2 comments
-
Did you figure this out? The actual environment variables (on mac at least) are CLICKUP_API_KEY, CLICKUP_TEAM_ID. hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @memestorm and @Nux-Game Sorry for the confusion can you try replacing config.ts with this file
Then rebuild and restart the server. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I’m trying to run the clickup-mcp-server locally on Windows 10 with Node.js v22.14.0, but I consistently encounter this error:
Error: Missing required environment variables: clickupApiKey, clickupTeamId
What I've tried so far:
Set environment variables in PowerShell:
Set environment variables in Command Prompt:
Used a .env file with dotenv-cli:
Ran:
dotenv -- node build/server.js
Verified environment variables are set correctly:
node -e "console.log(process.env.clickupApiKey, process.env.clickupTeamId)"
This outputs the expected values.Tried renaming environment variables to uppercase (CLICKUPAPIKEY, CLICKUPTEAMID) and mapped them to lowercase in the session, but the application still didn’t pick them up:
Beta Was this translation helpful? Give feedback.
All reactions