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 💡
@mcptools/mcp-tavily
A Model Context Protocol (MCP) server implementation for Tavily API, providing advanced search and content extraction capabilities.
mcp-excel-server
An MCP server enabling natural language interaction with Excel files for reading, analyzing, visualizing, and writing data.
@line/line-bot-mcp-server
MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
@razvanmacovei/k8s-multicluster-mcp
An MCP server for Kubernetes operations, providing a standardized API to interact with multiple Kubernetes clusters using multiple kubeconfig files.
@brightdata/mcp
A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
hand-marketing-mcp-sse
An MCP server that analyzes user conversations to extract multi-dimensional tags, matches them with product tags from an industry database, and provides personalized product recommendations.