Oblique Strategies MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add oblique-strategies -- uvx --from git+https://github.com/lmorchard/oblique-strategies-mcp oblique-strategies-mcp
README.md

Overcome creative blocks through lateral thinking with Oblique Strategies.

Oblique Strategies MCP Server

An MCP (Model Context Protocol) server that provides access to Brian Eno and Peter Schmidt's Oblique Strategies - a collection of prompts designed to help overcome creative blocks through lateral thinking.

Why?

Why not?

No, seriously, why?

Because I've built Oblique Strategies thingies for various devices & platforms and I wanted to make another one to play with the MCP protocol.

This is a very silly project and you should just go buy a real deck of cards.

Quick Start

No installation required, if you have uvx and you trust my code from github. (Weirdo.)

Run directly from GitHub using uvx:

uvx --from git+https://github.com/lmorchard/oblique-strategies-mcp oblique-strategies-mcp

For Claude Desktop, add to your config file:

{
  "mcpServers": {
    "oblique-strategies": {
      "command": "/path/to/uvx",
      "args": [
        "--from",
        "git+https://github.com/lmorchard/oblique-strategies-mcp",
        "oblique-strategies-mcp"
      ]
    }
  }
}

For Claude Code:

claude mcp add oblique-strategies -- /path/to/uvx --from git+https://github.com/lmorchard/oblique-strategies-mcp oblique-strategies-mcp

Features

  • Get random strategies from multiple editions (1975-1982)
  • Search strategies by keyword
  • Choose from 7 different collections including programming-specific adaptations
  • Default: Edition 2 (1978) with 128 strategies

MCP Tools

  • get_strategy - Get a random strategy (optionally specify edition)
  • search_strategies - Search strategies by keyword
  • list_editions - List all available editions

Available Collections

  • Edition 1-4: Original Oblique Strategies (1975-1982)
  • Condensed: Comprehensive collection (195 strategies)
  • Programmers: Programming-specific adaptations (96 prompts)
  • Do It: Action-oriented prompts (32 strategies)

Installation

For Development

# Clone the repository
git clone <repository-url>
cd oblique-strategies-mcp

# Install dependencies with uv
uv sync

Running the Server

Development Mode

From the project directory:

# Using the package entry point
uv run oblique-strategies-mcp

# Or using Python module syntax
uv run python -m oblique_strategies_mcp

# Or using the wrapper script
./run-server.sh

After Global Installation

oblique-strategies-mcp

Configuration

For Claude Desktop

Add to your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

Development Setup
{
  "mcpServers": {
    "oblique-strategies": {
      "command": "/path/to/uv",
      "args": [
        "--directory",
        "/path/to/oblique-strategies-mcp",
        "run",
        "oblique-strategies-mcp"
      ]
    }
  }
}

Note: Replace /path/to/uv with the full path to your uv executable (typically ~/.local/bin/uv or use which uv to find it).

Global Installation Setup
{
  "mcpServers": {
    "oblique-strategies": {
      "command": "oblique-strategies-mcp",
      "args": [],
      "env": {}
    }
  }
}

For Claude Code

Development Setup
claude mcp add oblique-strategies -- uv --directory /path/to/oblique-strategies-mcp run oblique-strategies-mcp
Using Wrapper Script
claude mcp add oblique-strategies /path/to/oblique-strategies-mcp/run-server.sh
Global Installation
claude mcp add oblique-strategies oblique-strategies-mcp

After adding, restart Claude Desktop or reconnect in Claude Code.

License

MIT

Acknowledgments

Tools (3)

get_strategyGet a random strategy, optionally specifying an edition.
search_strategiesSearch strategies by keyword.
list_editionsList all available editions.

Configuration

claude_desktop_config.json
{"mcpServers": {"oblique-strategies": {"command": "uvx", "args": ["--from", "git+https://github.com/lmorchard/oblique-strategies-mcp", "oblique-strategies-mcp"]}}}

Try it

Give me a random strategy to help me get past this creative block.
Search for strategies related to the word 'simplify'.
List all the available editions of Oblique Strategies I can choose from.
Give me a random strategy from the 'Programmers' collection.

Frequently Asked Questions

What are the key features of Oblique Strategies?

Access to multiple editions of Oblique Strategies (1975-1982). Search functionality to find specific strategies by keyword. Support for 7 different collections including programming-specific prompts. Random strategy retrieval with optional edition filtering.

What can I use Oblique Strategies for?

Overcoming writer's block during content creation. Finding lateral thinking inspiration for complex programming problems. Breaking out of rigid thought patterns during brainstorming sessions. Adding creative constraints to design or development workflows.

How do I install Oblique Strategies?

Install Oblique Strategies by running: uvx --from git+https://github.com/lmorchard/oblique-strategies-mcp oblique-strategies-mcp

What MCP clients work with Oblique Strategies?

Oblique Strategies works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Oblique Strategies docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare