Back to directory
boostspace/boostspace-mcp-server

boostspace/boostspace-mcp-server

@boostspace

Boost.space MCP server - proxy for Boost.Space's REST API for MCP clients like Claude Desktop

mcpboostspaceapiclaudedesktoppythonrestsaascloud

Installation & Configuration

{
  "mcpServers": {
    "boostspace": {
      "command": "python",
      "args": [
        "-m",
        "boostspace_mcp.server"
      ],
      "env": {
        "BOOSTSPACE_API_BASE": "{{API_PATH}}",
        "BOOSTSPACE_TOKEN": "{{TOKEN}}"
      },
      "transport": "stdio"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12