Skip to content
Cursor

Sprout MCP for Cursor

io.github.mepsopti/sprout-mcp

Model-tiered content pipeline — cheap models seed, expensive models verify

client:Cursor transport:stdio runtime:pypi

Install Sprout MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sprout-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sprout-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Sprout MCP in other clients