Cursor logo

Cursor project ideas

The AI-first code editor, built on VS Code, with rules, MCP and background agents.

What you'd build

SaaS products
6
CLI tools
4
MCP servers
3
Apps
1
Extensions
1
15
Cursor ideas
15k
upvotes on the source threads
42
Reddit threads
3
weekend-sized builds

Build time vs. demand

Bar length = upvotes on the Reddit threads behind each idea

15 Cursor ideas

Most upvoted first. Open a card for build steps and threads

2.7k
4 Reddit threads
App

Usage limit radar

A menu bar app that shows what's left of your Claude Code, Codex and Cursor limits before a task dies mid-run.

Claude Code logo>_Cursor logo1 to 2 weeks$5/mo
How to build it
  1. 1Read the session logs each agent writes locally and count tokens per usage window.
  2. 2Show the remaining budget per tool in the menu bar, with a warning at 80%.
  3. 3Charge for history and team views once the single-user app is solid.
Tauri or SwiftLocal session logsOS notificationsBuyer: Max, Pro and Ultra subscribers

The Reddit threads

2.6k
2 Reddit threads
CLI tool

Command output compressor

A proxy that trims noisy test and build output before it floods the agent's context.

Claude Code logo>_Cursor logo1 to 2 weeksFree core, $8/mo rule packs
How to build it
  1. 1Wrap test runners, builds and git log so only failures and summaries pass through.
  2. 2Count tokens saved per session so the value is obvious.
  3. 3Sell filter packs per framework and language.
Rust or GoShell wrapperPer-command filtersBuyer: Heavy agent users on usage caps

The Reddit threads

2.3k
1 Reddit thread
MCP server

Agent-to-agent chat bridge

A shared channel where Claude Code and Codex pass work to each other instead of you copy-pasting.

Claude Code logo>_Cursor logo1 to 2 weeksFree, paid hosted rooms
How to build it
  1. 1Expose post_message and read_messages tools over MCP.
  2. 2Give each agent a role so handoffs stay in order.
  3. 3Add a web view so you can watch the thread and step in.
MCP serverWebSocketSQLiteBuyer: Developers pairing two agents

The Reddit threads

1.8k
4 Reddit threads
SaaS

Pre-launch security scan

Checks a vibe-coded app for open databases, leaked keys and missing auth rules before launch.

Claude Code logo>_Cursor logoA month$29 per scan
How to build it
  1. 1Crawl the live app and test Firebase and Supabase rules for public reads and writes.
  2. 2Scan the client bundle for API keys that should never ship.
  3. 3Return fixes written as prompts the founder can paste into their agent.
Next.jsFirebase and Supabase rule checksHeadless browserBuyer: Non-technical founders before launch

The Reddit threads

1.3k
2 Reddit threads
SaaS

Per-developer AI spend

Splits Cursor, Claude and Codex team bills by developer and repo, with alerts on spikes.

Claude Code logo>_Cursor logo1 to 2 weeks$4/seat/mo
How to build it
  1. 1Pull usage from each vendor's admin API every day.
  2. 2Map accounts to people and repos, then chart spend per week.
  3. 3Alert in Slack when someone spends 3x their normal day.
Vendor admin APIsPostgresSlack alertsBuyer: Engineering managers

The Reddit threads

1.1k
3 Reddit threads
SaaS

Month-3 prototype rescue

Fixed-price cleanup for stalled vibe-coded apps: tests, structure and a real deploy pipeline.

Claude Code logo>_Cursor logoWeekend$1,500 per rescue
How to build it
  1. 1Sell a fixed-scope audit: architecture map, test coverage and top 10 risks.
  2. 2Have subagents write tests before any refactor starts.
  3. 3Upsell a monthly maintenance plan.
Claude CodeTest runnerGitHub ActionsBuyer: Non-technical founders stuck at month 3

The Reddit threads

968
3 Reddit threads
CLI tool

Agent instructions linter

Scores CLAUDE.md, AGENTS.md and Cursor rules for bloat, contradictions and dead file paths.

Claude Code logo>_Cursor logoWeekendFree CLI, $9/mo CI
How to build it
  1. 1Parse each instructions file and count tokens per section.
  2. 2Flag rules that contradict each other or point at files that no longer exist.
  3. 3Sell a GitHub Action that comments when a pull request bloats the file.
Node CLIMarkdown parserGitHub ActionBuyer: Teams sharing one repo across agents

The Reddit threads

866
5 Reddit threads
MCP server

