mcp-server-box
The Box MCP Server integrates with the Box API, allowing for operations such as file search and AI-based querying. It uses the Model Context Protocol for seamless management of Box files via Python. Key features include a range of Box API and Doc Gen tools.
What is the Box MCP Server?
The Box MCP Server is a Python project that integrates with the Box API to perform operations like file search, text extraction, and AI-based querying.
What is the purpose of the Model Context Protocol (MCP)?
MCP is a framework designed to standardize model interactions with data sources and services, facilitating seamless integration with APIs like Box.
How do I start the MCP server?
You can start the MCP server by running the command uv --directory /path/to/mcp-server-box run src/mcp_server_box.py
.
What tools are available in the Box MCP Server?
The server includes tools for Box API operations such as file search, reading, AI querying, and folder management.
How can I troubleshoot the 'Error: spawn uv ENOENT' on MacOS?
You can remove and reinstall uv
with Homebrew or provide the full path to the uv
executable in your configuration.