Overview
Features
MCP proxy to Boost.Space REST API
Exposes an MCP server that proxies requests to Boost.Space’s REST API, enabling MCP clients to access Boost.Space data without direct API calls.
Claude Desktop compatibility
Designed to work with Claude Desktop MCP clients and includes a Claude Desktop JSON config example.
Multiple run options
Run the server using Python module or UV, providing deployment flexibility.
Install via pip or UV
Install via pip (pip install boostspace-mcp) or UV integration (uv add boostspace-mcp).
Environment variable configuration
Configurable via BOOSTSPACE_API_BASE (API base URL) and BOOSTSPACE_TOKEN (Bearer token).
Claude Desktop config example included
Includes a Claude Desktop mcpServers JSON snippet demonstrating command, env, and stdio transport.
Test & development workflow
Development workflow includes dev extras, pytest for tests, and ruff for linting.
Who Is This For?
- Developers:Build MCP-backed integrations by proxying Boost.Space data to MCP clients.
- MCP integrators:Connect Boost.Space data to MCP clients such as Claude Desktop via a proxy server.
- AI product teams:Integrate centralized Boost.Space data into MCP-enabled assistants.




