Open Graph Generator

Open Graph Generator MCP Connector for Claude

A+

Generates standardized Open Graph and Twitter Card HTML meta tags from provided metadata.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

The Open Graph Generator MCP server automates the creation of essential social SEO metadata. By using tools like generate_html_tags_tool, you can instantly produce complete blocks of HTML `` tags for Open Graph and Twitter Cards. This ensures that when your content is shared on platforms like Facebook, LinkedIn, or X (formerly Twitter), it renders with rich, professional previews including titles, descriptions, and images. Additionally, use validate_metadata_tool to check if your metadata meets best practices for length and engagement, and get_content_types_tool to discover all supported content categories like website, article, profile, and book.

open-graphtwitter-cardsmeta-tagssocial-seohtml-generation

3 tools expose this connector's capabilities to your AI agent.

get_content_types

Lists all supported content types

generate_html_tags

Generates Open Graph and Twitter meta tags

validate_metadata

Checks if metadata adheres to social media best practices

See how to talk to your AI agent using Open Graph Generator.

Generate HTML tags for a blog post titled 'The Future of AI' with description 'Exploring the next decade of intelligence.' at URL 'https://vinkius.com/blog/ai-future' using the article content type.

<meta property="og:title" content="The Future of AI" /> <meta property="og:description" content="Exploring the next decade of intelligence." /> <meta property="og:url" content="https://vinkius.com/blog/ai-future" /> <meta property="og:type" content="article" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="The Future of AI" /> <meta name="twitter:description" content="Exploring the next decade of intelligence." />

Check if my metadata is good: Title: 'My Awesome Website', Description: 'This is a very long description that might be too much for some platforms to display correctly without truncation.'

{ "isOptimal": false, "warnings": [ "Description is too long" ] }

What are the available content types I can use?

The supported content types are: website, article, profile, and book.

It generates all necessary HTML `<meta>` tags for Open and Twitter Cards (og:title, og:description, etc.) based on the metadata you provide.

Related Connectors