Hashnode MCP
UnclaimedA comprehensive MCP Server that exposes the complete Hashnode GraphQL API as MCP tools
Install
npm install -g hashnode-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (22)
addPostToSeries
Add a post to an existing series
cancelScheduledDraft
Cancel a scheduled draft
createDraft
Create a new draft for a publication
createPost
Create and publish a post directly
getMe
Get current authenticated user information
getMyDrafts
Retrieve drafts for the authenticated user
getMyPosts
Retrieve published posts for the authenticated user
getPostBySlug
Get a specific post by its slug
getPublicationByHost
Retrieve publication information by domain
getPublicationPosts
Fetch posts from a publication with pagination
getSeriesBySlug
Get series information by slug
getSeriesPosts
Retrieve posts from a series with pagination
getStaticPageBySlug
Get a static page by its slug
getUserByUsername
Retrieve user profile information
publishDraft
Publish a draft to make it a live post
removePost
Remove/delete a published post
rescheduleDraft
Reschedule a previously scheduled draft
restorePost
Restore a previously removed post
scheduleDraft
Schedule a draft for future publication
searchPosts
Search for posts within a publication
updateDraft
Update an existing draft
updatePost
Update an existing published post