StanfordHCI/knoll-mcp
3.2
If you are the rightful owner of knoll-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Knoll MCP Server is a basic instantiation of a Model Context Protocol server connected to knowledge modules on Knoll.
Knoll MCP Server
This is a basic instantiation of an MCP server connected to knowledge modules on Knoll.
First, make sure you have node
and npm
installed.
node --version
npm --version
Next, clone into the repository and install the packages you need.
> git clone git@github.com:dorazhao99/knoll-mcp.git
> cd knoll-mcp
> npm install package.json
Update src/.env
file with your environment variables. You will need a variable UID
that has your Knoll User ID.
Finally, build and launch your MCP server:
> npm run build
> node /ABSOLUTE/PATH/TO/PARENT/FOLDER/knoll-mcp/build/index.js
The MCP should then be enabled in the Claude Desktop app.