Hashnode

Hashnode MCP Connector for Claude

F

Manage your Hashnode blog directly from your AI agent — fetch user profiles, read publication posts, and publish or update content.

5 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Hashnode account to any AI agent to streamline your technical writing and blogging workflow. This MCP server allows you to interact with the Hashnode GraphQL API through natural language.

What you can do

  • User Profiles — Retrieve detailed information about any Hashnode user by their handle using get_user.
  • Publication Management — List all posts from a specific publication using its domain or hostname with get_publication_posts.
  • Content Retrieval — Fetch full post content and metadata using slugs and hostnames via get_post.
  • Publishing — Create and publish new blog posts with Markdown support and custom tags using create_post directly from your conversation.
  • Editing — Update existing posts, titles, and content with update_post without leaving your AI interface.

How it works

  1. Subscribe to this server
  2. Enter your Hashnode Personal Access Token
  3. Start managing your technical blog from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Technical Writers — Draft and publish articles directly from your AI-assisted writing environment.
  • Developers — Share knowledge and updates on your Hashnode blog without switching contexts.
  • Content Managers — Monitor publication feeds and update existing posts efficiently.
bloggingtechnical-writingcontent-creationdeveloper-communitygraphqlpublishing

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

create_post

Publish a new post to a publication

get_post

Get a single post by its slug

get_publication_posts

Get a list of posts from a specific publication

get_user

Get details about a specific Hashnode user

update_post

Modify an existing post

See how to talk to your AI agent using Hashnode.

Get details for Hashnode user 'johndoe'.

I've retrieved the profile for 'johndoe'. They are a Technical Writer with 1,200 followers and their blog is located at johndoe.hashnode.dev.

List all posts from the publication 'blog.hashnode.com'.

I found 10 recent posts on 'blog.hashnode.com'. The latest titles include 'Announcing New Features' and 'Markdown Guide for Developers'. Would you like to read the content of any of these?

Create a new post in publication '642f...' titled 'My MCP Guide' with content '# Introduction...'.

Successfully published your post 'My MCP Guide'! You can view it at your publication URL. The post ID is 65a2b...

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

Related Connectors