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.
Add to your MCP Settings
{
"mcpServers": {
"folderr": {
"command": "npx",
"args": ["-y", "@folderr/folderr-mcp-server"]
}
}
}
The server provides the following tools:
Two methods of authentication are supported:
Login with Email/Password
{
"name": "login",
"arguments": {
"email": "user@example.com",
"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.
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.
The server stores its configuration in a config.json
file, which includes:
The server provides detailed error messages for common scenarios:
To build the server:
npm install
npm run build
Add the following to your MCP settings configuration:
{
"mcpServers": {
"folderr": {
"command": "node",
"args": ["/path/to/folderr-server/build/index.js"]
}
}
}
login
tool with email and passwordset_api_token
tool with an API token from Folderr's developers sectionCommon error messages and their meanings:
An MCP server for managing Tempo worklogs in Jira. It connects to Jira and Tempo services using API tokens and environment variables.
An unofficial server for managing Todoist tasks, allowing agents to create, list, and complete them.
Manage tmux panes and execute commands within tmux sessions.
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
Create Anki flashcards using natural language by connecting to the AnkiConnect add-on.
Creates shortened URLs using the x.gd service.
A multi-model agent for managing tasks across various platforms, requiring API keys for different AI models.
Provides the current UTC time from multiple verified sources.
Miro MCP server, exposing all functionalities available in official Miro SDK.
Integrates with the Minimax API for AI-powered image generation and text-to-speech.