Blogger MCP ServerServer

niyonabil
GitHub
Content ManagementAI IntegrationBlogger

Loading subscription status...

💡 Description

The Blogger MCP Server allows AI models like Claude to interact directly with Google's Blogger API. It enables automated creation and management of blogs, posts, and labels.

📝 JSON Entries

{
  "mcpServers": [
    {
      "blogger": {
        "env": {
          "BLOGGER_API_KEY": "VOTRE_CLE_API_ICI"
        },
        "args": [
          "-y",
          "@mcproadev/blogger-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

npmgit

Features

  • Automated blog management
  • Post and label management
  • Integration with Google's Blogger API

💬 Example Queries

  • List all my Blogger blogs
  • Create a new post on my blog with ID 123456 titled 'My New Post' and content 'This is my post content'
  • Search for posts containing the word 'technology'
  • Update the title of the post with ID 789012 to 'New Title'