Skip to content
Cursor

spec score mcp for Cursor

io.github.openpoem/spec-score-mcp

Score your specs before feeding them to an LLM. MCP server with radar chart visualization.

client:Cursor transport:stdio runtime:npm

Install spec score mcp in Cursor

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

{
  "mcpServers": {
    "spec-score-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "spec-score-mcp"
      ]
    }
  }
}

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

spec score mcp in other clients