Content
# 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.
```bash
> 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:
```bash
> 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.
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.