📄

Tumblr MCP

Create NPF posts, browse your dashboard, and engage with the Tumblr community via the Tumblr API.

SSE PROTOCOL URLStable
https://mcppure.shraj.workers.dev/mcp-server/tumblr

Use this URL in your MCP client settings (SSE transport).

Tumblr MCP Server

The Tumblr MCP server allows AI agents to interact with the Tumblr blogging platform. It supports the New Post Format (NPF) and both OAuth 2.0 and OAuth 1.0a authentication.

Features

Configuration

Option 1: OAuth 2.0 (Recommended)

If you have a modern Bearer token (e.g. from the Tumblr API Console):

json
{
  "mcpServers": {
    "tumblr": {
      "url": "https://mcppure.shraj.workers.dev/mcp-server/tumblr",
      "headers": {
        "x-tumblr-access-token": "your-access-token"
      }
    }
  }
}

Option 2: OAuth 1.0a (Legacy)

If you have a Consumer Key, Consumer Secret, Token, and Token Secret (standard for older tumblr.js scripts):

json
{
  "mcpServers": {
    "tumblr": {
      "url": "https://mcppure.shraj.workers.dev/mcp-server/tumblr",
      "headers": {
        "x-tumblr-consumer-key": "your-consumer-key",
        "x-tumblr-consumer-secret": "your-consumer-secret",
        "x-tumblr-token": "your-token",
        "x-tumblr-token-secret": "your-token-secret"
      }
    }
  }
}

How to get Credentials

  1. Tumblr Apps: Go to the Tumblr Applications page.
  2. Register Application: Click "Register application".
    • Application Name: MCPPURE
    • Application Website: https://mcppure.shraj.workers.dev
    • Default Callback URL: https://mcppure.shraj.workers.dev/callback
  3. API Keys: Once registered, you will get a Consumer Key and Consumer Secret.
  4. Access Token: You can generate a persistent token (standard or Bearer) using the Tumblr API Console.

Tools

Posting & Content

User Interaction

Discovery & Profile