A Model Context Protocol server
Folderr mcp server connects Folderr to AI assistants that speak the Model Context Protocol. A Model Context Protocol server.
A Model Context Protocol (MCP) server that provides tools to interact with Folderr's API, specifically for managing and communicating with Folderr Assistants.
Once connected, the assistant can call this tool directly:
Authentication — 1. Login with Email/Password typescript { "name": "login", "arguments": { "email": "user@example.com", "password": "your-password" } }The server is distributed via npm as npm, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Communication servers earn their keep on volume — summarising channels and threads that would otherwise cost you an hour of scrollback. Folderr sits in that group, and the shape of its toolset — Authentication — tells you what it is really for. Worth comparing against the other communication servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Authentication | 1. **Login with Email/Password** typescript { "name": "login", "arguments": { "email": "user@example.com", "password": "your-password" } } |
{
"mcpServers": {
"folderr": {
"command": "npx",
"args": ["-y", "@folderr/folderr-mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.