awesome-cursor-mpc-server

kleneway/awesome-cursor-mpc-server
★ 338 stars TypeScript 📦 Other Updated 1mo ago
Example of an MCP server with custom tools that can be called directly from cursor
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "awesome-cursor-mpc-s": {
      "command": "npx",
      "args": [
        "-y",
        "kleneway/awesome-cursor-mpc-server"
      ]
    }
  }
}