Box
Integrates with Box cloud storage to enable searching, reading, and processing of PDF and Word docum...
Obtaining Box API Credentials (JWT or Developer Token)
Option 1: JSON Web Token (JWT) Authorization (Recommended)
Sign Up for a Box Developer Account
- Go to https://account.box.com/signup/n/developer.
- Make sure you are signed out of Box before signing up if you do not already have a developer account.
Create a Box Application
- Visit Box Developer Console.
- Click "Create New App".
- Select "Custom App".
- For authentication method, choose "OAuth 2.0 with JWT (Server Authentication)" or similar wording (authorization type: JSON Web Token).
- Name and create your application.
Configure Your Application
- In your created app, go to "Configuration".
- Under "Add and Manage Public Keys", generate a Public/Private Keypair.
- Download and safely store the generated config file (e.g.,
box-jwt-config.json).
Set Additional Application Permissions
- In your app’s Configuration page:
- Set the application access to "App + Enterprise Access".
- Enable the option "Make API calls using the as-user header".
- If you modify these settings, confirm and reauthorize your application as prompted.
- In your app’s Configuration page:
Base64 Encode Your JWT Config
- On your computer, run:
cat /path/to/your/box-jwt-config.json | base64 - Replace
/path/to/your/box-jwt-config.jsonwith your actual file path. - Copy the Base64-encoded output.
- On your computer, run:
Find Your Box User ID
- In the Box Web App, click your profile avatar → Account Settings.
- Your "User ID" will be displayed under your profile information.
Fill in ENV Values in FastMCP
- Press the "Install Now" button.
- For
BOX_USER_ID, enter your user ID from step 6. - For
BOX_JWT_BASE64, paste your Base64 encoded string from step 5.
Option 2: Developer Token Authorization (Easiest, Expires in 60 Minutes)
Create a Box Application
- Go to the Box Developer Console.
- Create a new application (authorization type does not matter for developer tokens).
Generate Developer Token
- In your app's configuration, click "Generate Developer Token".
- Copy the generated token.
Fill in ENV Value in FastMCP
- Press the "Install Now" button.
- For
BOX_DEV_TOKEN, enter the developer token you copied.
Note: Values should be filled in the FastMCP connection interface after pressing "Install Now". Follow the method best suited to your needs (JWT for persistent access; Developer Token for short-term/testing access).
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Productivity
View All →Task Master
Task Master is an AI-powered task management system designed for development projects using Claude and Cursor AI. It helps break down product requirements into clear, manageable tasks, supports multiple AI models for main, research, and fallback roles, and enables seamless task planning, implementation, and research within your editor environment. With support for Claude Code CLI and integration across popular editors, Task Master streamlines project workflows by guiding you through parsing PRDs, generating tasks, and staying updated with best practices - all while enhancing productivity in AI-driven software development.
Notion
Unlock powerful AI-driven interactions with Notion data using our MCP server tailored for the Notion API. This project enables advanced AI agents to efficiently read, comment, and organize Notion content while optimizing token use. It supports key operations like searching, page creation, and content retrieval, allowing seamless natural language commands to manage your workspace. Designed with security in mind, it provides scoped access options to protect your data. Ideal for developers building intelligent applications that integrate deeply with Notion, it simplifies complex tasks and enhances productivity through AI automation.
Excel
Unlock powerful Excel automation with this MCP server that reads and writes Excel files effortlessly. It supports text, formulas, sheet creation, and works with XLSX, XLSM, XLTX, and XLTM formats. Windows users benefit from live editing and screen capture features. The server offers tools to describe sheets, read cell ranges with pagination, write values or formulas, create tables, and copy sheets. Configurable paging limits help manage large data efficiently. Designed for seamless Excel data manipulation, it enhances workflow automation and integration with other systems through the Model Context Protocol.
TaskManager
Manage and execute tasks efficiently with MCP TaskManager in a queue-based system. This server supports planning by accepting and organizing task lists, and execution by delivering tasks one at a time with feedback on completion. It tracks tasks via unique IDs, ensuring smooth workflow coordination through clear stages: planning, executing, and completing. Designed for integration with MCP clients like Claude Desktop, TaskManager simplifies complex task handling and improves automation by providing structured task queues and real-time updates. Its straightforward action parameters allow easy control over task flow, making it a powerful tool for effective task management.
More for File Systems
View All →Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.