Skip to content
Cursor

meta for Cursor

io.github.ryudi84/meta

MCP server for SEO meta tag generation — title, description, Open Graph, Twitter Cards

client:Cursor transport:stdio runtime:npm

Install meta in Cursor

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

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

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

meta in other clients