Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Hashnode

Hashnode

Hashnode is a blogging platform tailored for developers, offering tools to create, manage, and publish content seamlessly.

53VIEWS
2655USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app hashnodenpx @composio/cli add cursor --app hashnodenpx @composio/cli add cursor --app hashnodenpx @composio/cli add cursor --app hashnode

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Hashnode Accept Publication Invite

Tool to accept a publication invitation. Use when you have a valid invite token and want to join the publication.

Hashnode Add Reply

Tool to add a reply to an existing comment. Use after confirming comment ID and reply content.

Hashnode: Check Custom Domain Availability

Tool to check if a custom domain is available for your Hashnode publication. Use when verifying domain mapping before setup.

Hashnode: Fetch Invitations

Tool to fetch pending publication invitations. Use when you need to list current pending invites for a team-managed publication before taking further actions.

Hashnode: Fetch Popular Tags

Tool to fetch a paginated list of popular tags. Use when you need to browse popular tags page by page.

Fetch Publication Posts

Tool to fetch a paginated list of posts from a publication. Use when you need to list posts page by page for a given publication host.

Fetch Series Posts

Tool to fetch posts from a series within a publication. Use when retrieving and paginating through series posts in a specific publication.

Fetch Single Article

Tool to fetch a single article by slug from a publication. Use when you need the detailed content of a specific post.

Hashnode: Fetch User Details

Tool to fetch detailed user profile information by username. Use when you need public or authorized profile data.

Get Publication By Hostname

Tool to fetch details (id, title, about) of a publication by hostname. Use when you need metadata for a given publication host. Example: 'blog.developerdao.com'.

Hashnode Add Comment

Tool to add a comment to a Hashnode post. Use after obtaining story ID and content, optionally provide a parent comment ID for replies.

Fetch Stories Feed

Tool to fetch a paginated home feed of stories. Use when you need to page through the feed with optional filters.

Hashnode: Get Current User

Tool to retrieve details of the currently authenticated user. Use after confirming authentication.

Hashnode: Like Reply

Tool to like a reply on Hashnode. Use when you have a reply ID and want to add a like to that reply.

Hashnode: List Publications

Tool to list all publications of the authenticated user. Use when you need your publication hostnames for downstream actions.

Hashnode Remove Reply

Tool to remove a reply from a comment. Use after confirming comment and reply IDs. Returns the removed reply details.

Hashnode Update Comment

Tool to update an existing comment on a Hashnode post. Use after preparing updated content details.

Hashnode Update Reply

Tool to update a reply. Use when editing an existing reply to a comment after confirming the comment and reply IDs.

18 actions available