Shared agent memory

One memory store that Claude Code, Codex, Cursor and ChatGPT all read, so no session starts blank.

Claude Code logo>_Cursor logoChatGPT logo1 to 2 weeks$9/mo hosted
How to build it
495
3 Reddit threads
SaaS

Internal tools studio

Rebuild a local business's worst spreadsheet as a small app with your agent. Charge monthly.

Claude Code logo>_Cursor logoChatGPT logo1 to 2 weeks$500 setup + $100/mo
How to build it
Show 6 more ideas
382
2 Reddit threads
MCP server

MCP tool router

One MCP server in front of many, loading only the tools a task needs so context stays small.

Claude Code logo>_Cursor logoChatGPT logoA month$15/mo
How to build it
  1. 1Proxy several downstream MCP servers behind one endpoint.
  2. 2Expose a search_tools tool and load full tool schemas only on demand.
  3. 3Charge for hosted routing and shared team server lists.
MCP TypeScript SDKEmbeddings searchProxyBuyer: Power users with 10+ MCP servers

The Reddit threads

306
2 Reddit threads
Extension

Agent diff heatmap

A Cursor and VS Code extension that colors agent-written lines by how risky they are to merge.

Claude Code logoCursor logo1 to 2 weeks$8/mo
How to build it
  1. 1Tag lines changed during agent sessions using git history.
  2. 2Score each hunk by complexity, test coverage and security-sensitive paths.
  3. 3Show a gutter heatmap and a "review these first" list.
VS Code extension APIgit blameStatic analysisBuyer: Reviewers of AI-written pull requests

The Reddit threads

128
3 Reddit threads
SaaS

Deploy for vibe coders

Reads the repo, picks hosting, sets secrets and explains the monthly cost in plain English.

Claude Code logo>_Cursor logoA month$15/mo per app
How to build it
  1. 1Detect the framework and database from the repo.
  2. 2Provision hosting and a database through provider APIs, then set secrets.
  3. 3Expose it as an MCP server so the agent can deploy for the user.
Provider APIsMCP serverNext.js dashboardBuyer: Non-technical builders

The Reddit threads

83
2 Reddit threads
CLI tool

MCP config sync

Keeps MCP servers in sync across Claude Code, Codex and Cursor, on every machine you use.

Claude Code logo>_Cursor logo1 to 2 weeks$4/mo sync
How to build it
  1. 1Read ~/.claude.json, ~/.codex/config.toml and ~/.cursor/mcp.json into one list.
  2. 2Edit once and write each tool's own format back.
  3. 3Sell encrypted sync of that list across machines.
Node CLIConfig adaptersEncrypted syncBuyer: Developers using 2+ agents

The Reddit threads

33
3 Reddit threads
CLI tool

Agent switcher kit

Converts Cursor rules to AGENTS.md and CLAUDE.md and moves your MCP setup when you switch tools.

Claude Code logo>_Cursor logoWeekendFree, builds an audience
How to build it
  1. 1Read .cursor/rules and turn each rule into an AGENTS.md section.
  2. 2Copy MCP servers into the Codex and Claude Code config formats.
  3. 3Print what could not be converted.
Node CLIMarkdown transformsBuyer: Developers switching agents

The Reddit threads

22
4 Reddit threads
SaaS

MCP server trust score

Tests public MCP servers for uptime, source code and hidden instructions, then grades each one.

Claude Code logo>_Cursor logoChatGPT logoA monthFree directory, $49/mo API
How to build it

The threads behind them

Most upvoted Reddit posts

BID MCP server

Ask your agent what to build next

Connect Business Ideas Database to Claude Code, Codex or Cursor and search validated ideas, Reddit proof and keyword data without leaving the terminal.

# Claude Code
claude mcp add --transport http bid \
https://businessideasdb.com/api/mcp \
--header "Authorization: Bearer $BID_KEY"
✓ Connected: search_ideas, get_idea
# then just ask
find me a dev tool idea with real demand

Questions

What is Cursor?

Cursor is an AI code editor built on VS Code. It supports project rules, MCP servers, VS Code extensions and background agents that work on tasks while you keep editing.

What is the easiest Cursor idea to start with?

Month-3 prototype rescue: Fixed-price cleanup for stalled vibe-coded apps: tests, structure and a real deploy pipeline. It is sized at weekend, and the threads behind it have 1.1k upvotes.

More vibe coding ideas

By agent and by build type

Your next idea is already validated.

You just haven't seen it yet.