Folderr
About
Integrates with Folderr's API to enable management and communication with Folderr Assistants, facilitating tasks like listing assistants and sending questions.
Details
- Author
- folderr-tech
- Repository
- folderr-tech/folderr-mcp-server
- GitHub stars
- 1
- Downloads
- 230
- Categories
- Productivity, AI, API, Developer Tools, Design, File Management, Automation, Project Management, Security
Jump to
The server provides the following tools:
Setting up with Highlight
Follow these steps to add this server as a custom Highlight plugin:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
FolderrCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@folderr/folderr-mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The server stores its configuration in a config.json file, which includes:
- Base URL for the Folderr API
- Authentication token (from login or API key)
Two methods of authentication are supported:
1. Login with Email/Password
{
"name": "login",
"arguments": {
"email": "user@example.com",
"password": "your-password"
}
}
2. API Token Authentication
{
"name": "set_api_token",
"arguments": {
"token": "your-api-token"
}
}
API tokens can be generated from the Folderr developers section. This method is recommended for automated or long-running processes.
Add the following to your MCP settings configuration:
{
"mcpServers": {
"folderr": {
"command": "node",
"args": ["/path/to/folderr-server/build/index.js"]
}
}
}
1. Either:
- Use the login tool with email and password
- Use the set_api_token tool with an API token from Folderr's developers section
2. The authentication token is automatically saved and used for subsequent requests
3. All assistant-related tools require authentication before use
login
Login with Email/Password. Parameters: email (string), password (string)
set_api_token
Set API Token for authentication. Parameters: token (string)
list_assistants
List all available assistants for the authenticated user. No parameters required.
ask_assistant
Send a question to a specific assistant. Parameters: assistant_id (string), question (string)
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"folderr": {
"cwd": "string",
"env": {},
"args": [
"-y",
"@folderr/folderr-mcp-server"
],
"shell": false,
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@folderr/folderr-mcp-server"
],
"command": "npx"
}
Macos
{
"cwd": "string",
"env": [],
"args": [
"-y",
"@folderr/folderr-mcp-server"
],
"shell": false,
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@folderr/folderr-mcp-server"
],
"command": "cmd"
}
Interact with the Folderr API to manage and communicate with Folderr Assistants.
A Model Context Protocol (MCP) server that provides tools to interact with Folderr's API, specifically for managing and communicating with Folderr Assistants.
{ "mcpServers": { "folderr": { "command": "npx", "args": ["-y", "@folderr/folderr-mcp-server"] } } }
The server provides the following tools:
Two methods of authentication are supported:
{ "name": "login", "arguments": { "email": "user@example.com", "password": "your-password" } }
{ "name": "set_api_token", "arguments": { "token": "your-api-token" } }
API tokens can be generated from the Folderr developers section. This method is recommended for automated or long-running processes.
{ "name": "list_assistants", "arguments": {} }
Returns a list of all available assistants for the authenticated user.
{ "name": "ask_assistant", "arguments": { "assistant_id": "assistant-id", "question": "Your question here" } }
Send a question to a specific assistant and receive their response.
The server stores its configuration in aconfig.jsonfile, which includes:
- Base URL for the Folderr API
- Authentication token (from login or API key)
The server provides detailed error messages for common scenarios:
- Authentication failures
- Invalid requests
- API errors
- Network issues
Add the following to your MCP settings configuration:
{ "mcpServers": { "folderr": { "command": "node", "args": ["/path/to/folderr-server/build/index.js"] } } }
- Either:
- Use thelogintool with email and password
- Use theset_api_tokentool with an API token from Folderr's developers section
Common error messages and their meanings:
- "Not logged in": No authentication token is set
- "Login failed": Invalid credentials
- "Failed to list assistants": Error retrieving assistant list
- "Failed to ask assistant": Error sending question to assistant
Magica is your all-in-one AI platform, offering 2500+ cutting-edge tools under a single subscription.
Dynamically search and call tools using UnifAI Network
MCP server exposing 10 APITier utility APIs as AI agent tools
Unified MCP gateway that loads 150+ AI tools into Claude Desktop via a single Docker command on Windows. Routes tool calls across specialized servers (Business Intelligence, API Hub, Content Automation, Intelligence) with centralized logging and governance. Built for teams without dedicated platform engineers.
200+ production tools for AI agents via Remote MCP. GitHub, Slack, Notion, Linear, Figma, Stripe, web search, OCR, document conversion, semantic memory/recall, Finviz, SEC filings, image generation, and more.
Interact with task, doc, and project data in Dart, an AI-native project management tool
Create notes, search, & think with your Fabric AI workspace
Great Question is an Agentic UX research platform for product builders. Its MCP lets AI agents create studies directly from any AI tool, surface insights, find the right research candidates, and query your entire research repository.
Turn your Make scenarios into callable tools for AI assistants.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


