Folderr MCP Server
Interact with the Folderr API to manage and communicate with Folderr Assistants.
Folderr MCP Server
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
Server Terkait
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
Taiga MCP Bridge
Interact with the Taiga project management platform through an MCP bridge, allowing AI tools to manage project resources.
TimeCamp
Manage TimeCamp time entries and tasks through its API.
MCP Trello
A server for interacting with Trello boards, handling API integration, rate limiting, and type safety.
MCP Video Digest
Transcribe and summarize video content from links using various transcription services.
SocialBu MCP
Connect AI assistants to SocialBu to create, schedule, publish, and analyze social media content from chat.
Apple MCP tools
Integrate with Apple's native apps like Contacts, Notes, Messages, and Mail.
MCP Personal
A collection of MCP servers for various personal productivity tools and utilities.
MCP SuperAssistant Chrome Extension
A Chrome extension that integrates MCP tools with AI platforms like ChatGPT and Gemini, allowing users to execute tools and insert results directly into conversations.
che-ical-mcp
Native macOS Calendar & Reminders MCP server with 24 tools using Swift EventKit - supports recurring events, location triggers, search, batch operations
obsidian-brain
Standalone Obsidian MCP server with semantic search, knowledge graph analytics (PageRank, Louvain, shortest path), and vault editing — no plugin, no REST API, works when Obsidian is closed.