Oblique Strategies MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Oblique Strategies MCP Servergive me a random strategy from the programmers collection"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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?
Related MCP server: LLV Helix Framework
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-mcpFor 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-mcpFeatures
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 keywordlist_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 syncRunning 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.shAfter Global Installation
oblique-strategies-mcpConfiguration
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-mcpUsing Wrapper Script
claude mcp add oblique-strategies /path/to/oblique-strategies-mcp/run-server.shGlobal Installation
claude mcp add oblique-strategies oblique-strategies-mcpAfter adding, restart Claude Desktop or reconnect in Claude Code.
License
MIT
Acknowledgments
Brian Eno and Peter Schmidt for creating Oblique Strategies
Strategy collections sourced from: https://github.com/zzkt/oblique-strategies
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to search and retrieve Magic: The Gathering card data through the Scryfall API. Supports card searches, random card generation, autocomplete, set listings, and rulings lookup.Last updated221MIT
- AlicenseBqualityCmaintenanceImplements the Lines-Loops-Vibes creativity operating system with tools for building strategic flows, creating iterative loops, and managing energy states. Provides pre-built templates for innovation, strategic design, narrative strategy, and creative intelligence workflows.Last updated1271MIT
- Alicense-qualityCmaintenanceUtilizes the Google Gemini API to generate context-specific categories and diverse options for creative brainstorming. It features a random sampling function to help users bypass predictable AI patterns and discover unexpected, innovative ideas.Last updated361MIT
- AlicenseAqualityCmaintenanceEnables Claude to search and retrieve Magic: The Gathering card details, prices, set information, and random cards from Scryfall's database through natural language.Last updated41MIT
Related MCP Connectors
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
Search Stack Exchange questions, fetch Q&A threads as markdown, look up tag FAQs and user profiles.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lmorchard/oblique-strategies-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server