Cursorist Docs

Cursorist Documentation

Learn how to build, share, and install Cursor IDE plugins with Cursorist — from zero to production.

Welcome to the Cursorist docs. Whether you are a developer installing your first plugin or a team lead shipping standards to fifty engineers, this guide walks you through every step.

What is Cursorist?

Cursorist is a plugin platform for Cursor IDE. It packages rules, skills, MCP configs, commands, and hooks into a single distributable unit called a plugin. One install command — and your whole team starts with the same tooling.

Think of it like npm for Cursor project standards.

How It Works — In 60 Seconds

Loading diagram...

Choose Your Path

I want to install a plugin

Start here if someone shared a plugin link with you, or you found one on cursor.ist.

  1. Read Quick Start to understand the basics
  2. Then jump to Integration to learn about deeplinks and MCP

I want to build and publish plugins

Start here if you are a team lead setting up standards for your team.

  1. Read Quick Start to set up the CLI
  2. Follow Building Plugins to create your first plugin
  3. Use Deploy Workflow to publish it
  4. Review the Plugin API Reference for advanced use

I want to contribute to Cursorist itself

  1. Read Contributing for setup instructions
  2. Review Platform Internals to understand the architecture
  3. Check Supabase Setup for backend details

Documentation Map

SectionWhat You Will Learn
Getting StartedInstall the CLI, create your first plugin, understand the core concepts
PluginsPlugin architecture, how to build them, and the REST API
CLIEvery CLI command with examples and options
IntegrationDeeplinks, MCP install links, and MCP server configuration
PlatformUser flows, roles, permissions, and admin dashboard
SupabaseDatabase schema, edge functions, realtime, storage
ContributingHow to set up the project and submit changes