Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Iflow Mcp Boostspace Boostspace

FreeNot checked

A Model Context Protocol (MCP) server for Boost.space

GitHubEmbed

About

A Model Context Protocol (MCP) server for Boost.space

README

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

Test & dev

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

from github.com/boostspace/boostspace-mcp-server

Installing Iflow Mcp Boostspace Boostspace

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/boostspace/boostspace-mcp-server

FAQ

Is Iflow Mcp Boostspace Boostspace MCP free?

Yes, Iflow Mcp Boostspace Boostspace MCP is free — one-click install via Unyly at no cost.

Does Iflow Mcp Boostspace Boostspace need an API key?

No, Iflow Mcp Boostspace Boostspace runs without API keys or environment variables.

Is Iflow Mcp Boostspace Boostspace hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Iflow Mcp Boostspace Boostspace in Claude Desktop, Claude Code or Cursor?

Open Iflow Mcp Boostspace Boostspace on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Iflow Mcp Boostspace Boostspace with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs