ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Hashnode with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your Hashnode blog directly from your AI agent. fetch user profiles, read publication posts, and publish or update content.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 16 capabilities

The complete Hashnode capability set.

These are the exact actions your AI can choose when you ask it to work with Hashnode.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 16 available through Hashnode.

  1. 01

    Create draft

    Requires Pro plan. If publicationId is omitted, auto-resolves from your publications. Create a draft post without publishing

  2. 02

    Get feed

    Use after cursor for pagination. Get the globalThis Hashnode feed

  3. 03

    Get me

    Get the currently authenticated Hashnode user

  4. 04

    Get my publications

    Use this to find your Publication ID before creating posts or drafts. List all publications owned by the authenticated user

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 16 available through Hashnode.

  1. 05

    Get post

    Get a single post by its slug

  2. 06

    Get post by ID

    Get a single post by its ID

  3. 07

    Get publication posts

    Get a list of posts from a specific publication

  4. 08

    Get tag

    G., javascript, graphql). Get details about a Hashnode tag

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 16 available through Hashnode.

  1. 09

    Get user

    Get details about a specific Hashnode user

  2. 10

    Publish draft

    The draft is soft-deleted after publishing. Publish an existing draft as a post

  3. 11

    Submit draft for review

    Used by contributors. Submit a draft for editor review

  4. 12

    Update post

    Modify an existing post

Capability set04 / 04

13-16

4 capabilities in this set.

Part of 16 available through Hashnode.

  1. 13

    Create image upload URL

    Content-Type must start with image/ (e.g., image/png). Max 8 MB. SVG rejected. Get a presigned URL for uploading an image

  2. 14

    Create post

    If publicationId is omitted, auto-resolves from your publications (1 blog = auto-select; 2+ = error listing options). Use get_my_publications to find your ID. Publish a new post to a publication

  3. 15

    Delete draft

    The author or publication admins can delete. Soft-delete a draft

  4. 16

    Update draft

    All content fields are optional. Update an existing draft

Observed, not estimated

882ms average. Fast in production.

Hashnode is checked daily against the live service.

Daily averagePeak 1051ms
Aug 24Today
Fastest day
805ms
Slowest day
1051ms
14-day trend
Improving-5%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 16 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Hashnode, so you can see the experience inside your AI.

It does not authenticate your account with Hashnode. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Hashnode Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_9HCFaBWZK9UIXHRrFSQLlRuMLlukyBUDj2MFjTLK/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Hashnode capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "hashnode-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_9HCFaBWZK9UIXHRrFSQLlRuMLlukyBUDj2MFjTLK/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Hashnode owners ask.

  • 01

    Can I fetch profile details for any Hashnode user?

    Yes! Use the get_user capability with the specific username handle. The agent will return their profile information, bio, and social links.

  • 02

    Does the publishing capability support Markdown formatting?

    Absolutely. Both create_post and update_post accept contentMarkdown, allowing you to publish rich technical content with code blocks, headers, and links.

  • 03

    How do I list posts from a specific blog domain?

    Use the get_publication_posts capability and provide the host domain (e.g., 'engineering.hashnode.dev' or your custom domain). It will return a list of recent posts from that publication.