Folderr
FreeNot checkedA Model Context Protocol (MCP) server that provides tools to interact with Folderr's API
About
A Model Context Protocol (MCP) server that provides tools to interact with Folderr's API
README
A Model Context Protocol (MCP) server that provides tools to interact with Folderr's API, specifically for managing and communicating with Folderr Assistants.
Installation
Add to your MCP Settings
{
"mcpServers": {
"folderr": {
"command": "npx",
"args": ["-y", "@folderr/folderr-mcp-server"]
}
}
}
Features
The server provides the following tools:
Authentication
Two methods of authentication are supported:
Login with Email/Password
{ "name": "login", "arguments": { "email": "[email protected]", "password": "your-password" } }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.
Assistant Management
List Assistants
{ "name": "list_assistants", "arguments": {} }Returns a list of all available assistants for the authenticated user.
Ask Assistant
{ "name": "ask_assistant", "arguments": { "assistant_id": "assistant-id", "question": "Your question here" } }Send a question to a specific assistant and receive their response.
Configuration
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)
Error Handling
The server provides detailed error messages for common scenarios:
- Authentication failures
- Invalid requests
- API errors
- Network issues
Development
To build the server:
npm install
npm run build
Usage in MCP Settings
Add the following to your MCP settings configuration:
{
"mcpServers": {
"folderr": {
"command": "node",
"args": ["/path/to/folderr-server/build/index.js"]
}
}
}
Authentication Flow
- Either:
- Use the
logintool with email and password - Use the
set_api_tokentool with an API token from Folderr's developers section
- Use the
- The authentication token is automatically saved and used for subsequent requests
- All assistant-related tools require authentication before use
Error Messages
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
Installing Folderr
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/folderr-tech/folderr-mcp-serverFAQ
Is Folderr MCP free?
Yes, Folderr MCP is free — one-click install via Unyly at no cost.
Does Folderr need an API key?
No, Folderr runs without API keys or environment variables.
Is Folderr hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Folderr in Claude Desktop, Claude Code or Cursor?
Open Folderr on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Folderr with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
