Cursor Rules
FreeNot checkedProvides a bridge to Playbooks Rules API for listing, searching, and retrieving rules with tools for processing URL-based slugs and formatting rule files with m
About
Provides a bridge to Playbooks Rules API for listing, searching, and retrieving rules with tools for processing URL-based slugs and formatting rule files with metadata
README
A Model Context Protocol (MCP) server for interacting with Playbooks Rules API.
Features
- List available rules
- Search for rules by query
- Get details for a specific rule
Installation
npm install -g playbooks-rules
Usage
playbooks-rules
API Requirements
This MCP server expects a Rules API to be running at https://playbooks.com/api/v1/rules.
Available Tools
The MCP server exposes the following tools:
listRules
Lists all available rules from the API.
// No parameters required
searchRules
Searches for rules that match a query.
{
query: "your search query"
}
getRule
Fetches a specific rule by slug or URL.
{
slug: "rule-slug-or-url"
}
License
MIT
Installing Cursor Rules
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/iannuttall/cursor-rules-mcpFAQ
Is Cursor Rules MCP free?
Yes, Cursor Rules MCP is free — one-click install via Unyly at no cost.
Does Cursor Rules need an API key?
No, Cursor Rules runs without API keys or environment variables.
Is Cursor Rules hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Cursor Rules in Claude Desktop, Claude Code or Cursor?
Open Cursor Rules 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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Cursor Rules with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
