Dev.to (Forem)

Dev.to (Forem) MCP Connector for Claude

A+

Manage Dev.to and Forem articles — list posts, create content, and inspect user profiles directly from any AI agent.

12 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Dev.to or Forem account to any AI agent and manage your technical writing and community presence through natural conversation.

What you can do

  • Article Management — List published articles, search by tags, and fetch specific posts by ID or path.
  • Content Creation — Create new articles or update existing ones with full markdown support directly from your chat.
  • Personal Dashboard — Access your own articles (published or drafts) and retrieve your authenticated user profile using list_my_articles and get_me.
  • Community Insights — Look up other users with get_user, explore organization-specific content, and list organization members.
  • Moderation Tools — Unpublish articles when necessary using unpublish_article (requires appropriate permissions).

How it works

  1. Subscribe to this server
  2. Enter your Dev.to/Forem API Key
  3. Start managing your blog posts and community interactions from Claude, Cursor, or any MCP client

Who is this for?

  • Technical Writers — draft and update articles without leaving your markdown editor or IDE.
  • Community Managers — monitor organization posts and user profiles efficiently.
  • Developers — automate the distribution of technical content and query community data via API.
bloggingforemdev-toarticle-managementcommunity-tools

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

get_article_by_id

Get a single article by ID

get_article_by_path

Get a single article by username and slug

get_me

Get authenticated user details

get_user

Get a user by ID or username

list_org_articles

List organization's articles

list_org_users

List organization's users

list_videos

List articles with videos

unpublish_article

Unpublishes a specific article. Unpublish an article

update_article

Requires API key. Update an existing article

create_article

to/Forem. Requires API key. Create a new article

list_articles

List published articles

list_my_articles

Requires API key. List authenticated user's articles

See how to talk to your AI agent using Dev.to (Forem).

List the top 5 articles about 'javascript' on Dev.to.

I've retrieved the top articles for #javascript. Here are the most popular ones: 'Understanding Closures', 'ES2024 Features', 'Async/Await Guide'...

Create a new draft article titled 'My MCP Guide' with the content 'This is a test'.

Successfully created your draft 'My MCP Guide' (ID: 1829304). You can find it in your unpublished articles.

Show me my account details and API status.

I've fetched your profile using `get_me`. You are logged in as 'dev_writer_22' with ID 55432. Your API key is active and authorized.

Yes! Use the `create_article` tool by providing a title and the markdown content. You can also set the `published` status to true or false for drafts.

Related Connectors