Back to Apps

Folderr
by folderr-tech
Connect your AI to Folderr Assistants to manage and communicate with your knowledge base via MCP.
0 stars
Works in:claude
Exposes:Tools
What it does
Folderr provides an MCP server that integrates the Folderr API directly into your AI workflow. It allows AI agents to authenticate, list available assistants, and send queries to specific Folderr Assistants, effectively bridging the gap between your structured knowledge assistants and your LLM interface.
Tools
login: Authenticate using email and password.set_api_token: Authenticate using a generated API token from the Folderr developers section.list_assistants: Retrieves a list of all available assistants for the authenticated user.ask_assistant: Sends a specific question to a target assistant and receives a response.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"folderr": {
"command": "npx",
"args": ["-y", "@folderr/folderr-mcp-server"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @folderr/folderr-mcp-serverInformation
- Pricing
- free
- Published
- 6/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"folderr": {
"command": "npx",
"args": ["-y", "@folderr/folderr-mcp-server"]
}
}
}





