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:
pip install boostspace-mcp
uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
uv add boostspace-mcp
Run
# pip
python -m boostspace_mcp.server
# uv
uv x boostspace-mcp run
Claude Desktop config
"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
pip install .[dev]
pytest -q
ruff check .
Recommend MCP Servers 💡
Demontie/mcp-google-sheets
A Model Context Protocol (MCP) server for reading and writing data to Google Sheets via the Google Sheets API.
stephanj/GitHubMCP
A Model Context Protocol (MCP) server enabling LLM agents to interact with GitHub resources via its API.
mcp-server-siri-shortcuts
Provides access to Siri Shortcuts functionality on macOS, allowing LLMs to list, open, and run shortcuts.
mcp-neovim-server
An MCP server that allows Claude Desktop (or any MCP client) to control Neovim, leveraging Vim's native commands for AI text assistance.
mcp-scholarly
A Model Context Protocol (MCP) server designed to search for accurate academic articles, primarily from sources like arXiv, to provide relevant context for large language models.
apple-notes-mcp
Read your Apple Notes with Claude Model Context Protocol