Boost.space MCP server
4 stars
Python
Updated Sep 27, 2025
Documentation
Boost.space MCP server
A Model Context Protocol (MCP) server proxying Boost.Space’s REST API for MCP clients (e.g., Claude Desktop).
Install
pip:
bash
pip install boostspace-mcpuv:
bash
curl -LsSf https://astral.sh/uv/install.sh | sh
uv add boostspace-mcpRun
bash
# pip
python -m boostspace_mcp.server
# uv
uv x boostspace-mcp runClaude Desktop config
jsonc
"mcpServers": {
"boostspace": {
"command": "python",
"args": ["-m","boostspace_mcp.server"],
"env": {
"BOOSTSPACE_API_BASE": "{{API_PATH}}",
"BOOSTSPACE_TOKEN": "{{TOKEN}}"
},
"transport": "stdio"
}
}Restart Claude Desktop.
Env vars
BOOSTSPACE_API_BASE: API base URLBOOSTSPACE_TOKEN: Bearer token
Test & dev
bash
pip install .[dev]
pytest -q
ruff check .Similar MCP
Based on tags & features
Trending MCP
Most active this week