Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Boostspace Mcp Server

    Boost.space MCP server

    4 stars
    Python
    Updated Sep 27, 2025

    Table of Contents

    • Install
    • Run
    • Claude Desktop config
    • Env vars
    • Test & dev

    Table of Contents

    • Install
    • Run
    • Claude Desktop config
    • Env vars
    • Test & dev

    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-mcp

    uv:

    bash
    curl -LsSf https://astral.sh/uv/install.sh | sh
    uv add boostspace-mcp

    Run

    bash
    # pip
    python -m boostspace_mcp.server
    
    # uv
    uv x boostspace-mcp run

    Claude 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 URL
    • BOOSTSPACE_TOKEN: Bearer token

    Test & dev

    bash
    pip install .[dev]
    pytest -q
    ruff check .

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k