OS

Open Strategy Partners Marketing Tools

Created 6 months ago

A comprehensive suite of tools for technical marketing content creation, optimization, and product positioning based on proven methodologies.

development location documentation public marketing LLM

What is Open Strategy Partners Marketing Tools?

Content editing codes, value map, and positioning tools for product marketing.

Documentation

Installation# Prerequisites

Windows

  1. Install Claude Desktop (or another MCP-enabled AI tool)
  1. Install Python 3.10 or higher:
  • Download the latest Python installer from python.org
  • Run the installer, checking "Add Python to PATH"
  • Open Command Prompt and verify installation with python --version
  1. Install uv:
  • Open Command Prompt as Administrator
  • Run pip install --user uv
  • Verify installation with uv --version

macOS

  1. Install Claude Desktop (or another MCP-enabled AI tool)
  1. Install Python 3.10 or higher:
  • Using Homebrew: brew install python
  • Verify installation with python3 --version
  1. Install uv:
  • Using Homebrew: brew install uv
  • Alternatively: pip3 install --user uv
  • Verify installation with uv --version

Configuration

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "osp_marketing_tools": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/open-strategy-partners/osp_marketing_tools@main",
        "osp_marketing_tools"
      ]
    }
  }
}

Server Config

{
  "mcpServers": {
    "open-strategy-partners-marketing-tools-server": {
      "command": "npx",
      "args": [
        "open-strategy-partners-marketing-tools"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Open Strategy Partners
Category: community
License: Attribution-ShareAlike 4.0 International license from Creative Commons Corporation.
Tags:
development location documentation